Chromium Code Reviews| 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! |