aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/ports.gyp
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-19 22:31:23 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-19 22:31:23 +0000
commit2b0ab9e13a7d0f4e8a4151d5b75a8520546b4862 (patch)
treed6269ed5f8aea6ff7118a0629df989dfa393e151 /gyp/ports.gyp
parent777ded06fd655aad3f8d8ce1eb434374f153f234 (diff)
Update obvious deps.
This is a step toward targets declaring their deps in a sane fashion. This change resolves cycles by forcing core to the root, then opts, ports, and utils depending on core, then everything else. We will need some other change to resolve the fact that core, opts, ports, and utils depend on each other and other targets which depend on them. Outside of these targets, things look ok. R=djsollen@google.com Review URL: https://codereview.chromium.org/19823003 git-svn-id: http://skia.googlecode.com/svn/trunk@10217 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/ports.gyp')
-rw-r--r--gyp/ports.gyp5
1 files changed, 3 insertions, 2 deletions
diff --git a/gyp/ports.gyp b/gyp/ports.gyp
index 0e579853b7..1c7c33ed88 100644
--- a/gyp/ports.gyp
+++ b/gyp/ports.gyp
@@ -6,9 +6,10 @@
'product_name': 'skia_ports',
'type': 'static_library',
'standalone_static_library': 1,
+ 'dependencies': [
+ 'core.gyp:*',
+ ],
'include_dirs': [
- '../include/config',
- '../include/core',
'../include/effects',
'../include/images',
'../include/ports',