Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: gyp/visualbench.gyp

Issue 1304083007: Create module system for VisualBench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: feedback inc Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/VisualBench/VisualBench.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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!': [
« no previous file with comments | « no previous file | tools/VisualBench/VisualBench.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698