Chromium Code Reviews| Index: gyp/tests.gypi |
| diff --git a/gyp/tests.gypi b/gyp/tests.gypi |
| index 1fd87addf9d2d9ea0a828ea6694dfca0c5c35bf6..a0e89a542279043e5be078da21e26da9fce0f273 100644 |
| --- a/gyp/tests.gypi |
| +++ b/gyp/tests.gypi |
| @@ -49,6 +49,16 @@ |
| ], |
| }], |
| ], |
| + 'xcode_settings': { |
|
mtklein
2015/11/12 15:27:29
Let's do this globally?
mtklein
2015/11/12 15:28:45
(I think that'll fix your 10.8 bot.)
|
| + 'conditions': [ |
| + [ 'skia_osx_deployment_target==""', { |
| + 'MACOSX_DEPLOYMENT_TARGET': '10.7', # -mmacos-version-min, passed in env to ld. |
| + }, { |
| + 'MACOSX_DEPLOYMENT_TARGET': '<(skia_osx_deployment_target)', |
| + }], |
| + ], |
| + 'CLANG_CXX_LIBRARY': 'libc++', |
| + }, |
| 'sources': [ |
| '../tests/Test.h', |
| '<!@(python find.py ../tests "*.c*")', |