Commit f2e25f8a authored by Leszek Swirski's avatar Leszek Swirski Committed by V8 LUCI CQ

[base] Replace base::Optional with Abseil

Change base::Optional to an alias of absl::optional. Eventually we
should remove it entirely.

Bug: v8:11006
Change-Id: I687d44cc7e7cd0a49a84bcc207231eb6808eef2d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2476318
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#76913}
parent b584f273
......@@ -4909,6 +4909,8 @@ v8_component("v8_libbase") {
deps = [ ":v8_config_headers" ]
public_deps = [ ":v8_abseil" ]
data = []
data_deps = []
......
This diff is collapsed.
......@@ -9,6 +9,7 @@ v8_executable("wasm_api_tests") {
deps = [
"../:common_test_headers",
"../..:v8_abseil",
"../..:v8_internal_headers",
"../..:v8_maybe_icu",
"../..:wee8",
......
......@@ -26,6 +26,7 @@ group("v8_run_gcmole") {
"../../test/cctest/",
"../../test/common/",
"../../testing/gtest/include/gtest/gtest_prod.h",
"../../third_party/abseil-cpp/",
"../../third_party/googletest/src/googletest/include/gtest/gtest_prod.h",
"../../third_party/icu/source/",
"../../third_party/wasm-api/wasm.h",
......
......@@ -103,6 +103,7 @@ def MakeClangCommandLine(plugin, plugin_args, arch_cfg, clang_bin_dir,
"-I./",
"-Iinclude/",
"-Iout/build/gen",
"-Ithird_party/abseil-cpp",
"-Ithird_party/icu/source/common",
"-Ithird_party/icu/source/i18n",
] + arch_cfg.arch_options)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment