Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: trunk/gyp/tools.gyp

Issue 14620020: add direct_dependencies for picture_utils, and add cflags_cc for android's gypi (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/gyp/tools.gyp
===================================================================
--- trunk/gyp/tools.gyp (revision 9150)
+++ trunk/gyp/tools.gyp (working copy)
@@ -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',
« no previous file with comments | « trunk/gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698