summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common_conditions.gypi4
-rw-r--r--tools.gyp7
2 files changed, 9 insertions, 2 deletions
diff --git a/common_conditions.gypi b/common_conditions.gypi
index 81c958a..fda1222 100644
--- a/common_conditions.gypi
+++ b/common_conditions.gypi
@@ -311,10 +311,12 @@
'cflags': [
'-Wall',
'-fno-exceptions',
- '-fno-rtti',
'-fstrict-aliasing',
'-fuse-ld=gold',
],
+ 'cflags_cc': [
+ '-fno-rtti',
+ ],
'conditions': [
[ 'skia_warnings_as_errors', {
'cflags': [
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',