Index: third_party/WebKit/Source/platform/heap/asm/BUILD.gn |
diff --git a/third_party/WebKit/Source/platform/heap/asm/BUILD.gn b/third_party/WebKit/Source/platform/heap/asm/BUILD.gn |
index d3a5e6ab96366b35d0e9259ead9c6c163104523e..6c87950f41a4c4402a337bdc34686fbc14992bcf 100644 |
--- a/third_party/WebKit/Source/platform/heap/asm/BUILD.gn |
+++ b/third_party/WebKit/Source/platform/heap/asm/BUILD.gn |
@@ -42,6 +42,10 @@ if (current_cpu == "x86" || current_cpu == "x64") { |
sources = [ |
"SaveRegisters_mips.S", |
] |
+ } else if (current_cpu == "mips64el") { |
+ sources = [ |
+ "SaveRegisters_mips64.S", |
+ ] |
} |
if (current_cpu == "arm") { |