Skip to content

Commit dc352a5

Browse files
richardlautargos
authored andcommittedAug 16, 2024
tools: update V8 gypfiles for 12.7
Add/remove abseil files introduced by V8 12.7 update found by: ``` git diff-tree --no-commit-id --name-status 0ec8f7e -r | grep '^[AD].*abseil.*' ``` PR-URL: #54077 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 0be79f4 commit dc352a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎tools/v8_gypfiles/v8.gyp

+4
Original file line numberDiff line numberDiff line change
@@ -2251,6 +2251,7 @@
22512251
'<(ABSEIL_ROOT)/absl/base/thread_annotations.h',
22522252
'<(ABSEIL_ROOT)/absl/container/flat_hash_map.h',
22532253
'<(ABSEIL_ROOT)/absl/container/fixed_array.h',
2254+
'<(ABSEIL_ROOT)/absl/container/hash_container_defaults.h',
22542255
'<(ABSEIL_ROOT)/absl/container/inlined_vector.h',
22552256
'<(ABSEIL_ROOT)/absl/container/internal/common.h',
22562257
'<(ABSEIL_ROOT)/absl/container/internal/common_policy_traits.h',
@@ -2286,6 +2287,8 @@
22862287
'<(ABSEIL_ROOT)/absl/debugging/internal/address_is_readable.cc',
22872288
'<(ABSEIL_ROOT)/absl/debugging/internal/demangle.h',
22882289
'<(ABSEIL_ROOT)/absl/debugging/internal/demangle.cc',
2290+
'<(ABSEIL_ROOT)/absl/debugging/internal/demangle_rust.h',
2291+
'<(ABSEIL_ROOT)/absl/debugging/internal/demangle_rust.cc',
22892292
'<(ABSEIL_ROOT)/absl/debugging/internal/elf_mem_image.h',
22902293
'<(ABSEIL_ROOT)/absl/debugging/internal/elf_mem_image.cc',
22912294
'<(ABSEIL_ROOT)/absl/debugging/internal/stacktrace_aarch64-inl.inc',
@@ -2331,6 +2334,7 @@
23312334
'<(ABSEIL_ROOT)/absl/profiling/internal/exponential_biased.h',
23322335
'<(ABSEIL_ROOT)/absl/profiling/internal/exponential_biased.cc',
23332336
'<(ABSEIL_ROOT)/absl/profiling/internal/sample_recorder.h',
2337+
'<(ABSEIL_ROOT)/absl/random/internal/mock_validators.h',
23342338
'<(ABSEIL_ROOT)/absl/strings/ascii.h',
23352339
'<(ABSEIL_ROOT)/absl/strings/ascii.cc',
23362340
'<(ABSEIL_ROOT)/absl/strings/charconv.h',

0 commit comments

Comments
 (0)
Please sign in to comment.