Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(66)

Unified Diff: gyp/effects.gyp

Issue 6408053: Enable Compile Option to Build Android Executables (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/common_variables.gypi ('k') | skia.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/effects.gyp
===================================================================
--- gyp/effects.gyp (revision 4635)
+++ gyp/effects.gyp (working copy)
@@ -4,10 +4,7 @@
'target_name': 'effects',
'type': 'static_library',
'include_dirs': [
- '../include/config',
- '../include/core',
'../include/effects',
- '../include/gpu',
'../src/gpu',
],
'sources': [
@@ -87,6 +84,10 @@
'../include/effects',
],
},
+ 'dependencies': [
+ 'core.gyp:core',
+ 'gpu.gyp:gr',
+ ],
},
],
}
« no previous file with comments | « gyp/common_variables.gypi ('k') | skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b