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

Unified Diff: experimental/skpdiff/skpdiff.gyp

Issue 17885003: add command line flags (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add TODOs Created 7 years, 6 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 | « experimental/skpdiff/main.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/skpdiff/skpdiff.gyp
diff --git a/experimental/skpdiff/skpdiff.gyp b/experimental/skpdiff/skpdiff.gyp
index 5b07a44458fbcf6a7c00a756952707e67ba2ae88..83c307fd5415cb264eed16c33e4f5283ec7ffa11 100644
--- a/experimental/skpdiff/skpdiff.gyp
+++ b/experimental/skpdiff/skpdiff.gyp
@@ -13,6 +13,10 @@
'SkImageDiffer.cpp',
'SkCLImageDiffer.cpp',
'skpdiff_util.cpp',
+ '../../tools/flags/SkCommandLineFlags.cpp',
+ ],
+ 'include_dirs': [
+ '../../tools/flags'
],
'dependencies': [
'../../gyp/skia_lib.gyp:skia_lib',
« no previous file with comments | « experimental/skpdiff/main.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698