Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 7fd9f21b3a6f2d9c06ebb52a66cdf6edb3a6db0b..c038b9d8b5d6fb6f9e4f21f24ddab09aa8b57f51 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -894,6 +894,11 @@ |
| 'use_system_bzip2%': 1, |
| 'use_system_libxml%': 1, |
| 'use_system_sqlite%': 1, |
| + |
| + # The Mac SDK is set for iOS builds and passed through to Mac |
| + # sub-builds. This allows the Mac sub-build SDK in an iOS build to be |
| + # overridden from the command line the same way it is for a Mac build. |
| + 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py 10.6)', |
| }], |
| ['OS=="android"', { |
| # Location of Android NDK. |