| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 5ac58b68ea019e758304d19373a61976fa846d4d..a8b5d7ec88fb962c7deee38422329c897b25b241 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1034,7 +1034,7 @@
|
| }],
|
|
|
| ['branding=="Chrome" and buildtype=="Official"', {
|
| - 'mac_sdk%': '10.6',
|
| + 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py --verify 10.6)',
|
| # Enable uploading crash dumps.
|
| 'mac_breakpad_uploads%': 1,
|
| # Enable dumping symbols at build time for use by Mac Breakpad.
|
|
|