From b446ce7f224c4c3aa38e0f3d35c2e4e40192f29c Mon Sep 17 00:00:00 2001 From: Robo Date: Fri, 12 Apr 2024 23:50:03 +0900 Subject: [PATCH] fix: package <__assertion_handler> as part of libcxx headers (#41830) Refs https://chromium-review.googlesource.com/c/chromium/src/+/5208502 --- BUILD.gn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index c908f8c051..281af5b479 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1466,8 +1466,10 @@ dist_zip("hunspell_dictionaries_zip") { } copy("libcxx_headers") { - sources = libcxx_headers + libcxx_licenses + - [ "//buildtools/third_party/libc++/__config_site" ] + sources = libcxx_headers + libcxx_licenses + [ + "//buildtools/third_party/libc++/__assertion_handler", + "//buildtools/third_party/libc++/__config_site", + ] outputs = [ "$target_gen_dir/electron_libcxx_include/{{source_root_relative_dir}}/{{source_file_part}}" ] }