Skip to content

Commit 93cca8a

Browse files
targosRafaelGSS
authored andcommitted
tools: update V8 gypfiles for 13.6
PR-URL: #58070 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 347daa0 commit 93cca8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/v8_gypfiles/abseil.gyp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,8 @@
362362
'<(ABSEIL_ROOT)/absl/time/time.h',
363363
'<(ABSEIL_ROOT)/absl/time/time.cc',
364364
'<(ABSEIL_ROOT)/absl/types/any.h',
365-
'<(ABSEIL_ROOT)/absl/types/bad_variant_access.cc',
366-
'<(ABSEIL_ROOT)/absl/types/bad_variant_access.h',
367365
'<(ABSEIL_ROOT)/absl/types/compare.h',
368366
'<(ABSEIL_ROOT)/absl/types/internal/span.h',
369-
'<(ABSEIL_ROOT)/absl/types/internal/variant.h',
370367
'<(ABSEIL_ROOT)/absl/types/optional.h',
371368
'<(ABSEIL_ROOT)/absl/types/span.h',
372369
'<(ABSEIL_ROOT)/absl/types/variant.h',

tools/v8_gypfiles/toolchain.gypi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@
129129
'xcode_settings': {
130130
# -Wno-invalid-offsetof
131131
'GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO': 'NO',
132+
'OTHER_CFLAGS': [
133+
'-Wno-nullability-completeness',
134+
],
132135
},
133136
'msvs_settings': {
134137
'VCCLCompilerTool': {

0 commit comments

Comments
 (0)