Skip to content

Commit

Permalink
tools: update V8 gypfiles for 12.8
Browse files Browse the repository at this point in the history
Refs: v8/v8@06847fb
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>
  • Loading branch information
targos committed Aug 16, 2024
1 parent dc352a5 commit 64e8646
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
'v8_initializers',
'v8_maybe_icu',
'v8_abseil',
'fp16',
],
'sources': [
'<(V8_ROOT)/src/init/setup-isolate-full.cc',
Expand All @@ -265,6 +266,7 @@
'generate_bytecode_builtins_list',
'run_torque',
'v8_abseil',
'fp16',
],
'cflags!': ['-O3'],
'cflags': ['-O1'],
Expand Down Expand Up @@ -293,6 +295,7 @@
'v8_shared_internal_headers',
'v8_pch',
'v8_abseil',
'fp16',
],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)',
Expand Down Expand Up @@ -916,6 +919,7 @@
'v8_turboshaft',
'v8_pch',
'v8_abseil',
'fp16',
],
'conditions': [
['v8_enable_turbofan==1', {
Expand All @@ -939,6 +943,7 @@
'v8_shared_internal_headers',
'v8_pch',
'v8_abseil',
'fp16',
],
'sources': [
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_source_set.\\"v8_turboshaft.*?sources = ")',
Expand Down Expand Up @@ -1674,6 +1679,7 @@
'v8_turboshaft',
'v8_pch',
'v8_abseil',
'fp16',
# "build/win:default_exe_manifest",
],
'sources': [
Expand Down Expand Up @@ -2243,6 +2249,8 @@
'<(ABSEIL_ROOT)/absl/base/log_severity.h',
'<(ABSEIL_ROOT)/absl/base/log_severity.cc',
'<(ABSEIL_ROOT)/absl/base/macros.h',
'<(ABSEIL_ROOT)/absl/base/nullability.h',
'<(ABSEIL_ROOT)/absl/base/nullability_impl.h',
'<(ABSEIL_ROOT)/absl/base/optimization.h',
'<(ABSEIL_ROOT)/absl/base/options.h',
'<(ABSEIL_ROOT)/absl/base/policy_checks.h',
Expand Down Expand Up @@ -2285,6 +2293,9 @@
'<(ABSEIL_ROOT)/absl/crc/internal/crc_x86_arm_combined.cc',
'<(ABSEIL_ROOT)/absl/debugging/internal/address_is_readable.h',
'<(ABSEIL_ROOT)/absl/debugging/internal/address_is_readable.cc',
'<(ABSEIL_ROOT)/absl/debugging/internal/bounded_utf8_length_sequence.h',
'<(ABSEIL_ROOT)/absl/debugging/internal/decode_rust_punycode.h',
'<(ABSEIL_ROOT)/absl/debugging/internal/decode_rust_punycode.cc',
'<(ABSEIL_ROOT)/absl/debugging/internal/demangle.h',
'<(ABSEIL_ROOT)/absl/debugging/internal/demangle.cc',
'<(ABSEIL_ROOT)/absl/debugging/internal/demangle_rust.h',
Expand All @@ -2302,6 +2313,8 @@
'<(ABSEIL_ROOT)/absl/debugging/internal/stacktrace_win32-inl.inc',
'<(ABSEIL_ROOT)/absl/debugging/internal/stacktrace_x86-inl.inc',
'<(ABSEIL_ROOT)/absl/debugging/internal/symbolize.h',
'<(ABSEIL_ROOT)/absl/debugging/internal/utf8_for_code_point.h',
'<(ABSEIL_ROOT)/absl/debugging/internal/utf8_for_code_point.cc',
'<(ABSEIL_ROOT)/absl/debugging/internal/vdso_support.h',
'<(ABSEIL_ROOT)/absl/debugging/internal/vdso_support.cc',
'<(ABSEIL_ROOT)/absl/debugging/stacktrace.h',
Expand Down

0 comments on commit 64e8646

Please sign in to comment.