Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: tools/gyp/configurations_xcode.gypi

Issue 12494015: Automatically determine the gcc compiler to use based on XCode version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/gyp/find_mac_gcc_version.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_xcode.gypi
diff --git a/tools/gyp/configurations_xcode.gypi b/tools/gyp/configurations_xcode.gypi
index 8ddb3dc2cc731fead4fd2c4b6ca8e9cf36dd8c1b..c308bdfc1f641f3a362f207716dd385669845fad 100644
--- a/tools/gyp/configurations_xcode.gypi
+++ b/tools/gyp/configurations_xcode.gypi
@@ -13,15 +13,7 @@
{
'variables': {
- # To switch to the LLVM based backend create a ~/.gyp/include.gypi
- # including:
- #
- # {
- # 'variables': {
- # 'xcode_gcc_version': 'com.apple.compilers.llvmgcc42',
- # }
- # }
- 'xcode_gcc_version%': '4.2',
+ 'xcode_gcc_version%': '<!(python <(DEPTH)/tools/gyp/find_mac_gcc_version.py)',
},
'target_defaults': {
'configurations': {
« no previous file with comments | « no previous file | tools/gyp/find_mac_gcc_version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698