summaryrefslogtreecommitdiff
path: root/tools.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'tools.gyp')
-rw-r--r--tools.gyp7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools.gyp b/tools.gyp
index e28991e..3cc70df 100644
--- a/tools.gyp
+++ b/tools.gyp
@@ -15,7 +15,7 @@
'dependencies': [
'bench_pictures',
'filter',
-# 'lua_pictures',
+ 'lua_pictures',
'pinspect',
'render_pdfs',
'render_pictures',
@@ -258,6 +258,11 @@
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '../tools/picture_utils.h',
+ ],
+ },
},
{
'target_name': 'pinspect',