Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 3491401da90516e209c4a60dd2240a77ee3190af..79d336d68ef2710c4e3f867b39ece7405371a644 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -1049,6 +1049,7 @@ v8_source_set("v8_base") { |
"src/compiler/type-hints.h", |
"src/compiler/typer.cc", |
"src/compiler/typer.h", |
+ "src/compiler/unwinding-info-writer.h", |
"src/compiler/value-numbering-reducer.cc", |
"src/compiler/value-numbering-reducer.h", |
"src/compiler/verifier.cc", |
@@ -1608,6 +1609,8 @@ v8_source_set("v8_base") { |
"src/compiler/x64/instruction-codes-x64.h", |
"src/compiler/x64/instruction-scheduler-x64.cc", |
"src/compiler/x64/instruction-selector-x64.cc", |
+ "src/compiler/x64/unwinding-info-writer-x64.cc", |
+ "src/compiler/x64/unwinding-info-writer-x64.h", |
"src/crankshaft/x64/lithium-codegen-x64.cc", |
"src/crankshaft/x64/lithium-codegen-x64.h", |
"src/crankshaft/x64/lithium-gap-resolver-x64.cc", |
@@ -1668,6 +1671,8 @@ v8_source_set("v8_base") { |
"src/compiler/arm/instruction-codes-arm.h", |
"src/compiler/arm/instruction-scheduler-arm.cc", |
"src/compiler/arm/instruction-selector-arm.cc", |
+ "src/compiler/arm/unwinding-info-writer-arm.cc", |
+ "src/compiler/arm/unwinding-info-writer-arm.h", |
"src/crankshaft/arm/lithium-arm.cc", |
"src/crankshaft/arm/lithium-arm.h", |
"src/crankshaft/arm/lithium-codegen-arm.cc", |
@@ -1722,6 +1727,8 @@ v8_source_set("v8_base") { |
"src/compiler/arm64/instruction-codes-arm64.h", |
"src/compiler/arm64/instruction-scheduler-arm64.cc", |
"src/compiler/arm64/instruction-selector-arm64.cc", |
+ "src/compiler/arm64/unwinding-info-writer-arm64.cc", |
+ "src/compiler/arm64/unwinding-info-writer-arm64.h", |
"src/crankshaft/arm64/delayed-masm-arm64-inl.h", |
"src/crankshaft/arm64/delayed-masm-arm64.cc", |
"src/crankshaft/arm64/delayed-masm-arm64.h", |