Skip to content

Commit cd94102

Browse files
committed
tools: fix path of abseil file in v8.gyp
1 parent 9a275e1 commit cd94102

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
@@ -2223,6 +2223,7 @@
22232223
'<(ABSEIL_ROOT)/absl/base/internal/low_level_alloc.h',
22242224
'<(ABSEIL_ROOT)/absl/base/internal/low_level_alloc.cc',
22252225
'<(ABSEIL_ROOT)/absl/base/internal/low_level_scheduling.h',
2226+
'<(ABSEIL_ROOT)/absl/base/internal/nullability_impl.h',
22262227
'<(ABSEIL_ROOT)/absl/base/internal/per_thread_tls.h',
22272228
'<(ABSEIL_ROOT)/absl/base/internal/raw_logging.h',
22282229
'<(ABSEIL_ROOT)/absl/base/internal/raw_logging.cc',
@@ -2250,7 +2251,6 @@
22502251
'<(ABSEIL_ROOT)/absl/base/log_severity.cc',
22512252
'<(ABSEIL_ROOT)/absl/base/macros.h',
22522253
'<(ABSEIL_ROOT)/absl/base/nullability.h',
2253-
'<(ABSEIL_ROOT)/absl/base/nullability_impl.h',
22542254
'<(ABSEIL_ROOT)/absl/base/optimization.h',
22552255
'<(ABSEIL_ROOT)/absl/base/options.h',
22562256
'<(ABSEIL_ROOT)/absl/base/policy_checks.h',

0 commit comments

Comments
 (0)