Commit 3b348b4d authored by Fabrice de Gans-Riberi's avatar Fabrice de Gans-Riberi Committed by Commit Bot

Prepare for |is_posix| switch in the Fuchsia build

|is_posix| will be switched to false for Fuchsia, this is a preliminary change.

Bug: chromium:812974
Change-Id: I2ae8e5ef4270cd0acbc7c69bb46d1be9ed4a5c5e
Reviewed-on: https://chromium-review.googlesource.com/988253Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52407}
parent f1e979a9
......@@ -2698,7 +2698,7 @@ v8_component("v8_libbase") {
defines = [ "BUILDING_V8_BASE_SHARED" ]
}
if (is_posix) {
if (is_posix || is_fuchsia) {
sources += [
"src/base/platform/platform-posix.cc",
"src/base/platform/platform-posix.h",
......@@ -3143,7 +3143,7 @@ v8_executable("d8") {
"//build/win:default_exe_manifest",
]
if (is_posix) {
if (is_posix || is_fuchsia) {
sources += [ "src/d8-posix.cc" ]
} else if (is_win) {
sources += [ "src/d8-windows.cc" ]
......
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