| Index: gyp/visualbench.gyp
|
| diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp
|
| index d45abd96e0f6ee5c4e3499a7e58b0b803d6ad82f..43816ee872baf916a0e58bb5014ac95817047cfc 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!': [
|
|
|