aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-19 00:50:48 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-19 00:50:48 +0000
commit7ac13b7198c981b6d69aabff662b5e264e1c56f7 (patch)
tree267423cc7d1c89f576c33efb81eeebafadcf521e /gyp/tools.gyp
parent0abc976e33102c0f5f14eacf90bdf7f52a3339b6 (diff)
Reverting r10173 due to compile problems
git-svn-id: http://skia.googlecode.com/svn/trunk@10174 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp24
1 files changed, 1 insertions, 23 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 4cbdf4b1ba..5d7c92e6ae 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -15,7 +15,7 @@
'dependencies': [
'bench_pictures',
'filter',
- 'bbh_shootout',
+ 'lua_pictures',
'lua_app',
'pinspect',
'render_pdfs',
@@ -300,28 +300,6 @@
],
},
{
- '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' : [