summaryrefslogtreecommitdiff
path: root/svg.gyp
diff options
context:
space:
mode:
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-19 22:31:23 +0000
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-19 22:31:23 +0000
commitac4a505c1c894cf8d1ab7ebc4c9684a7e13bac99 (patch)
tree0dc349079dbc7b647ff0d53c434d5cd769df7a0d /svg.gyp
parentadca8b6c9401c630b67eca168d1cfd691c70ca6b (diff)
downloadgyp-ac4a505c1c894cf8d1ab7ebc4c9684a7e13bac99.tar.gz
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/gyp@10217 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'svg.gyp')
-rw-r--r--svg.gyp9
1 files changed, 5 insertions, 4 deletions
diff --git a/svg.gyp b/svg.gyp
index 3952fd7..c161ef5 100644
--- a/svg.gyp
+++ b/svg.gyp
@@ -5,11 +5,12 @@
'product_name': 'skia_svg',
'type': 'static_library',
'standalone_static_library': 1,
+ 'dependencies': [
+ 'core.gyp:*',
+ 'utils.gyp:*',
+ 'xml.gyp:*',
+ ],
'include_dirs': [
- '../include/config',
- '../include/core',
- '../include/xml',
- '../include/utils',
'../include/svg',
],
'sources': [