aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/SampleApp.gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-12 15:13:35 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-12 15:13:35 +0000
commitad7d481ea9839e0f4c497e58cabe209ffc1e4683 (patch)
tree7d4200e0bbb9ed128a5e033c0973ba5559160afa /gyp/SampleApp.gyp
parent81a51a2b4dfee266d6288c8b7821799a0c507757 (diff)
Add testing of optimizations to GM
Diffstat (limited to 'gyp/SampleApp.gyp')
-rw-r--r--gyp/SampleApp.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index b4104ed2e2..9c2b6430ec 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -5,6 +5,7 @@
'type': 'executable',
'mac_bundle' : 1,
'include_dirs' : [
+ '../debugger',
'../src/core',
'../src/effects', #needed for BlurMask.h
'../gm', # needed to pull gm.h
@@ -15,6 +16,13 @@
'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/gm.h',