Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 482bfed75de4ab18a3066fa65661a080e60f2e89..cceaf1cf589a2e8dfc37c0f717039479036e1298 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -626,10 +626,10 @@ |
# To ensure these macros are available, #include <AvailabilityMacros.h>. |
# Additional documentation on these macros is available at |
# http://developer.apple.com/mac/library/technotes/tn2002/tn2064.html#SECTION3 |
- # Chrome normally builds with the Mac OS X 10.5 SDK and sets the |
+ # Chrome normally builds with the Mac OS X 10.6 SDK and sets the |
# deployment target to 10.5. Other projects, such as O3D, may override |
# these defaults. |
- 'mac_sdk%': '10.5', |
+ 'mac_sdk%': '10.6', |
'mac_deployment_target%': '10.5', |
# The default value for mac_strip in target_defaults. This cannot be |