summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 13:18:12 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 13:18:12 +0000
commit02d20333924f3bde163416cac5369174630b7570 (patch)
treeda9f07a03beb2f00a6f0e789d0377deef0a72837
parent03ed9f037736458cf06cf8e23d854393703eca83 (diff)
downloadgyp-02d20333924f3bde163416cac5369174630b7570.tar.gz
Backfill unit tests for SkRecord
BUG=skia:2378 R=fmalita@chromium.org, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/251133008 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@14455 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--tests.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.gypi b/tests.gypi
index 982d58d..afe256c 100644
--- a/tests.gypi
+++ b/tests.gypi
@@ -140,8 +140,8 @@
'../tests/ReadPixelsTest.cpp',
'../tests/ReadWriteAlphaTest.cpp',
'../tests/Reader32Test.cpp',
- '../tests/RecordCullingTest.cpp',
'../tests/RecordDrawTest.cpp',
+ '../tests/RecordOptsTest.cpp',
'../tests/RecordTest.cpp',
'../tests/RecorderTest.cpp',
'../tests/RecordingTest.cpp',