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

Unified Diff: gyp/SampleApp.gyp

Issue 12843028: Add testing of optimizations to GM (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 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
Index: gyp/SampleApp.gyp
===================================================================
--- gyp/SampleApp.gyp (revision 8360)
+++ gyp/SampleApp.gyp (working copy)
@@ -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',

Powered by Google App Engine
This is Rietveld 408576698