add direct_dependencies for picture_utils, and add cflags_cc for android's gypi
Review URL: https://codereview.chromium.org/14620020
git-svn-id: http://skia.googlecode.com/svn/trunk@9152 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index e28991e..3cc70df 100644
--- a/gyp/tools.gyp
+++ b/gyp/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',