prepare skia for shared library build on android
R=borenet@google.com, djsollen@google.com
Committed: https://code.google.com/p/skia/source/detail?r=9378
Review URL: https://codereview.chromium.org/15855006
git-svn-id: http://skia.googlecode.com/svn/trunk@9379 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/FileReaderApp.gyp b/gyp/FileReaderApp.gyp
index f590ffe..bcd0f0d 100644
--- a/gyp/FileReaderApp.gyp
+++ b/gyp/FileReaderApp.gyp
@@ -18,7 +18,8 @@
'../src/utils/mac/SkOSWindow_Mac.cpp',
],
'dependencies': [
- 'skia_lib.gyp:skia_lib',
+ 'skia_base_libs.gyp:skia_base_libs',
+ 'effects.gyp:effects',
'views.gyp:views',
'xml.gyp:xml',
],