Commit a42a7f06 by Tim Van Patten Committed by Commit Bot

Remove setting a default value for use_custom_libcxx

Update the .gn to remove forcing use_custom_libcxx = false. Instead, let //build/config/c++/c++.gni determine the value, which should better match Chromium. In particular, this helps with Abseil integration by supporting Windows component builds by better matching the contents of the .def files. Bug: angleproject:4873 Test: CQ Change-Id: If8c064f16459292bfb95113a4d78e14e8923f86f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2414739Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Tim Van Patten <timvp@google.com>
parent d79db259
...@@ -33,7 +33,6 @@ exec_script_whitelist = angle_dotfile_settings.exec_script_whitelist + ...@@ -33,7 +33,6 @@ exec_script_whitelist = angle_dotfile_settings.exec_script_whitelist +
] ]
default_args = { default_args = {
use_custom_libcxx = false
clang_use_chrome_plugins = true clang_use_chrome_plugins = true
build_angle_deqp_tests = true build_angle_deqp_tests = true
use_sysroot = true use_sysroot = true
......
...@@ -242,6 +242,7 @@ IGNORED_INCLUDE_PREFIXES = { ...@@ -242,6 +242,7 @@ IGNORED_INCLUDE_PREFIXES = {
} }
IGNORED_DIRECTORIES = { IGNORED_DIRECTORIES = {
'//buildtools/third_party/libc++',
'//third_party/SwiftShader', '//third_party/SwiftShader',
'//third_party/zlib', '//third_party/zlib',
} }
......
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