Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index ae39a6559795a8b6f7f192dd2786b124f8c158d7..7c4e9314e428000ce17af9762c2fc7d956ae79cb 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -1819,6 +1819,9 @@ v8_source_set("v8_base") { |
"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", |
@@ -1975,6 +1978,9 @@ v8_source_set("v8_base") { |
"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", |