aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/visualbench.gyp8
1 files changed, 2 insertions, 6 deletions
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp
index d45abd96e0..43816ee872 100644
--- a/gyp/visualbench.gyp
+++ b/gyp/visualbench.gyp
@@ -24,12 +24,8 @@
],
'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")',
+ '<!@(python find.py ../tools/VisualBench "*.h")',
'<!@(python find.py ../bench "*.cpp")',
],
'sources!': [