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 |