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

Unified Diff: BUILD.gn

Issue 501023002: MIPS: Move handler compilers to handler-compiler. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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 | src/ic/mips/handler-compiler-mips.cc » ('j') | 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 a6ac27691450c6042f6e0f8d43118e9f2128c067..23e3c87e3d758394a5bfbaf81c7f827ab2433585 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1063,10 +1063,47 @@ source_set("v8_base") {
"src/mips/regexp-macro-assembler-mips.h",
"src/mips/simulator-mips.cc",
"src/ic/mips/access-compiler-mips.cc",
+ "src/ic/mips/handler-compiler-mips.cc',
"src/ic/mips/ic-mips.cc",
"src/ic/mips/ic-compiler-mips.cc",
"src/ic/mips/stub-cache-mips.cc",
]
+ } else if (v8_target_arch == "mips64") {
+ sources += [
+ "src/mips64/assembler-mips64.cc",
+ "src/mips64/assembler-mips64.h",
+ "src/mips64/assembler-mips64-inl.h",
+ "src/mips64/builtins-mips64.cc",
+ "src/mips64/codegen-mips64.cc",
+ "src/mips64/codegen-mips64.h",
+ "src/mips64/code-stubs-mips64.cc",
+ "src/mips64/code-stubs-mips64.h",
+ "src/mips64/constants-mips64.cc",
+ "src/mips64/constants-mips64.h",
+ "src/mips64/cpu-mips64.cc",
+ "src/mips64/debug-mips64.cc",
+ "src/mips64/deoptimizer-mips64.cc",
+ "src/mips64/disasm-mips64.cc",
+ "src/mips64/frames-mips64.cc",
+ "src/mips64/frames-mips64.h",
+ "src/mips64/full-codegen-mips64.cc",
+ "src/mips64/lithium-codegen-mips64.cc",
+ "src/mips64/lithium-codegen-mips64.h",
+ "src/mips64/lithium-gap-resolver-mips64.cc",
+ "src/mips64/lithium-gap-resolver-mips64.h",
+ "src/mips64/lithium-mips64.cc",
+ "src/mips64/lithium-mips64.h",
+ "src/mips64/macro-assembler-mips64.cc",
+ "src/mips64/macro-assembler-mips64.h",
+ "src/mips64/regexp-macro-assembler-mips64.cc",
+ "src/mips64/regexp-macro-assembler-mips64.h",
+ "src/mips64/simulator-mips64.cc",
+ "src/ic/mips64/access-compiler-mips64.cc",
+ "src/ic/mips64/handler-compiler-mips64.cc',
+ "src/ic/mips64/ic-mips64.cc",
+ "src/ic/mips64/ic-compiler-mips64.cc",
+ "src/ic/mips64/stub-cache-mips64.cc",
+ ]
}
configs -= [ "//build/config/compiler:chromium_code" ]
« no previous file with comments | « no previous file | src/ic/mips/handler-compiler-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698