From 8ad1e65afea849ac9f870e88c84a22ec667fcdf6 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 8 Jun 2021 00:16:13 +0000 Subject: [PATCH] [gn build] Port 692d7166f771 --- utils/gn/secondary/libcxx/include/BUILD.gn | 74 ---------------------- 1 file changed, 74 deletions(-) diff --git a/utils/gn/secondary/libcxx/include/BUILD.gn b/utils/gn/secondary/libcxx/include/BUILD.gn index 7d945ea006d..0f225e0f801 100644 --- a/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/utils/gn/secondary/libcxx/include/BUILD.gn @@ -59,79 +59,6 @@ if (current_toolchain == default_toolchain) { copy("copy_headers") { sources = [ - "__algorithm/adjacent_find.h", - "__algorithm/all_of.h", - "__algorithm/any_of.h", - "__algorithm/binary_search.h", - "__algorithm/clamp.h", - "__algorithm/comp.h", - "__algorithm/comp_ref_type.h", - "__algorithm/copy.h", - "__algorithm/count.h", - "__algorithm/count_if.h", - "__algorithm/equal.h", - "__algorithm/equal_range.h", - "__algorithm/fill.h", - "__algorithm/find.h", - "__algorithm/find_end.h", - "__algorithm/find_first_of.h", - "__algorithm/find_if.h", - "__algorithm/find_if_not.h", - "__algorithm/for_each.h", - "__algorithm/for_each_n.h", - "__algorithm/generate.h", - "__algorithm/half_positive.h", - "__algorithm/includes.h", - "__algorithm/inplace_merge.h", - "__algorithm/is_heap.h", - "__algorithm/is_heap_until.h", - "__algorithm/is_partitioned.h", - "__algorithm/is_permutation.h", - "__algorithm/is_sorted.h", - "__algorithm/lexicographical_compare.h", - "__algorithm/lower_bound.h", - "__algorithm/make_heap.h", - "__algorithm/max.h", - "__algorithm/max_element.h", - "__algorithm/merge.h", - "__algorithm/min.h", - "__algorithm/min_element.h", - "__algorithm/minmax.h", - "__algorithm/minmax_element.h", - "__algorithm/mismatch.h", - "__algorithm/move.h", - "__algorithm/next_permutation.h", - "__algorithm/none_of.h", - "__algorithm/nth_element.h", - "__algorithm/partial_sort.h", - "__algorithm/partition.h", - "__algorithm/partition_point.h", - "__algorithm/pop_heap.h", - "__algorithm/prev_permutation.h", - "__algorithm/push_heap.h", - "__algorithm/remove.h", - "__algorithm/replace.h", - "__algorithm/reverse.h", - "__algorithm/rotate.h", - "__algorithm/sample.h", - "__algorithm/search.h", - "__algorithm/search_n.h", - "__algorithm/set_difference.h", - "__algorithm/set_intersection.h", - "__algorithm/set_symmetric_difference.h", - "__algorithm/set_union.h", - "__algorithm/shift.h", - "__algorithm/shuffle.h", - "__algorithm/sift_down.h", - "__algorithm/sort.h", - "__algorithm/sort_heap.h", - "__algorithm/stable_partition.h", - "__algorithm/stable_sort.h", - "__algorithm/transform.h", - "__algorithm/uniform_int_distribution.h", - "__algorithm/unique.h", - "__algorithm/unwrap_iter.h", - "__algorithm/upper_bound.h", "__availability", "__bit_reference", "__bits", @@ -143,7 +70,6 @@ if (current_toolchain == default_toolchain) { "__format/format_error.h", "__format/format_parse_context.h", "__function_like.h", - "__functional/search.h", "__functional_03", "__functional_base", "__functional_base_03",