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

Unified Diff: build/config/ios/ios_sdk.gni

Issue 1704933002: Increase minimum iOS version requirements to iOS 9.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also increase the ios_deployment_target when using GN for the build Created 4 years, 10 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/config/ios/ios_sdk.gni
diff --git a/build/config/ios/ios_sdk.gni b/build/config/ios/ios_sdk.gni
index ebbb7c9c57e1587440a7b1d912bd380a38487a10..bf1540c11c9f62f93730e519b1a71676211e2945 100644
--- a/build/config/ios/ios_sdk.gni
+++ b/build/config/ios/ios_sdk.gni
@@ -10,7 +10,7 @@ declare_args() {
use_ios_simulator = target_cpu == "x86" || target_cpu == "x64"
# Version of iOS that we're targeting.
- ios_deployment_target = "7.0"
+ ios_deployment_target = "9.0"
# The iOS Code signing identity to use
# TODO(GYP), TODO(sdfresne): Consider having a separate
« 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