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

Unified Diff: build_overrides/build.gni

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: Comments from thakis. Created 4 years, 8 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/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/build.gni
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index 9667a31ef7454f73687f397ec4f0e1dc946fb609..108a740f44107e95ae127261036e50f0beceaee2 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -8,4 +8,4 @@
# builds. We can remove this when Chromium drops 10.6 support and also
# requires 10.7.
erikchen 2016/04/04 18:53:18 After this CL lands and sticks, we will still need
mac_sdk_min_build_override = "10.10"
-mac_deployment_target_build_override = "10.6"
+mac_deployment_target_build_override = "10.7"
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698