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

Unified Diff: gyp/iOSShell.gyp

Issue 389653004: share dm and command flags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
Index: gyp/iOSShell.gyp
diff --git a/gyp/iOSShell.gyp b/gyp/iOSShell.gyp
index ed648a38c401870c4e550d3ef1796a01a47a0147..a9dfa08013915d7798c4ef35d994a275c53e0a75 100644
--- a/gyp/iOSShell.gyp
+++ b/gyp/iOSShell.gyp
@@ -8,8 +8,11 @@
'type': 'executable',
'mac_bundle' : 1,
'includes': [
+ 'bench.gypi',
+ 'dm.gypi',
+ 'gmslides.gypi',
+ 'pathops_unittest.gypi',
'tests.gypi',
- 'pathops_unittest.gypi',
],
'dependencies': [
'tools.gyp:crash_handler',

Powered by Google App Engine
This is Rietveld 408576698