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

Unified Diff: gyp/effects.gyp

Issue 14582008: Enable shared library build (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: rebase 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 | « gyp/debugger.gyp ('k') | gyp/flags.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 9315)
+++ gyp/effects.gyp (working copy)
@@ -9,7 +9,10 @@
'effects.gypi',
],
'include_dirs': [
+ '../include/config',
+ '../include/core',
'../include/effects',
+ '../include/utils',
'../src/core',
],
'direct_dependent_settings': {
@@ -17,15 +20,13 @@
'../include/effects',
],
},
- 'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
- ],
'sources': [
'effects.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
],
'conditions': [
['skia_gpu == 1', {
'include_dirs': [
+ '../include/gpu',
'../src/gpu',
],
}],
« no previous file with comments | « gyp/debugger.gyp ('k') | gyp/flags.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698