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

Unified Diff: build/config/mac/mac_sdk.gni

Issue 1285493004: mac, GN: Pass 10.6 as deployment target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from thakis. Created 5 years, 4 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 | « build/config/mac/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/mac/mac_sdk.gni
diff --git a/build/config/mac/mac_sdk.gni b/build/config/mac/mac_sdk.gni
index 3f551087018eb9edbbe7547d790c00f71b481af6..8186714c9130005460a756c8063ca9c423157bea 100644
--- a/build/config/mac/mac_sdk.gni
+++ b/build/config/mac/mac_sdk.gni
@@ -8,6 +8,9 @@ declare_args() {
# Minimum supported version of the Mac SDK.
mac_sdk_min = "10.10"
+ # Minimum supported version of OSX.
+ mac_deployment_target = "10.6"
+
# Path to a specific version of the Mac SDKJ, not including a backslash at
Nico 2015/08/11 21:16:40 While here, maybe you can s/SDKJ/SDK/ if you haven
erikchen 2015/08/11 21:18:26 Done.
# the end. If empty, the path to the lowest version greater than or equal to
# mac_sdk_min is used.
« no previous file with comments | « build/config/mac/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698