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

Unified Diff: build/common.gypi

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 | « no previous file | build/config/ios/ios_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 cf83785a5fc816dc0839ea9fcf3669e29ddbfa7a..e59712edaeaf5687e65bf86931b594df49bedb6c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1690,7 +1690,7 @@
# not using the "current" SDK.
'ios_sdk%': '',
'ios_sdk_path%': '',
- 'ios_deployment_target%': '7.0',
+ 'ios_deployment_target%': '9.0',
'conditions': [
# ios_product_name is set to the name of the .app bundle as it should
« no previous file with comments | « no previous file | build/config/ios/ios_sdk.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698