Commit c8aa511c authored by rsesek@chromium.org's avatar rsesek@chromium.org

Change the Mac OS X Deployment Target from 10.5 to 10.6.

BUG=137676
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10816040

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149198 0039d316-1c4b-4281-b951-d872f2087c98
parent d68d3e82
......@@ -641,13 +641,13 @@
# 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.6 SDK and sets the
# deployment target to 10.5. Other projects, such as O3D, may override
# deployment target to 10.6. Other projects, such as O3D, may override
# these defaults. If the SDK is installed someplace that Xcode doesn't
# know about, set mac_sdk_path to the path to the SDK. If set to a
# non-empty string, mac_sdk_path will be used in preference to mac_sdk.
# mac_sdk gets its default value elsewhere in this file.
'mac_sdk_path%': '',
'mac_deployment_target%': '10.5',
'mac_deployment_target%': '10.6',
# The default value for mac_strip in target_defaults. This cannot be
# set there, per the comment about variable% in a target_defaults.
......
......@@ -14,6 +14,7 @@
#include "chrome/browser/ui/browser_window.h"
#include "chrome/browser/ui/cocoa/cocoa_profile_test.h"
#include "chrome/browser/ui/cocoa/find_bar/find_bar_bridge.h"
#include "chrome/browser/ui/cocoa/tabs/tab_strip_view.h"
#include "chrome/common/chrome_notification_types.h"
#include "chrome/common/pref_names.h"
#include "chrome/test/base/testing_profile.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment