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

Unified Diff: tools/gyp/xcode.gypi

Issue 10916081: Add secure sockets to dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Allow TLS sockets to build with both Chromium NSS and upstream NSS Created 8 years, 3 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
« tools/gyp/configurations_xcode.gypi ('K') | « tools/gyp/configurations_xcode.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/xcode.gypi
diff --git a/tools/gyp/xcode.gypi b/tools/gyp/xcode.gypi
index 26afb4adf2ec954bc752ad65eabd5f000bc7c433..bdfb30f6d095b6ae4be3d9248023fa71984fca4c 100644
--- a/tools/gyp/xcode.gypi
+++ b/tools/gyp/xcode.gypi
@@ -18,8 +18,9 @@
# Chrome normally builds with the Mac OS X 10.5 SDK and sets the
# deployment target to 10.5. Other projects, such as O3D, may override
# these defaults.
- 'mac_sdk%': '10.5',
- 'mac_deployment_target%': '10.5',
+ # Mountain Lion is 10.7.
Søren Gjesse 2012/09/28 09:17:31 Is there an issue with supporting 10.5?
Mads Ager (google) 2012/09/28 12:03:57 Similarly, Bill probably updated to xcode 4. Bill,
Bill Hesse 2012/10/31 16:33:29 Removed. On 2012/09/28 09:17:31, Søren Gjesse wro
+ 'mac_sdk%': '10.7',
+ 'mac_deployment_target%': '10.7',
},
'xcode_settings': {
# DON'T ADD ANYTHING NEW TO THIS BLOCK UNLESS YOU REALLY REALLY NEED IT!
« tools/gyp/configurations_xcode.gypi ('K') | « tools/gyp/configurations_xcode.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698