summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 16:24:57 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 16:24:57 +0000
commitc8aa511c1afa9b98fb30909783ed81ba40181296 (patch)
tree1f2febda12a4ccfb5f290261b0426e393a470c29 /build
parentd68d3e82dc0b7f0eed8af06995cceca3a117b037 (diff)
downloadchromium_src-c8aa511c1afa9b98fb30909783ed81ba40181296.zip
chromium_src-c8aa511c1afa9b98fb30909783ed81ba40181296.tar.gz
chromium_src-c8aa511c1afa9b98fb30909783ed81ba40181296.tar.bz2
Change the Mac OS X Deployment Target from 10.5 to 10.6.
BUG=137676 TEST=none Review URL: https://chromiumcodereview.appspot.com/10816040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149198 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index ca6de6e..bff1d92 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -641,13 +641,13 @@
# Additional documentation on these macros is available at
# http://developer.apple.com/mac/library/technotes/tn2002/tn2064.html#SECTION3
# Chrome normally builds with the Mac OS X 10.6 SDK and sets the
- # deployment target to 10.5. Other projects, such as O3D, may override
+ # deployment target to 10.6. Other projects, such as O3D, may override
# these defaults. If the SDK is installed someplace that Xcode doesn't
# know about, set mac_sdk_path to the path to the SDK. If set to a
# non-empty string, mac_sdk_path will be used in preference to mac_sdk.
# mac_sdk gets its default value elsewhere in this file.
'mac_sdk_path%': '',
- 'mac_deployment_target%': '10.5',
+ 'mac_deployment_target%': '10.6',
# The default value for mac_strip in target_defaults. This cannot be
# set there, per the comment about variable% in a target_defaults.