Skip to content

Commit 00c8c80

Browse files
Takuto Ikutacopybara-github
authored andcommitted
libc++: Update header files list for modules build
This also sets locale when sorting the libc++ files. Bug: 40440396 Change-Id: I48458e14c7d129261c22231b7d9424555830158d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6458361 Commit-Queue: Takuto Ikuta <[email protected]> Commit-Queue: Junji Watanabe <[email protected]> Auto-Submit: Takuto Ikuta <[email protected]> Reviewed-by: Junji Watanabe <[email protected]> Cr-Commit-Position: refs/heads/main@{#1447569} NOKEYCHECK=True GitOrigin-RevId: 3cb62bf4edfafcc99e5408e53f2612763264d6fb
1 parent 97bef62 commit 00c8c80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

third_party/libc++/libcxx_headers.gni

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Generate the list via
66
# $ find third_party/libc++/src/include/ -type f | fgrep -v "cxx03" | \
7-
# sed -E 's:(.*):"//\1",:g' | sort
7+
# sed -E 's:(.*):"//\1",:g' | LANG=C sort
88
#
99
libcxx_headers = [
1010
# keep-sorted start
@@ -556,6 +556,7 @@ libcxx_headers = [
556556
"//third_party/libc++/src/include/__math/traits.h",
557557
"//third_party/libc++/src/include/__math/trigonometric_functions.h",
558558
"//third_party/libc++/src/include/__mbstate_t.h",
559+
"//third_party/libc++/src/include/__mdspan/aligned_accessor.h",
559560
"//third_party/libc++/src/include/__mdspan/default_accessor.h",
560561
"//third_party/libc++/src/include/__mdspan/extents.h",
561562
"//third_party/libc++/src/include/__mdspan/layout_left.h",
@@ -580,6 +581,7 @@ libcxx_headers = [
580581
"//third_party/libc++/src/include/__memory/destroy.h",
581582
"//third_party/libc++/src/include/__memory/destruct_n.h",
582583
"//third_party/libc++/src/include/__memory/inout_ptr.h",
584+
"//third_party/libc++/src/include/__memory/is_sufficiently_aligned.h",
583585
"//third_party/libc++/src/include/__memory/noexcept_move_assign_container.h",
584586
"//third_party/libc++/src/include/__memory/out_ptr.h",
585587
"//third_party/libc++/src/include/__memory/pointer_traits.h",

0 commit comments

Comments
 (0)