[gn build] Port 101d1e9b3c

This commit is contained in:
LLVM GN Syncbot 2022-07-13 18:31:08 +00:00
parent 101d1e9b3c
commit 685a3d7b8d
1 changed files with 3 additions and 0 deletions

View File

@ -154,6 +154,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/ranges_fill.h", "__algorithm/ranges_fill.h",
"__algorithm/ranges_fill_n.h", "__algorithm/ranges_fill_n.h",
"__algorithm/ranges_find.h", "__algorithm/ranges_find.h",
"__algorithm/ranges_find_end.h",
"__algorithm/ranges_find_first_of.h", "__algorithm/ranges_find_first_of.h",
"__algorithm/ranges_find_if.h", "__algorithm/ranges_find_if.h",
"__algorithm/ranges_find_if_not.h", "__algorithm/ranges_find_if_not.h",
@ -200,6 +201,8 @@ if (current_toolchain == default_toolchain) {
"__algorithm/ranges_reverse.h", "__algorithm/ranges_reverse.h",
"__algorithm/ranges_reverse_copy.h", "__algorithm/ranges_reverse_copy.h",
"__algorithm/ranges_rotate_copy.h", "__algorithm/ranges_rotate_copy.h",
"__algorithm/ranges_search.h",
"__algorithm/ranges_search_n.h",
"__algorithm/ranges_set_difference.h", "__algorithm/ranges_set_difference.h",
"__algorithm/ranges_set_intersection.h", "__algorithm/ranges_set_intersection.h",
"__algorithm/ranges_set_union.h", "__algorithm/ranges_set_union.h",