Index: gyp/visualbench.gyp |
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp |
index d45abd96e0f6ee5c4e3499a7e58b0b803d6ad82f..8066bb5a66047ab28dafe5dd24e2aa47e6dc9818 100644 |
--- a/gyp/visualbench.gyp |
+++ b/gyp/visualbench.gyp |
@@ -24,12 +24,7 @@ |
], |
'sources': [ |
'../gm/gm.cpp', |
- '../tools/VisualBench/VisualBench.h', |
- '../tools/VisualBench/VisualBench.cpp', |
- '../tools/VisualBench/VisualBenchmarkStream.h', |
- '../tools/VisualBench/VisualBenchmarkStream.cpp', |
- '../tools/VisualBench/VisualSKPBench.h', |
- '../tools/VisualBench/VisualSKPBench.cpp', |
+ '<!@(python find.py ../tools/VisualBench "*.cpp")', |
jvanverth1
2015/09/04 18:25:36
No .h files?
|
'<!@(python find.py ../bench "*.cpp")', |
], |
'sources!': [ |