Skip to content

Commit d96666f

Browse files
targoslouwers
authored andcommitted
tools: fix path of abseil file in v8.gyp
PR-URL: nodejs#54659 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 4753813 commit d96666f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 1 addition & 1 deletion
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)