Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 5d7c92e6ae470ca082268fae8b29b8141ed88e2b..4cbdf4b1ba742344345b8db0dee617d24d3b25b9 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', |
@@ -300,6 +300,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' : [ |