| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index ed9034d2bc7a062d2b24e4297ad727a1e59ee70a..a01e272a08e95625c19730e184039b7f5b5771c2 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1840,12 +1840,6 @@ if ((current_toolchain == host_toolchain && v8_toolset_for_d8 == "host") ||
|
|
|
| # TODO(jochen): Add support for vtunejit.
|
|
|
| - if (is_posix) {
|
| - sources += [ "src/d8-posix.cc" ]
|
| - } else if (is_win) {
|
| - sources += [ "src/d8-windows.cc" ]
|
| - }
|
| -
|
| if (!is_component_build) {
|
| sources += [
|
| "$target_gen_dir/d8-js.cc",
|
|
|