Commit aa9e6f58 authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Reenable libc++ on Windows

BUG=801780
R=thakis

Change-Id: Ife6f11c4e02534c879731274d427b0f563b8fa08
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1556590
Auto-Submit: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652740}
parent b0dba217
...@@ -11,7 +11,7 @@ declare_args() { ...@@ -11,7 +11,7 @@ declare_args() {
# Don't check in changes that set this to false for more platforms; doing so # Don't check in changes that set this to false for more platforms; doing so
# is not supported. # is not supported.
use_custom_libcxx = use_custom_libcxx =
is_fuchsia || is_android || is_mac || is_ios || is_fuchsia || is_android || is_mac || is_ios || (is_win && is_clang) ||
(is_linux && (is_linux &&
(!is_chromeos || default_toolchain != "//build/toolchain/cros:target")) (!is_chromeos || default_toolchain != "//build/toolchain/cros:target"))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment