diff options
author | 2012-06-27 19:33:29 +0000 | |
---|---|---|
committer | 2012-06-27 19:33:29 +0000 | |
commit | 006db0f1b8d85caea7ac37bc1fca133eca74aac8 (patch) | |
tree | c013d373810dd76bce4d428b1d5edee632ea08ed /gyp | |
parent | 1d89c93b2a61a9679f444b19b6fce4325ae7df65 (diff) |
git-svn-id: http://skia.googlecode.com/svn/trunk@4375 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tools.gyp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 93eab7d793..f30f31111e 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': [ |