Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index b2c7445b304f26018a2f03054165a8d514039b64..2659bfb33db354dc74eef68a2ee195d967e8984f 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -1774,9 +1774,6 @@ |
"src/transitions-inl.h", |
"src/transitions.cc", |
"src/transitions.h", |
- "src/trap-handler/handler-outside.cc", |
- "src/trap-handler/handler-shared.cc", |
- "src/trap-handler/trap-handler-internal.h", |
"src/trap-handler/trap-handler.h", |
"src/type-hints.cc", |
"src/type-hints.h", |
@@ -1932,9 +1929,6 @@ |
"src/x64/simulator-x64.h", |
"src/x64/sse-instr.h", |
] |
- if (is_linux) { |
- sources += [ "src/trap-handler/handler-inside.cc" ] |
- } |
} else if (v8_current_cpu == "arm") { |
sources += [ ### gcmole(arch:arm) ### |
"src/arm/assembler-arm-inl.h", |