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

Unified Diff: gyp/visualbench.gyp

Issue 1304083007: Create module system for VisualBench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add todo 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..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!': [
« 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