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

Unified Diff: gyp/visualbench.gyp

Issue 1215033002: Add benchmarkstream to visualbench (Closed) Base URL: https://skia.googlesource.com/skia.git@microbenches
Patch Set: tweaks Created 5 years, 6 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 | « bench/Benchmark.h ('k') | 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 874b0aafa0170f1bf2cccb80b2cc36768fb3c3ae..4bf559ae98fab5689dcb3b464f57a6bb55d29c84 100644
--- a/gyp/visualbench.gyp
+++ b/gyp/visualbench.gyp
@@ -11,19 +11,37 @@
{
'target_name': 'visualbench',
'type': 'executable',
+ 'includes' : [
+ 'gmslides.gypi',
+ ],
'include_dirs' : [
+ '../bench',
'../include/gpu',
'../src/core',
+ '../src/effects',
'../src/images',
],
'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 ../bench "*.cpp")',
+ ],
+ 'sources!': [
+ '../bench/nanobench.cpp',
+ '../bench/nanobenchAndroid.cpp',
],
'dependencies': [
- 'flags.gyp:flags_common',
+ 'etc1.gyp:libetc1',
+ 'flags.gyp:flags',
+ 'gputest.gyp:skgputest',
'skia_lib.gyp:skia_lib',
'tools.gyp:proc_stats',
+ 'tools.gyp:sk_tool_utils',
'tools.gyp:timer',
'views.gyp:views',
],
« no previous file with comments | « bench/Benchmark.h ('k') | tools/VisualBench/VisualBench.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698