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

Unified Diff: build/common.gypi

Issue 11649036: Changing deployment target of Chrome for iOS to 5.0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 1c98625e0343b0b18d81e9415c21fe4378e6c713..7c3a2fb1ed51a2e7a3fc922a7e035b39698c3ac1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1046,7 +1046,7 @@
# every single project file for not using the "current" SDK.
'ios_sdk%': '',
'ios_sdk_path%': '',
- 'ios_deployment_target%': '4.3',
+ 'ios_deployment_target%': '5.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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698