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

Unified Diff: build/common.gypi

Issue 10816040: Change the Mac OS X Deployment Target from 10.5 to 10.6. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 5 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 | chrome/browser/ui/cocoa/browser_window_controller_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index ca6de6e0051de522f7b897bcfa732677778bbed2..bff1d92ef407e35c06aa09c89456adf9a553aa29 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.
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698