Files
sdk/tools
ager@google.com 0818b5ac2f Change the xcode configuration file to use an overwritable variable
for the xcode gcc version.

This allows me to build with xcode 4 without a local patch to
build files by just creating overwrites in my ~/.gyp/include.gypi:

{
  'variables': {
    'xcode_gcc_version': 'com.apple.compilers.llvmgcc42',
    'mac_sdk': '10.7',
    'mac_deployment_target': '10.7',
  }
}

R=ahe@google.com,iposva@google.com
BUG=

Review URL: https://codereview.chromium.org//11410084

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14894 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-14 13:45:01 +00:00
..
2012-11-01 22:52:06 +00:00
2011-10-05 05:34:19 +00:00
2012-11-12 12:55:02 +00:00
2011-10-05 05:34:19 +00:00
2011-10-05 05:34:19 +00:00
2012-08-20 19:35:58 +00:00
2012-10-31 20:20:05 +00:00