aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-08 17:31:08 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-08 17:31:08 +0000
commit066a28d2c19c5d09a7a8f27543a8c171c5816cf5 (patch)
tree37832d5cd35712da209fc9ba6724adf662d20f2c /gyp
parent6719d604856e45c789c46703204ae10046e0b448 (diff)
Start on some unwritten SkRecord TODOs:
- add SK_OVERRIDE for SkCanvas methods in SkRecorder - start on unit tests, here just for SkRecord itself BUG=skia:2378 R=fmalita@google.com, mtklein@google.com, fmalita@chromium.org Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/228723003 git-svn-id: http://skia.googlecode.com/svn/trunk@14097 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tests.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index ccfa47dfc2..959e6c6d30 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -9,6 +9,7 @@
'../src/pathops',
'../src/pdf',
'../src/pipe/utils',
+ '../src/record',
'../src/utils',
'../src/utils/debugger',
'../tools/',
@@ -134,6 +135,7 @@
'../tests/ReadPixelsTest.cpp',
'../tests/ReadWriteAlphaTest.cpp',
'../tests/Reader32Test.cpp',
+ '../tests/RecordTest.cpp',
'../tests/RefCntTest.cpp',
'../tests/RefDictTest.cpp',
'../tests/RegionTest.cpp',