take 2: create simple 'skpmaker' tool to generate SKP files for testing
(re-landing https://codereview.chromium.org/108343006 without the build breakages)
BUG=skia:1943
R=rmistry@google.com
Author: epoger@google.com
Review URL: https://codereview.chromium.org/112253004
git-svn-id: http://skia.googlecode.com/svn/trunk@12866 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index f748157..ce24d9d 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -13,17 +13,18 @@
'target_name': 'tools',
'type': 'none',
'dependencies': [
+ 'bbh_shootout',
'bench_pictures',
'filter',
- 'lua_pictures',
- 'bbh_shootout',
'lua_app',
+ 'lua_pictures',
'pinspect',
'render_pdfs',
'render_pictures',
'skdiff',
- 'skpdiff',
'skhello',
+ 'skpdiff',
+ 'skpmaker',
'skimage',
'test_image_decoder',
],
@@ -110,6 +111,20 @@
],
},
{
+ 'target_name': 'skpmaker',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/skpmaker.cpp',
+ ],
+ 'include_dirs': [
+ '../src/core',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
+ },
+ {
'target_name': 'skimagediff',
'type': 'executable',
'sources': [