aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-10 16:20:47 +0000
committerGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-10 16:20:47 +0000
commitbc7661161e46c2f776fcd8740600599581fbfe26 (patch)
treef3e7541f213394cd3b3e847b5b8ed2d1fe83457c /gyp/tools.gyp
parentef752fe38b6b10b139f317c343b48bebfc615e79 (diff)
Fix Android build of render_pictures (Again)
picture_renderer was somehow picking up effects as a dependency, but effects was not present in the shared library on Android at load time. Review URL: https://codereview.appspot.com/6498113 git-svn-id: http://skia.googlecode.com/svn/trunk@5464 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 45d98c224e..28456a26ff 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -118,6 +118,7 @@
],
'dependencies': [
'core.gyp:core',
+ 'effects.gyp:effects',
'images.gyp:images',
'tools.gyp:picture_utils',
'utils.gyp:utils',