summaryrefslogtreecommitdiff
path: root/gm.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 /gm.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 'gm.gyp')
-rw-r--r--gm.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gm.gyp b/gm.gyp
index 3fdfb8e..6608aba 100644
--- a/gm.gyp
+++ b/gm.gyp
@@ -8,7 +8,6 @@
'target_name': 'gm_expectations',
'type': 'static_library',
'include_dirs' : [
- '../include/core/',
'../src/utils/',
],
'sources': [