Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1136)

Unified Diff: gyp/tests.gyp

Issue 133003006: Add test harness for matrix/clip state collapsing (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Cleaned up Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/MatrixClipCollapseTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tests.gyp
===================================================================
--- gyp/tests.gyp (revision 13327)
+++ gyp/tests.gyp (working copy)
@@ -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',
« no previous file with comments | « no previous file | tests/MatrixClipCollapseTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698