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

Unified Diff: build/common.gypi

Issue 1268803004: Reland #2: Switch the default build configuration to use the 10.10 SDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | build/config/mac/mac_sdk.gni » ('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 65e81060d6b742883380b3c1ff0ee0c93a172cc5..110e195cbe1766182bf82fcbde68d850b58c0586 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1901,7 +1901,7 @@
['OS=="ios"', {
'mac_sdk_min%': '10.8',
}, { # else OS!="ios"
- 'mac_sdk_min%': '10.6',
+ 'mac_sdk_min%': '10.10',
}],
],
'mac_sdk_path%': '',
« no previous file with comments | « no previous file | build/config/mac/mac_sdk.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698