Revert "[bazel] Adds support to abseil"

This reverts commit 649e9113fd.

Reason for revert: Abseil was reverted due to gcc failures, so reverting this first. When upstream fixes land, we can reland abseil and this change.

Original change's description:
> [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}

Bug: v8:11006
Change-Id: Iedde555df8bc736cf922b0d9f51b0a78f7e1db49
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3192192
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77133}
This commit is contained in:
Zhi An Ng 2021-09-28 21:03:35 +00:00 committed by V8 LUCI CQ
parent 67601ba9c2
commit 1ecddb8ff6
2 changed files with 1 additions and 10 deletions

View File

@ -3008,7 +3008,6 @@ v8_library(
":v8_shared_internal_headers",
":v8_libbase_files",
],
deps = [ "@com_google_absl//absl/types:optional" ],
)
v8_library(
@ -3076,10 +3075,7 @@ v8_binary(
"src/regexp/special-case.h",
"src/regexp/gen-regexp-special-case.cc",
],
deps = [
"@icu",
"@com_google_absl//absl/types:optional",
],
deps = [ "@icu" ],
)
v8_binary(

View File

@ -16,11 +16,6 @@ http_archive(
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
local_repository(
name = "com_google_absl",
path = "third_party/abseil-cpp",
)
new_local_repository(
name = "zlib",
path = "third_party/zlib",