summaryrefslogtreecommitdiff
path: root/tests.gypi
diff options
context:
space:
mode:
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-21 19:39:02 +0000
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-21 19:39:02 +0000
commit8c39ce6ccb5c2e091f1e4150417ca2df1e898521 (patch)
tree78dd2b6d2f48730d2d3b28896cd51687fbc97663 /tests.gypi
parente96948efc5558178171dccc1fd17573cf186eafb (diff)
downloadgyp-8c39ce6ccb5c2e091f1e4150417ca2df1e898521.tar.gz
Add removeShuffle to SkTArray and add SkTArray tests.
R=reed@google.com Review URL: https://codereview.chromium.org/208153008 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@13895 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests.gypi')
-rw-r--r--tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.gypi b/tests.gypi
index a036dbd..ccfa47d 100644
--- a/tests.gypi
+++ b/tests.gypi
@@ -154,6 +154,7 @@
'../tests/StringTest.cpp',
'../tests/StrokeTest.cpp',
'../tests/SurfaceTest.cpp',
+ '../tests/TArrayTest.cpp',
'../tests/TLSTest.cpp',
'../tests/TSetTest.cpp',
'../tests/TestSize.cpp',