Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 7b936171fd4e5025d7776bb9e72fe7feda735ff5..b5ec80473ef7846329b11667e0fc46c5bdf446fa 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -116,7 +116,7 @@ |
'sources': [ |
'../tools/monobench.cpp', |
'../bench/Benchmark.cpp', |
- '<!@(python find.py ../bench "*Bench.cpp")', |
+ '<!@(python find.py "*Bench.cpp" ../bench)', |
], |
'sources!': [ |
'../bench/GMBench.cpp', |