aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/ports.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/ports.gyp')
-rw-r--r--gyp/ports.gyp9
1 files changed, 5 insertions, 4 deletions
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 3422b8e30a..fc9bb9ba4c 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -6,17 +6,18 @@
'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': [