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
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>
  • Loading branch information
targos committed Sep 17, 2024
1 parent 3c4ef34 commit c6269cb
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 @@ -2233,6 +2233,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 @@ -2260,7 +2261,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 c6269cb

Please sign in to comment.