Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: third_party/WebKit/Source/platform/heap/asm/BUILD.gn

Issue 1984303002: MIPS64: Fix MIPS64 related issues in GN files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/toolchain/android/BUILD.gn ('k') | third_party/libvpx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « build/toolchain/android/BUILD.gn ('k') | third_party/libvpx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698