From bc7661161e46c2f776fcd8740600599581fbfe26 Mon Sep 17 00:00:00 2001 From: "borenet@google.com" Date: Mon, 10 Sep 2012 16:20:47 +0000 Subject: [PATCH] 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 --- gyp/tools.gyp | 1 + 1 file changed, 1 insertion(+) 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',