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

Unified Diff: gyp/pathops_unittest.gyp

Issue 389653004: share dm and command flags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: sync up with latest dm Created 6 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/iOSShell.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pathops_unittest.gyp
diff --git a/gyp/pathops_unittest.gyp b/gyp/pathops_unittest.gyp
index b8f6835f4826a452169f7e027ba1629282704c6e..d3152d2cf3ed63c7dcd0ed4b1667b7cd84a785df 100644
--- a/gyp/pathops_unittest.gyp
+++ b/gyp/pathops_unittest.gyp
@@ -10,7 +10,10 @@
'includes': [
'pathops_unittest.gypi',
],
- 'dependencies': [ 'tools.gyp:crash_handler' ],
+ 'dependencies': [
+ 'flags.gyp:flags_common',
+ 'tools.gyp:crash_handler',
+ ],
'sources': [
'../tests/PathOpsAngleIdeas.cpp',
'../tests/PathOpsCubicLineIntersectionIdeas.cpp',
« no previous file with comments | « gyp/iOSShell.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698