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

Unified Diff: gyp/gm.gyp

Issue 19807005: refactor duplication (shouldSkip and skip_name) into a utility function (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Forgot to add new files.. Created 7 years, 5 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 | « gyp/bench.gypi ('k') | gyp/tests.gyp » ('j') | tools/ToolUtils.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gm.gyp
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 6608aba5dcdc879bcfad660fcc3f67cb8d3f67cd..9acdafb08cfd82b8e19554e904f8b9fe15f9de80 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -33,6 +33,7 @@
'../src/pipe/utils/',
'../src/utils/',
'../src/utils/debugger',
+ '../tools/',
],
'includes': [
'gmslides.gypi',
@@ -51,6 +52,8 @@
'../src/utils/debugger/SkDebugCanvas.cpp',
'../src/utils/debugger/SkObjectParser.h',
'../src/utils/debugger/SkObjectParser.cpp',
+
+ '../tools/ToolUtils.cpp',
],
'dependencies': [
'skia_lib.gyp:skia_lib',
« no previous file with comments | « gyp/bench.gypi ('k') | gyp/tests.gyp » ('j') | tools/ToolUtils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698