Skip to content

Commit c6269cb

Browse files
authored
tools: fix path of abseil file in v8.gyp
PR-URL: #54659 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 3c4ef34 commit c6269cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/v8.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2233,6 +2233,7 @@
22332233
'<(ABSEIL_ROOT)/absl/base/internal/low_level_alloc.h',
22342234
'<(ABSEIL_ROOT)/absl/base/internal/low_level_alloc.cc',
22352235
'<(ABSEIL_ROOT)/absl/base/internal/low_level_scheduling.h',
2236+
'<(ABSEIL_ROOT)/absl/base/internal/nullability_impl.h',
22362237
'<(ABSEIL_ROOT)/absl/base/internal/per_thread_tls.h',
22372238
'<(ABSEIL_ROOT)/absl/base/internal/raw_logging.h',
22382239
'<(ABSEIL_ROOT)/absl/base/internal/raw_logging.cc',
@@ -2260,7 +2261,6 @@
22602261
'<(ABSEIL_ROOT)/absl/base/log_severity.cc',
22612262
'<(ABSEIL_ROOT)/absl/base/macros.h',
22622263
'<(ABSEIL_ROOT)/absl/base/nullability.h',
2263-
'<(ABSEIL_ROOT)/absl/base/nullability_impl.h',
22642264
'<(ABSEIL_ROOT)/absl/base/optimization.h',
22652265
'<(ABSEIL_ROOT)/absl/base/options.h',
22662266
'<(ABSEIL_ROOT)/absl/base/policy_checks.h',

0 commit comments

Comments
 (0)