summaryrefslogtreecommitdiff
path: root/common_conditions.gypi
diff options
context:
space:
mode:
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-26 15:48:43 +0000
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-26 15:48:43 +0000
commit4bcf54db9d0bead3fdc4c6758f78fa7a59d66fdc (patch)
tree068f292c6d46675219307a70bdcaa54b538fea4e /common_conditions.gypi
parent26af2da1b2df2f30718889a5efef054661c83e4c (diff)
downloadgyp-4bcf54db9d0bead3fdc4c6758f78fa7a59d66fdc.tar.gz
move the xcode setup for SYMROOT to the outermost level
Review URL: https://codereview.appspot.com/6576050 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@5693 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'common_conditions.gypi')
-rw-r--r--common_conditions.gypi6
1 files changed, 4 insertions, 2 deletions
diff --git a/common_conditions.gypi b/common_conditions.gypi
index 2ec0ef8..14026d7 100644
--- a/common_conditions.gypi
+++ b/common_conditions.gypi
@@ -180,7 +180,6 @@
},
'xcode_settings': {
'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
- 'SYMROOT': '<(DEPTH)/xcodebuild',
'SDKROOT': '<(skia_osx_sdkroot)',
# trying to get this to work, but it needs clang I think...
# 'WARNING_CFLAGS': '-Wexit-time-destructors',
@@ -231,7 +230,6 @@
'CODE_SIGNING_REQUIRED': 'NO',
'CODE_SIGN_IDENTITY[sdk=iphoneos*]': '',
'IPHONEOS_DEPLOYMENT_TARGET': '<(ios_sdk_version)',
- 'SYMROOT': '<(DEPTH)/xcodebuild',
'SDKROOT': 'iphoneos',
'TARGETED_DEVICE_FAMILY': '1,2',
'OTHER_CPLUSPLUSFLAGS': '-fvisibility=hidden -fvisibility-inlines-hidden',
@@ -323,6 +321,10 @@
}],
], # end 'conditions'
+ # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details
+ 'xcode_settings': {
+ 'SYMROOT': '<(DEPTH)/xcodebuild',
+ },
}
# Local Variables: