forked from OSchip/llvm-project
[gn build] Port 36c746ca2d
This commit is contained in:
parent
5a906b70c1
commit
670122b92b
|
@ -69,7 +69,6 @@ if (current_toolchain == default_toolchain) {
|
|||
copy("copy_headers") {
|
||||
sources = [
|
||||
"__algorithm/adjacent_find.h",
|
||||
"__algorithm/algorithm_family.h",
|
||||
"__algorithm/all_of.h",
|
||||
"__algorithm/any_of.h",
|
||||
"__algorithm/binary_search.h",
|
||||
|
@ -203,6 +202,7 @@ if (current_toolchain == default_toolchain) {
|
|||
"__algorithm/ranges_replace_if.h",
|
||||
"__algorithm/ranges_reverse.h",
|
||||
"__algorithm/ranges_reverse_copy.h",
|
||||
"__algorithm/ranges_rotate.h",
|
||||
"__algorithm/ranges_rotate_copy.h",
|
||||
"__algorithm/ranges_sample.h",
|
||||
"__algorithm/ranges_search.h",
|
||||
|
|
Loading…
Reference in New Issue