aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/ports.gyp
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-31 20:02:56 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-31 20:02:56 +0000
commitcf5348f5aad19224f1175b8e2577019fb02636fd (patch)
treea63f1e096bee3de21602f1847ed14a70e8f07078 /gyp/ports.gyp
parente2aad27c5f02e375077ed605738c65009ba0644c (diff)
prepare skia for shared library build on android
R=borenet@google.com, djsollen@google.com Review URL: https://codereview.chromium.org/15855006 git-svn-id: http://skia.googlecode.com/svn/trunk@9378 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/ports.gyp')
-rw-r--r--gyp/ports.gyp9
1 files changed, 4 insertions, 5 deletions
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index fc9bb9ba4c..3422b8e30a 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -6,18 +6,17 @@
'product_name': 'skia_ports',
'type': 'static_library',
'standalone_static_library': 1,
- 'dependencies': [
- 'core.gyp:core',
- 'sfnt.gyp:sfnt',
- 'utils.gyp:utils',
- ],
'include_dirs': [
+ '../include/config',
+ '../include/core',
'../include/effects',
'../include/images',
'../include/ports',
+ '../include/utils',
'../include/xml',
'../src/core',
'../src/lazy',
+ '../src/sfnt',
'../src/utils',
],
'sources': [