From 0abc976e33102c0f5f14eacf90bdf7f52a3339b6 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Fri, 19 Jul 2013 00:32:39 +0000 Subject: Measurement tool for Bounding-Box-Hierarchies. BUG= R=caryclark@google.com, reed@google.com Author: sglez@google.com Review URL: https://chromiumcodereview.appspot.com/16948011 git-svn-id: http://skia.googlecode.com/svn/trunk@10173 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/tools.gyp | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'gyp') diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 5d7c92e6ae..4cbdf4b1ba 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', @@ -299,6 +299,28 @@ 'flags.gyp:flags', ], }, + { + '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', -- cgit v1.2.3