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

Unified Diff: chrome/chrome_installer.gypi

Issue 1112753002: mac: Bump the deployment target of gcapi to 10.5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index dc976c55eb5c6c575f6d6ab521b04ca65acd93fc..52411a950bdc218abb8878862fa4bd953cb02ee6 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -1047,7 +1047,7 @@
},
'xcode_settings': {
'ARCHS': [ 'i386', 'x86_64' ],
- 'MACOSX_DEPLOYMENT_TARGET': '10.4',
+ 'MACOSX_DEPLOYMENT_TARGET': '10.5',
'GCC_ENABLE_OBJC_GC': 'supported',
},
},
« 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