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

Unified Diff: gyp/opts.gyp

Issue 135013004: Refactor SkMorphologyImageFilter, CPU and GPU paths. This required making opts/ dependent on effect… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix android build Created 6 years, 11 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 | « no previous file | include/effects/SkMorphologyImageFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/opts.gyp
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index bd072cb1e8efff9744650a42b211eb537ff25a83..9c6376671b22403f5218f3af729615e8dc620bea 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -25,6 +25,7 @@
'standalone_static_library': 1,
'dependencies': [
'core.gyp:*',
+ 'effects.gyp:*'
],
'include_dirs': [
'../src/core',
@@ -121,6 +122,7 @@
'standalone_static_library': 1,
'dependencies': [
'core.gyp:*',
+ 'effects.gyp:*'
],
'include_dirs': [
'../src/core',
@@ -150,6 +152,7 @@
'standalone_static_library': 1,
'dependencies': [
'core.gyp:*',
+ 'effects.gyp:*'
],
'include_dirs': [
'../src/core',
« no previous file with comments | « no previous file | include/effects/SkMorphologyImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698