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', |