aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-09-08 07:08:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-08 07:08:11 -0700
commit189aef7834e20a01c062817b54a49b76ad4a0b4b (patch)
treeceb8d007617cd2661cb18f82d08a930290c28d40 /gyp
parent8fd97eab1d9c17c662e08f6b3dbd7be49ec0a838 (diff)
Create module system for VisualBench
The newly created VisualLightweightBenchModule is just the old VisualBench.cpp, but gutted to only include timing code. Future CLs will harden this abstraction, but for this CL the module owns a backpointer to VisualBench.cpp for a couple of calls. BUG=skia: Review URL: https://codereview.chromium.org/1304083007
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!': [