summaryrefslogtreecommitdiff
path: root/svg.gyp
diff options
context:
space:
mode:
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-22 14:39:45 +0000
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-22 14:39:45 +0000
commitfe0c902e6a44be33c6c9ba18917f86767be01467 (patch)
treecfb014bcc5cf37e4befacb4f367c9913aad38642 /svg.gyp
parent20afdb109ce35173e6fa97349448fc1133ffdbfc (diff)
downloadgyp-fe0c902e6a44be33c6c9ba18917f86767be01467.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 everything in skia_lib pointing toward core as best possible, then everything outside skia_lib depending on skia_lib for things in skia_lib. This prevents double definitions where a symbol is provided by both the skia_lib shared object and and a statically linked component of skia_lib. R=djsollen@google.com Review URL: https://codereview.chromium.org/19823003 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@10231 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'svg.gyp')
-rw-r--r--svg.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/svg.gyp b/svg.gyp
index 3952fd7..aed26a6 100644
--- a/svg.gyp
+++ b/svg.gyp
@@ -5,11 +5,11 @@
'product_name': 'skia_svg',
'type': 'static_library',
'standalone_static_library': 1,
+ 'dependencies': [
+ 'skia_lib.gyp:skia_lib',
+ 'xml.gyp:*',
+ ],
'include_dirs': [
- '../include/config',
- '../include/core',
- '../include/xml',
- '../include/utils',
'../include/svg',
],
'sources': [