aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp12
1 files changed, 12 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index ffd5676a75..3b1d2f5ae0 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -20,6 +20,7 @@
'gpuveto',
'lua_app',
'lua_pictures',
+ 'imgconv',
'pinspect',
'render_pdfs',
'render_pictures',
@@ -545,6 +546,17 @@
],
},
{
+ 'target_name': 'imgconv',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/imgconv.cpp',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
+ },
+ {
'target_name': 'bbh_shootout',
'type': 'executable',
'include_dirs': [