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, 11 insertions, 1 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index a43b811b3e..93eab7d793 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -74,6 +74,17 @@
'core.gyp:core',
'images.gyp:images',
'ports.gyp:ports',
+ 'tools.gyp:picture_utils',
+ ],
+ },
+ {
+ 'target_name': 'picture_utils',
+ 'type': 'static_library',
+ 'sources': [
+ '../tools/picture_utils.cpp',
+ ],
+ 'dependencies': [
+ 'core.gyp:core',
],
},
{
@@ -90,7 +101,6 @@
'utils.gyp:utils',
],
},
-
],
}