land https://codereview.appspot.com/6349043/
git-svn-id: http://skia.googlecode.com/svn/trunk@4375 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 93eab7d..f30f311 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -19,6 +19,7 @@
'skhello',
'skimage',
'render_pictures',
+ 'bench_pictures',
'pinspect',
],
},
@@ -78,6 +79,23 @@
],
},
{
+ 'target_name': 'bench_pictures',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/bench_pictures_main.cpp'
+ ],
+ 'include_dirs': [
+ '../bench',
+ ],
+ 'dependencies': [
+ 'core.gyp:core',
+ 'ports.gyp:ports',
+ 'images.gyp:images',
+ 'tools.gyp:picture_utils',
+ 'bench.gyp:bench_timer',
+ ],
+ },
+ {
'target_name': 'picture_utils',
'type': 'static_library',
'sources': [