[bazel] Adds support to abseil
No-Try: true Bug: v8:11006 Change-Id: Ie2758849fcb8b19ae34289d3e762094b062f2a5c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3168644 Reviewed-by: Dan Elphick <delphick@chromium.org> Commit-Queue: Victor Gomes <victorgomes@chromium.org> Cr-Commit-Position: refs/heads/main@{#76938}
This commit is contained in:
parent
2f48fa1130
commit
649e9113fd
@ -3003,6 +3003,7 @@ v8_library(
|
||||
":v8_shared_internal_headers",
|
||||
":v8_libbase_files",
|
||||
],
|
||||
deps = [ "@com_google_absl//absl/types:optional" ],
|
||||
)
|
||||
|
||||
v8_library(
|
||||
@ -3070,7 +3071,10 @@ v8_binary(
|
||||
"src/regexp/special-case.h",
|
||||
"src/regexp/gen-regexp-special-case.cc",
|
||||
],
|
||||
deps = [ "@icu" ],
|
||||
deps = [
|
||||
"@icu",
|
||||
"@com_google_absl//absl/types:optional",
|
||||
],
|
||||
)
|
||||
|
||||
v8_binary(
|
||||
|
Loading…
Reference in New Issue
Block a user