commit | d7b25c734e6835152451fbe2ff3b809c5006ad51 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Nov 12 08:41:40 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Nov 12 08:41:40 2015 -0800 |
tree | eb9ba3ae17630db9e9caddea4ae202637138ef6e | |
parent | 95105938da29f8a43cd76199769ed6ec6710a446 [diff] |
Target Mac bots at 10.7+libc++ to approximate Chrome's 10.6+libc++. This is necessary if we want to start using C++11 library features. Chrome's got their own custom libc++-for-10.6. This is a somewhat lazy approximation of that. Chrome should still guard us from using 10.7-specific features until 10.6-10.8 all go away. BUG=skia: Review URL: https://codereview.chromium.org/1437173002