| Index: sky/engine/platform/heap/BUILD.gn
|
| diff --git a/sky/engine/platform/heap/BUILD.gn b/sky/engine/platform/heap/BUILD.gn
|
| index 363ea0b0b0462078931d7045b4efce40c4dadaa7..1e8ba3995ebc245cc76da0daa3c297b9899a7a48 100644
|
| --- a/sky/engine/platform/heap/BUILD.gn
|
| +++ b/sky/engine/platform/heap/BUILD.gn
|
| @@ -16,15 +16,6 @@ source_set("heap") {
|
| "Visitor.cpp",
|
| "Visitor.h",
|
| ]
|
| - if (cpu_arch == "x86" || cpu_arch == "x64") {
|
| - sources += [ "asm/SaveRegisters_x86.asm" ]
|
| - } else if (cpu_arch == "arm") {
|
| - sources += [ "asm/SaveRegisters_arm.S" ]
|
| - } else if (cpu_arch == "arm64") {
|
| - sources += [ "asm/SaveRegisters_arm64.S" ]
|
| - } else if (cpu_arch == "mipsel") {
|
| - sources += [ "asm/SaveRegisters_mips.S" ]
|
| - }
|
|
|
| configs += [ "//sky/engine:config" ]
|
|
|
|
|