aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gm.gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-12 14:53:29 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-12 14:53:29 +0000
commitc10531b50259049bd7238e85df17e8c2c09a062c (patch)
tree8eadea10b7858c07bda195ce07d9813bcd3ffea9 /gyp/gm.gyp
parenta53e9460913f06a4c9c1bc473d70a335082c5e17 (diff)
Add testing of optimizations to GM
Diffstat (limited to 'gyp/gm.gyp')
-rw-r--r--gyp/gm.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 940ab84361..3458107dbc 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -8,6 +8,7 @@
'target_name': 'gm',
'type': 'executable',
'include_dirs' : [
+ '../debugger',
'../src/core',
'../src/effects',
'../src/pipe/utils/',
@@ -17,9 +18,17 @@
'gmslides.gypi',
],
'sources': [
+ '../debugger/SkDrawCommand.h',
+ '../debugger/SkDrawCommand.cpp',
+ '../debugger/SkDebugCanvas.h',
+ '../debugger/SkDebugCanvas.cpp',
+ '../debugger/SkObjectParser.h',
+ '../debugger/SkObjectParser.cpp',
+
'../gm/gm.cpp',
'../gm/gmmain.cpp',
'../gm/system_preferences_default.cpp',
+
'../src/pipe/utils/SamplePipeControllers.h',
'../src/pipe/utils/SamplePipeControllers.cpp',
],