Chromium Code Reviews| Index: build/config/c++/c++.gni |
| diff --git a/build/config/c++/c++.gni b/build/config/c++/c++.gni |
| index e83c50ecfa9be30fe0319d4a9d20032c2bcb3f53..5e10c852efa164d80496ec314bb427bd12da8414 100644 |
| --- a/build/config/c++/c++.gni |
| +++ b/build/config/c++/c++.gni |
| @@ -13,6 +13,7 @@ declare_args() { |
| # buildtools/third_party/libc++abi) instead of stdlibc++ as standard |
| # library. |
| use_custom_libcxx = |
| + (is_linux && !is_chromeos) || |
|
Nico
2017/06/29 18:30:54
The next line suggests that this wants to be is_li
Tom Anderson
2017/06/29 19:42:11
Done. I'll hold off on changing the second half s
|
| (is_asan && is_linux && !is_chromeos && |
| (!is_chromecast || is_cast_desktop_build)) || is_tsan || is_msan || |
| is_ubsan || is_ubsan_security || (use_libfuzzer && !is_mac) || use_afl |