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

Side by Side 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, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/ic/mips/handler-compiler-mips.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # TODO(jochen): These will need to be user-settable to support standalone V8 5 # TODO(jochen): These will need to be user-settable to support standalone V8
6 # builds. 6 # builds.
7 v8_compress_startup_data = "off" 7 v8_compress_startup_data = "off"
8 v8_deprecation_warnings = false 8 v8_deprecation_warnings = false
9 v8_enable_disassembler = false 9 v8_enable_disassembler = false
10 v8_enable_gdbjit = false 10 v8_enable_gdbjit = false
(...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 "src/mips/lithium-gap-resolver-mips.cc", 1056 "src/mips/lithium-gap-resolver-mips.cc",
1057 "src/mips/lithium-gap-resolver-mips.h", 1057 "src/mips/lithium-gap-resolver-mips.h",
1058 "src/mips/lithium-mips.cc", 1058 "src/mips/lithium-mips.cc",
1059 "src/mips/lithium-mips.h", 1059 "src/mips/lithium-mips.h",
1060 "src/mips/macro-assembler-mips.cc", 1060 "src/mips/macro-assembler-mips.cc",
1061 "src/mips/macro-assembler-mips.h", 1061 "src/mips/macro-assembler-mips.h",
1062 "src/mips/regexp-macro-assembler-mips.cc", 1062 "src/mips/regexp-macro-assembler-mips.cc",
1063 "src/mips/regexp-macro-assembler-mips.h", 1063 "src/mips/regexp-macro-assembler-mips.h",
1064 "src/mips/simulator-mips.cc", 1064 "src/mips/simulator-mips.cc",
1065 "src/ic/mips/access-compiler-mips.cc", 1065 "src/ic/mips/access-compiler-mips.cc",
1066 "src/ic/mips/handler-compiler-mips.cc',
1066 "src/ic/mips/ic-mips.cc", 1067 "src/ic/mips/ic-mips.cc",
1067 "src/ic/mips/ic-compiler-mips.cc", 1068 "src/ic/mips/ic-compiler-mips.cc",
1068 "src/ic/mips/stub-cache-mips.cc", 1069 "src/ic/mips/stub-cache-mips.cc",
1069 ] 1070 ]
1071 } else if (v8_target_arch == "mips64") {
1072 sources += [
1073 "src/mips64/assembler-mips64.cc",
1074 "src/mips64/assembler-mips64.h",
1075 "src/mips64/assembler-mips64-inl.h",
1076 "src/mips64/builtins-mips64.cc",
1077 "src/mips64/codegen-mips64.cc",
1078 "src/mips64/codegen-mips64.h",
1079 "src/mips64/code-stubs-mips64.cc",
1080 "src/mips64/code-stubs-mips64.h",
1081 "src/mips64/constants-mips64.cc",
1082 "src/mips64/constants-mips64.h",
1083 "src/mips64/cpu-mips64.cc",
1084 "src/mips64/debug-mips64.cc",
1085 "src/mips64/deoptimizer-mips64.cc",
1086 "src/mips64/disasm-mips64.cc",
1087 "src/mips64/frames-mips64.cc",
1088 "src/mips64/frames-mips64.h",
1089 "src/mips64/full-codegen-mips64.cc",
1090 "src/mips64/lithium-codegen-mips64.cc",
1091 "src/mips64/lithium-codegen-mips64.h",
1092 "src/mips64/lithium-gap-resolver-mips64.cc",
1093 "src/mips64/lithium-gap-resolver-mips64.h",
1094 "src/mips64/lithium-mips64.cc",
1095 "src/mips64/lithium-mips64.h",
1096 "src/mips64/macro-assembler-mips64.cc",
1097 "src/mips64/macro-assembler-mips64.h",
1098 "src/mips64/regexp-macro-assembler-mips64.cc",
1099 "src/mips64/regexp-macro-assembler-mips64.h",
1100 "src/mips64/simulator-mips64.cc",
1101 "src/ic/mips64/access-compiler-mips64.cc",
1102 "src/ic/mips64/handler-compiler-mips64.cc',
1103 "src/ic/mips64/ic-mips64.cc",
1104 "src/ic/mips64/ic-compiler-mips64.cc",
1105 "src/ic/mips64/stub-cache-mips64.cc",
1106 ]
1070 } 1107 }
1071 1108
1072 configs -= [ "//build/config/compiler:chromium_code" ] 1109 configs -= [ "//build/config/compiler:chromium_code" ]
1073 configs += [ "//build/config/compiler:no_chromium_code" ] 1110 configs += [ "//build/config/compiler:no_chromium_code" ]
1074 configs += [ ":internal_config", ":features", ":toolchain" ] 1111 configs += [ ":internal_config", ":features", ":toolchain" ]
1075 1112
1076 defines = [] 1113 defines = []
1077 deps = [ ":v8_libbase" ] 1114 deps = [ ":v8_libbase" ]
1078 1115
1079 if (is_linux) { 1116 if (is_linux) {
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 deps = [ 1337 deps = [
1301 ":v8_base", 1338 ":v8_base",
1302 ":v8_nosnapshot", 1339 ":v8_nosnapshot",
1303 ] 1340 ]
1304 } 1341 }
1305 1342
1306 direct_dependent_configs = [ ":external_config" ] 1343 direct_dependent_configs = [ ":external_config" ]
1307 } 1344 }
1308 1345
1309 } 1346 }
OLDNEW
« 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