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

Unified Diff: build/common.gypi

Issue 1847533004: mac: Bump the deployment target to OS X 10.7. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | no next file » | 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 7c4e60ede1586920c38b67cd49788b3c20f8dbde..2743d0d6dd658115a40e2b9a8af7ad0b23ad7caf 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1962,7 +1962,7 @@
# 10.7.
'mac_deployment_target%': '10.7',
}, { # else OS!="ios"
- 'mac_deployment_target%': '10.6',
+ 'mac_deployment_target%': '10.7',
Nico 2016/04/04 18:01:23 These can merge again now, right? iOS only cares a
}],
],
'mac_sdk_min%': '10.10',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698