Index: gyp/bench.gyp |
diff --git a/gyp/bench.gyp b/gyp/bench.gyp |
index ad026a6439e324834e20541b48b3cf0d0cee8206..d6275905de52ac245ec43f85428edefaf70810f6 100644 |
--- a/gyp/bench.gyp |
+++ b/gyp/bench.gyp |
@@ -37,10 +37,14 @@ |
'target_name': 'nanobench', |
'type': 'executable', |
'sources': [ |
- '../bench/nanobench.cpp', |
+ '../bench/GMBench.cpp', |
'../bench/ResultsWriter.cpp', |
+ '../bench/nanobench.cpp', |
+ ], |
+ 'includes': [ |
+ 'bench.gypi', |
+ 'gmslides.gypi', |
], |
- 'includes': [ 'bench.gypi' ], |
'dependencies': [ |
'flags.gyp:flags_common', |
'jsoncpp.gyp:jsoncpp', |