summaryrefslogtreecommitdiff
path: root/gm.gyp
diff options
context:
space:
mode:
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-12 15:13:35 +0000
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-12 15:13:35 +0000
commitd810635bf4a738cbb08176265211f435372bad40 (patch)
treedda22c69185f64c8bb97b3ceb2d78c0295ea6124 /gm.gyp
parent85d609da1f9f1d6fdf13cd3365641749a6510598 (diff)
downloadgyp-d810635bf4a738cbb08176265211f435372bad40.tar.gz
Add testing of optimizations to GM
https://codereview.chromium.org/12843028/ git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@8658 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm.gyp')
-rw-r--r--gm.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/gm.gyp b/gm.gyp
index 940ab84..3458107 100644
--- a/gm.gyp
+++ b/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',
],