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

Unified Diff: gyp/tools.gyp

Issue 16948011: Measure tiled rendering. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Code review fixes Created 7 years, 5 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/bbh_shootout.cpp » ('j') | tools/bbh_shootout.cpp » ('J')
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 de1d8e94a8ba6dcdbd781a15aed27ff22b79eaa9..6e95faae32fdc1f70c8349621cda29a821a75b48 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -15,7 +15,7 @@
'dependencies': [
'bench_pictures',
'filter',
- 'lua_pictures',
+ 'bbh_shootout',
'lua_app',
'pinspect',
'render_pdfs',
@@ -298,6 +298,28 @@
],
},
{
+ 'target_name': 'bbh_shootout',
+ 'type': 'executable',
+ 'include_dirs': [
+ '../bench',
+ '../tools/'
+ ],
+ 'sources': [
+ '../tools/bbh_shootout.cpp',
+
+ # Bench code:
+ '../bench/TimerData.h',
+ '../bench/TimerData.cpp',
+ ],
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ 'bench.gyp:bench_timer',
+ 'tools.gyp:picture_utils',
+ 'tools.gyp:picture_renderer',
+ 'flags.gyp:flags',
+ ],
+ },
+ {
'target_name': 'filter',
'type': 'executable',
'include_dirs' : [
« no previous file with comments | « no previous file | tools/bbh_shootout.cpp » ('j') | tools/bbh_shootout.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698