Skip to content

Commit

Permalink
tools: fix path of abseil file in v8.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Aug 31, 2024
1 parent 4c844a2 commit 5cdd2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -2223,6 +2223,7 @@
'<(ABSEIL_ROOT)/absl/base/internal/low_level_alloc.h',
'<(ABSEIL_ROOT)/absl/base/internal/low_level_alloc.cc',
'<(ABSEIL_ROOT)/absl/base/internal/low_level_scheduling.h',
'<(ABSEIL_ROOT)/absl/base/internal/nullability_impl.h',
'<(ABSEIL_ROOT)/absl/base/internal/per_thread_tls.h',
'<(ABSEIL_ROOT)/absl/base/internal/raw_logging.h',
'<(ABSEIL_ROOT)/absl/base/internal/raw_logging.cc',
Expand Down Expand Up @@ -2250,7 +2251,6 @@
'<(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

0 comments on commit 5cdd2aa

Please sign in to comment.