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

Unified Diff: gyp/tools.gyp

Issue 2012413004: hacking on a single-benchmark tool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: more tweaks Created 4 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 | « gyp/everything.gyp ('k') | tools/monobench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index ab8b4c6d8b4456f2133a208862505a7d21ee7c86..b993d24120c565a0b8395c1ce8f58ec1900b75be 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -90,6 +90,38 @@
],
},
{
+ 'target_name': 'monobench',
+ 'type': 'executable',
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'flags.gyp:flags_common',
+ 'resources',
+ 'skia_lib.gyp:skia_lib',
+ 'timer',
+ 'pdf.gyp:pdf',
+ 'tools.gyp:sk_tool_utils',
+ ],
+ 'include_dirs': [
+ '../bench',
+ '../include/private',
+ '../src/core',
+ '../src/effects',
+ '../src/effects/gradients',
+ '../src/image',
+ '../src/gpu',
+ '../src/pdf',
+ '../src/utils',
+ ],
+ 'sources': [
+ '../tools/monobench.cpp',
+ '../bench/Benchmark.cpp',
+ '<!@(python find.py ../bench "*Bench.cpp")',
+ ],
+ 'sources!': [
+ '../bench/GMBench.cpp',
+ ],
+ },
+ {
'target_name': 'chrome_fuzz',
'type': 'executable',
'sources': [
« no previous file with comments | « gyp/everything.gyp ('k') | tools/monobench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698