Add test harness for matrix/clip state collapsing
https://codereview.chromium.org/133003006/
git-svn-id: http://skia.googlecode.com/svn/trunk@13340 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index c0b43af..39a5123 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -17,6 +17,7 @@
'../src/pdf',
'../src/pipe/utils',
'../src/utils',
+ '../src/utils/debugger',
'../tools/',
# Needed for TDStackNesterTest.
@@ -102,6 +103,7 @@
'../tests/MallocPixelRefTest.cpp',
'../tests/MathTest.cpp',
'../tests/Matrix44Test.cpp',
+ '../tests/MatrixClipCollapseTest.cpp',
'../tests/MatrixTest.cpp',
'../tests/MemoryTest.cpp',
'../tests/MemsetTest.cpp',
@@ -171,6 +173,14 @@
# Needed for PipeTest.
'../src/pipe/utils/SamplePipeControllers.cpp',
+
+ # Needed for MatrixClipCollapse test.
+ '../src/utils/debugger/SkDrawCommand.h',
+ '../src/utils/debugger/SkDrawCommand.cpp',
+ '../src/utils/debugger/SkDebugCanvas.h',
+ '../src/utils/debugger/SkDebugCanvas.cpp',
+ '../src/utils/debugger/SkObjectParser.h',
+ '../src/utils/debugger/SkObjectParser.cpp',
],
'dependencies': [
'skia_lib.gyp:skia_lib',