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

Unified Diff: BUILD.gn

Issue 1995473002: Fix MIPS64 compilation issue with GN build system (Closed) Base URL: https://chromium.googlesource.com/v8/v8.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index aee9fe4ad1a551c87a4906ab740937f9a3347f9f..45a041ef999213d49dae0ca5e4ecec701bce6249 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1734,10 +1734,10 @@ v8_source_set("v8_base") {
]
} else if (v8_target_arch == "mips64el") {
sources += [
- "compiler/mips64/code-generator-mips64.cc",
- "compiler/mips64/instruction-codes-mips64.h",
- "compiler/mips64/instruction-scheduler-mips64.cc",
- "compiler/mips64/instruction-selector-mips64.cc",
+ "src/compiler/mips64/code-generator-mips64.cc",
+ "src/compiler/mips64/instruction-codes-mips64.h",
+ "src/compiler/mips64/instruction-scheduler-mips64.cc",
+ "src/compiler/mips64/instruction-selector-mips64.cc",
"src/crankshaft/mips64/lithium-codegen-mips64.cc",
"src/crankshaft/mips64/lithium-codegen-mips64.h",
"src/crankshaft/mips64/lithium-gap-resolver-mips64.cc",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698