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

Unified Diff: gyp/iOSShell.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/flags.gyp ('k') | gyp/pathops_unittest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/iOSShell.gyp
diff --git a/gyp/iOSShell.gyp b/gyp/iOSShell.gyp
index ed648a38c401870c4e550d3ef1796a01a47a0147..1cb087288086bb4572352104ba205ce808ddb5b4 100644
--- a/gyp/iOSShell.gyp
+++ b/gyp/iOSShell.gyp
@@ -8,15 +8,18 @@
'type': 'executable',
'mac_bundle' : 1,
'includes': [
- 'tests.gypi',
- 'pathops_unittest.gypi',
+ 'bench.gypi',
+ 'dm.gypi',
],
'dependencies': [
'tools.gyp:crash_handler',
+ 'tools.gyp:timer',
'views.gyp:views',
'xml.gyp:xml',
],
'sources': [
+ '../bench/nanobench.cpp',
+ '../bench/ResultsWriter.cpp',
'../tests/skia_test.cpp',
'../tools/iOSShell.cpp',
'../src/views/mac/SkEventNotifier.mm',
« no previous file with comments | « gyp/flags.gyp ('k') | gyp/pathops_unittest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698