aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-24 13:58:17 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-24 13:58:17 +0000
commitfe5afe5d275f6aebc9785b828ce3cc75dc12003c (patch)
tree8fec89ce84b89e794829037f76d93d0041ff5165
parent3a31ac1cf5d7d37da5a77ce18c43a62bf0781154 (diff)
Make images properly depend on utils.
-rw-r--r--gyp/images.gyp3
-rw-r--r--gyp/utils.gyp5
2 files changed, 5 insertions, 3 deletions
diff --git a/gyp/images.gyp b/gyp/images.gyp
index dad4361973..3608375b56 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -75,9 +75,6 @@
],
}],
[ 'OS == "mac"', {
- 'include_dirs': [
- '../include/utils/mac',
- ],
'sources!': [
'../include/images/SkJpegUtility.h',
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 9a3683f412..f0dcda9ea1 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -102,6 +102,11 @@
'$(SDKROOT)/System/Library/Frameworks/AGL.framework',
],
},
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '../include/utils/mac',
+ ],
+ },
},{ #else if 'OS != "mac"'
'include_dirs!': [
'../include/utils/mac',