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

Side by Side Diff: BUILD.gn

Issue 1285163003: Move regexp implementation into its own folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: addressed comment Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/arm/code-stubs-arm.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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/mips.gni") 7 import("//build/config/mips.gni")
8 8
9 # Because standalone V8 builds are not supported, assume this is part of a 9 # Because standalone V8 builds are not supported, assume this is part of a
10 # Chromium build. 10 # Chromium build.
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "src/bignum-dtoa.cc", 623 "src/bignum-dtoa.cc",
624 "src/bignum-dtoa.h", 624 "src/bignum-dtoa.h",
625 "src/bignum.cc", 625 "src/bignum.cc",
626 "src/bignum.h", 626 "src/bignum.h",
627 "src/bit-vector.cc", 627 "src/bit-vector.cc",
628 "src/bit-vector.h", 628 "src/bit-vector.h",
629 "src/bootstrapper.cc", 629 "src/bootstrapper.cc",
630 "src/bootstrapper.h", 630 "src/bootstrapper.h",
631 "src/builtins.cc", 631 "src/builtins.cc",
632 "src/builtins.h", 632 "src/builtins.h",
633 "src/bytecodes-irregexp.h",
634 "src/cancelable-task.cc", 633 "src/cancelable-task.cc",
635 "src/cancelable-task.h", 634 "src/cancelable-task.h",
636 "src/cached-powers.cc", 635 "src/cached-powers.cc",
637 "src/cached-powers.h", 636 "src/cached-powers.h",
638 "src/char-predicates.cc", 637 "src/char-predicates.cc",
639 "src/char-predicates-inl.h", 638 "src/char-predicates-inl.h",
640 "src/char-predicates.h", 639 "src/char-predicates.h",
641 "src/checks.h", 640 "src/checks.h",
642 "src/circular-queue-inl.h", 641 "src/circular-queue-inl.h",
643 "src/circular-queue.h", 642 "src/circular-queue.h",
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 "src/ic/ic-state.cc", 999 "src/ic/ic-state.cc",
1001 "src/ic/ic-state.h", 1000 "src/ic/ic-state.h",
1002 "src/ic/ic.cc", 1001 "src/ic/ic.cc",
1003 "src/ic/ic.h", 1002 "src/ic/ic.h",
1004 "src/ic/ic-compiler.cc", 1003 "src/ic/ic-compiler.cc",
1005 "src/ic/ic-compiler.h", 1004 "src/ic/ic-compiler.h",
1006 "src/ic/stub-cache.cc", 1005 "src/ic/stub-cache.cc",
1007 "src/ic/stub-cache.h", 1006 "src/ic/stub-cache.h",
1008 "src/interface-descriptors.cc", 1007 "src/interface-descriptors.cc",
1009 "src/interface-descriptors.h", 1008 "src/interface-descriptors.h",
1010 "src/interpreter-irregexp.cc",
1011 "src/interpreter-irregexp.h",
1012 "src/interpreter/bytecodes.cc", 1009 "src/interpreter/bytecodes.cc",
1013 "src/interpreter/bytecodes.h", 1010 "src/interpreter/bytecodes.h",
1014 "src/interpreter/interpreter.cc", 1011 "src/interpreter/interpreter.cc",
1015 "src/interpreter/interpreter.h", 1012 "src/interpreter/interpreter.h",
1016 "src/isolate.cc", 1013 "src/isolate.cc",
1017 "src/isolate.h", 1014 "src/isolate.h",
1018 "src/json-parser.h", 1015 "src/json-parser.h",
1019 "src/json-stringifier.h", 1016 "src/json-stringifier.h",
1020 "src/jsregexp-inl.h",
1021 "src/jsregexp.cc",
1022 "src/jsregexp.h",
1023 "src/layout-descriptor-inl.h", 1017 "src/layout-descriptor-inl.h",
1024 "src/layout-descriptor.cc", 1018 "src/layout-descriptor.cc",
1025 "src/layout-descriptor.h", 1019 "src/layout-descriptor.h",
1026 "src/list-inl.h", 1020 "src/list-inl.h",
1027 "src/list.h", 1021 "src/list.h",
1028 "src/lithium-allocator-inl.h", 1022 "src/lithium-allocator-inl.h",
1029 "src/lithium-allocator.cc", 1023 "src/lithium-allocator.cc",
1030 "src/lithium-allocator.h", 1024 "src/lithium-allocator.h",
1031 "src/lithium-codegen.cc", 1025 "src/lithium-codegen.cc",
1032 "src/lithium-codegen.h", 1026 "src/lithium-codegen.h",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 "src/preparser.h", 1061 "src/preparser.h",
1068 "src/prettyprinter.cc", 1062 "src/prettyprinter.cc",
1069 "src/prettyprinter.h", 1063 "src/prettyprinter.h",
1070 "src/profile-generator-inl.h", 1064 "src/profile-generator-inl.h",
1071 "src/profile-generator.cc", 1065 "src/profile-generator.cc",
1072 "src/profile-generator.h", 1066 "src/profile-generator.h",
1073 "src/property-details.h", 1067 "src/property-details.h",
1074 "src/property.cc", 1068 "src/property.cc",
1075 "src/property.h", 1069 "src/property.h",
1076 "src/prototype.h", 1070 "src/prototype.h",
1077 "src/regexp-macro-assembler-irregexp-inl.h",
1078 "src/regexp-macro-assembler-irregexp.cc",
1079 "src/regexp-macro-assembler-irregexp.h",
1080 "src/regexp-macro-assembler-tracer.cc",
1081 "src/regexp-macro-assembler-tracer.h",
1082 "src/regexp-macro-assembler.cc",
1083 "src/regexp-macro-assembler.h",
1084 "src/regexp-stack.cc",
1085 "src/regexp-stack.h",
1086 "src/rewriter.cc", 1071 "src/rewriter.cc",
1087 "src/rewriter.h", 1072 "src/rewriter.h",
1073 "src/regexp/bytecodes-irregexp.h",
1074 "src/regexp/interpreter-irregexp.cc",
1075 "src/regexp/interpreter-irregexp.h",
1076 "src/regexp/jsregexp-inl.h",
1077 "src/regexp/jsregexp.cc",
1078 "src/regexp/jsregexp.h",
1079 "src/regexp/regexp-macro-assembler-irregexp-inl.h",
1080 "src/regexp/regexp-macro-assembler-irregexp.cc",
1081 "src/regexp/regexp-macro-assembler-irregexp.h",
1082 "src/regexp/regexp-macro-assembler-tracer.cc",
1083 "src/regexp/regexp-macro-assembler-tracer.h",
1084 "src/regexp/regexp-macro-assembler.cc",
1085 "src/regexp/regexp-macro-assembler.h",
1086 "src/regexp/regexp-stack.cc",
1087 "src/regexp/regexp-stack.h",
1088 "src/runtime-profiler.cc", 1088 "src/runtime-profiler.cc",
1089 "src/runtime-profiler.h", 1089 "src/runtime-profiler.h",
1090 "src/runtime/runtime-array.cc", 1090 "src/runtime/runtime-array.cc",
1091 "src/runtime/runtime-atomics.cc", 1091 "src/runtime/runtime-atomics.cc",
1092 "src/runtime/runtime-classes.cc", 1092 "src/runtime/runtime-classes.cc",
1093 "src/runtime/runtime-collections.cc", 1093 "src/runtime/runtime-collections.cc",
1094 "src/runtime/runtime-compiler.cc", 1094 "src/runtime/runtime-compiler.cc",
1095 "src/runtime/runtime-date.cc", 1095 "src/runtime/runtime-date.cc",
1096 "src/runtime/runtime-debug.cc", 1096 "src/runtime/runtime-debug.cc",
1097 "src/runtime/runtime-forin.cc", 1097 "src/runtime/runtime-forin.cc",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 "src/ia32/frames-ia32.h", 1214 "src/ia32/frames-ia32.h",
1215 "src/ia32/interface-descriptors-ia32.cc", 1215 "src/ia32/interface-descriptors-ia32.cc",
1216 "src/ia32/lithium-codegen-ia32.cc", 1216 "src/ia32/lithium-codegen-ia32.cc",
1217 "src/ia32/lithium-codegen-ia32.h", 1217 "src/ia32/lithium-codegen-ia32.h",
1218 "src/ia32/lithium-gap-resolver-ia32.cc", 1218 "src/ia32/lithium-gap-resolver-ia32.cc",
1219 "src/ia32/lithium-gap-resolver-ia32.h", 1219 "src/ia32/lithium-gap-resolver-ia32.h",
1220 "src/ia32/lithium-ia32.cc", 1220 "src/ia32/lithium-ia32.cc",
1221 "src/ia32/lithium-ia32.h", 1221 "src/ia32/lithium-ia32.h",
1222 "src/ia32/macro-assembler-ia32.cc", 1222 "src/ia32/macro-assembler-ia32.cc",
1223 "src/ia32/macro-assembler-ia32.h", 1223 "src/ia32/macro-assembler-ia32.h",
1224 "src/ia32/regexp-macro-assembler-ia32.cc",
1225 "src/ia32/regexp-macro-assembler-ia32.h",
1226 "src/compiler/ia32/code-generator-ia32.cc", 1224 "src/compiler/ia32/code-generator-ia32.cc",
1227 "src/compiler/ia32/instruction-codes-ia32.h", 1225 "src/compiler/ia32/instruction-codes-ia32.h",
1228 "src/compiler/ia32/instruction-selector-ia32.cc", 1226 "src/compiler/ia32/instruction-selector-ia32.cc",
1229 "src/debug/ia32/debug-ia32.cc", 1227 "src/debug/ia32/debug-ia32.cc",
1230 "src/full-codegen/ia32/full-codegen-ia32.cc", 1228 "src/full-codegen/ia32/full-codegen-ia32.cc",
1231 "src/ic/ia32/access-compiler-ia32.cc", 1229 "src/ic/ia32/access-compiler-ia32.cc",
1232 "src/ic/ia32/handler-compiler-ia32.cc", 1230 "src/ic/ia32/handler-compiler-ia32.cc",
1233 "src/ic/ia32/ic-ia32.cc", 1231 "src/ic/ia32/ic-ia32.cc",
1234 "src/ic/ia32/ic-compiler-ia32.cc", 1232 "src/ic/ia32/ic-compiler-ia32.cc",
1235 "src/ic/ia32/stub-cache-ia32.cc", 1233 "src/ic/ia32/stub-cache-ia32.cc",
1234 "src/regexp/ia32/regexp-macro-assembler-ia32.cc",
1235 "src/regexp/ia32/regexp-macro-assembler-ia32.h",
1236 ] 1236 ]
1237 } else if (v8_target_arch == "x64") { 1237 } else if (v8_target_arch == "x64") {
1238 sources += [ 1238 sources += [
1239 "src/x64/assembler-x64-inl.h", 1239 "src/x64/assembler-x64-inl.h",
1240 "src/x64/assembler-x64.cc", 1240 "src/x64/assembler-x64.cc",
1241 "src/x64/assembler-x64.h", 1241 "src/x64/assembler-x64.h",
1242 "src/x64/builtins-x64.cc", 1242 "src/x64/builtins-x64.cc",
1243 "src/x64/code-stubs-x64.cc", 1243 "src/x64/code-stubs-x64.cc",
1244 "src/x64/code-stubs-x64.h", 1244 "src/x64/code-stubs-x64.h",
1245 "src/x64/codegen-x64.cc", 1245 "src/x64/codegen-x64.cc",
1246 "src/x64/codegen-x64.h", 1246 "src/x64/codegen-x64.h",
1247 "src/x64/cpu-x64.cc", 1247 "src/x64/cpu-x64.cc",
1248 "src/x64/deoptimizer-x64.cc", 1248 "src/x64/deoptimizer-x64.cc",
1249 "src/x64/disasm-x64.cc", 1249 "src/x64/disasm-x64.cc",
1250 "src/x64/frames-x64.cc", 1250 "src/x64/frames-x64.cc",
1251 "src/x64/frames-x64.h", 1251 "src/x64/frames-x64.h",
1252 "src/x64/interface-descriptors-x64.cc", 1252 "src/x64/interface-descriptors-x64.cc",
1253 "src/x64/lithium-codegen-x64.cc", 1253 "src/x64/lithium-codegen-x64.cc",
1254 "src/x64/lithium-codegen-x64.h", 1254 "src/x64/lithium-codegen-x64.h",
1255 "src/x64/lithium-gap-resolver-x64.cc", 1255 "src/x64/lithium-gap-resolver-x64.cc",
1256 "src/x64/lithium-gap-resolver-x64.h", 1256 "src/x64/lithium-gap-resolver-x64.h",
1257 "src/x64/lithium-x64.cc", 1257 "src/x64/lithium-x64.cc",
1258 "src/x64/lithium-x64.h", 1258 "src/x64/lithium-x64.h",
1259 "src/x64/macro-assembler-x64.cc", 1259 "src/x64/macro-assembler-x64.cc",
1260 "src/x64/macro-assembler-x64.h", 1260 "src/x64/macro-assembler-x64.h",
1261 "src/x64/regexp-macro-assembler-x64.cc",
1262 "src/x64/regexp-macro-assembler-x64.h",
1263 "src/compiler/x64/code-generator-x64.cc", 1261 "src/compiler/x64/code-generator-x64.cc",
1264 "src/compiler/x64/instruction-codes-x64.h", 1262 "src/compiler/x64/instruction-codes-x64.h",
1265 "src/compiler/x64/instruction-selector-x64.cc", 1263 "src/compiler/x64/instruction-selector-x64.cc",
1266 "src/debug/x64/debug-x64.cc", 1264 "src/debug/x64/debug-x64.cc",
1267 "src/full-codegen/x64/full-codegen-x64.cc", 1265 "src/full-codegen/x64/full-codegen-x64.cc",
1268 "src/ic/x64/access-compiler-x64.cc", 1266 "src/ic/x64/access-compiler-x64.cc",
1269 "src/ic/x64/handler-compiler-x64.cc", 1267 "src/ic/x64/handler-compiler-x64.cc",
1270 "src/ic/x64/ic-x64.cc", 1268 "src/ic/x64/ic-x64.cc",
1271 "src/ic/x64/ic-compiler-x64.cc", 1269 "src/ic/x64/ic-compiler-x64.cc",
1272 "src/ic/x64/stub-cache-x64.cc", 1270 "src/ic/x64/stub-cache-x64.cc",
1271 "src/regexp/x64/regexp-macro-assembler-x64.cc",
1272 "src/regexp/x64/regexp-macro-assembler-x64.h",
1273 ] 1273 ]
1274 } else if (v8_target_arch == "arm") { 1274 } else if (v8_target_arch == "arm") {
1275 sources += [ 1275 sources += [
1276 "src/arm/assembler-arm-inl.h", 1276 "src/arm/assembler-arm-inl.h",
1277 "src/arm/assembler-arm.cc", 1277 "src/arm/assembler-arm.cc",
1278 "src/arm/assembler-arm.h", 1278 "src/arm/assembler-arm.h",
1279 "src/arm/builtins-arm.cc", 1279 "src/arm/builtins-arm.cc",
1280 "src/arm/code-stubs-arm.cc", 1280 "src/arm/code-stubs-arm.cc",
1281 "src/arm/code-stubs-arm.h", 1281 "src/arm/code-stubs-arm.h",
1282 "src/arm/codegen-arm.cc", 1282 "src/arm/codegen-arm.cc",
1283 "src/arm/codegen-arm.h", 1283 "src/arm/codegen-arm.h",
1284 "src/arm/constants-arm.h", 1284 "src/arm/constants-arm.h",
1285 "src/arm/constants-arm.cc", 1285 "src/arm/constants-arm.cc",
1286 "src/arm/cpu-arm.cc", 1286 "src/arm/cpu-arm.cc",
1287 "src/arm/deoptimizer-arm.cc", 1287 "src/arm/deoptimizer-arm.cc",
1288 "src/arm/disasm-arm.cc", 1288 "src/arm/disasm-arm.cc",
1289 "src/arm/frames-arm.cc", 1289 "src/arm/frames-arm.cc",
1290 "src/arm/frames-arm.h", 1290 "src/arm/frames-arm.h",
1291 "src/arm/interface-descriptors-arm.cc", 1291 "src/arm/interface-descriptors-arm.cc",
1292 "src/arm/interface-descriptors-arm.h", 1292 "src/arm/interface-descriptors-arm.h",
1293 "src/arm/lithium-arm.cc", 1293 "src/arm/lithium-arm.cc",
1294 "src/arm/lithium-arm.h", 1294 "src/arm/lithium-arm.h",
1295 "src/arm/lithium-codegen-arm.cc", 1295 "src/arm/lithium-codegen-arm.cc",
1296 "src/arm/lithium-codegen-arm.h", 1296 "src/arm/lithium-codegen-arm.h",
1297 "src/arm/lithium-gap-resolver-arm.cc", 1297 "src/arm/lithium-gap-resolver-arm.cc",
1298 "src/arm/lithium-gap-resolver-arm.h", 1298 "src/arm/lithium-gap-resolver-arm.h",
1299 "src/arm/macro-assembler-arm.cc", 1299 "src/arm/macro-assembler-arm.cc",
1300 "src/arm/macro-assembler-arm.h", 1300 "src/arm/macro-assembler-arm.h",
1301 "src/arm/regexp-macro-assembler-arm.cc",
1302 "src/arm/regexp-macro-assembler-arm.h",
1303 "src/arm/simulator-arm.cc", 1301 "src/arm/simulator-arm.cc",
1304 "src/arm/simulator-arm.h", 1302 "src/arm/simulator-arm.h",
1305 "src/compiler/arm/code-generator-arm.cc", 1303 "src/compiler/arm/code-generator-arm.cc",
1306 "src/compiler/arm/instruction-codes-arm.h", 1304 "src/compiler/arm/instruction-codes-arm.h",
1307 "src/compiler/arm/instruction-selector-arm.cc", 1305 "src/compiler/arm/instruction-selector-arm.cc",
1308 "src/debug/arm/debug-arm.cc", 1306 "src/debug/arm/debug-arm.cc",
1309 "src/full-codegen/arm/full-codegen-arm.cc", 1307 "src/full-codegen/arm/full-codegen-arm.cc",
1310 "src/ic/arm/access-compiler-arm.cc", 1308 "src/ic/arm/access-compiler-arm.cc",
1311 "src/ic/arm/handler-compiler-arm.cc", 1309 "src/ic/arm/handler-compiler-arm.cc",
1312 "src/ic/arm/ic-arm.cc", 1310 "src/ic/arm/ic-arm.cc",
1313 "src/ic/arm/ic-compiler-arm.cc", 1311 "src/ic/arm/ic-compiler-arm.cc",
1314 "src/ic/arm/stub-cache-arm.cc", 1312 "src/ic/arm/stub-cache-arm.cc",
1313 "src/regexp/arm/regexp-macro-assembler-arm.cc",
1314 "src/regexp/arm/regexp-macro-assembler-arm.h",
1315 ] 1315 ]
1316 } else if (v8_target_arch == "arm64") { 1316 } else if (v8_target_arch == "arm64") {
1317 sources += [ 1317 sources += [
1318 "src/arm64/assembler-arm64.cc", 1318 "src/arm64/assembler-arm64.cc",
1319 "src/arm64/assembler-arm64.h", 1319 "src/arm64/assembler-arm64.h",
1320 "src/arm64/assembler-arm64-inl.h", 1320 "src/arm64/assembler-arm64-inl.h",
1321 "src/arm64/builtins-arm64.cc", 1321 "src/arm64/builtins-arm64.cc",
1322 "src/arm64/codegen-arm64.cc", 1322 "src/arm64/codegen-arm64.cc",
1323 "src/arm64/codegen-arm64.h", 1323 "src/arm64/codegen-arm64.h",
1324 "src/arm64/code-stubs-arm64.cc", 1324 "src/arm64/code-stubs-arm64.cc",
(...skipping 16 matching lines...) Expand all
1341 "src/arm64/interface-descriptors-arm64.h", 1341 "src/arm64/interface-descriptors-arm64.h",
1342 "src/arm64/lithium-arm64.cc", 1342 "src/arm64/lithium-arm64.cc",
1343 "src/arm64/lithium-arm64.h", 1343 "src/arm64/lithium-arm64.h",
1344 "src/arm64/lithium-codegen-arm64.cc", 1344 "src/arm64/lithium-codegen-arm64.cc",
1345 "src/arm64/lithium-codegen-arm64.h", 1345 "src/arm64/lithium-codegen-arm64.h",
1346 "src/arm64/lithium-gap-resolver-arm64.cc", 1346 "src/arm64/lithium-gap-resolver-arm64.cc",
1347 "src/arm64/lithium-gap-resolver-arm64.h", 1347 "src/arm64/lithium-gap-resolver-arm64.h",
1348 "src/arm64/macro-assembler-arm64.cc", 1348 "src/arm64/macro-assembler-arm64.cc",
1349 "src/arm64/macro-assembler-arm64.h", 1349 "src/arm64/macro-assembler-arm64.h",
1350 "src/arm64/macro-assembler-arm64-inl.h", 1350 "src/arm64/macro-assembler-arm64-inl.h",
1351 "src/arm64/regexp-macro-assembler-arm64.cc",
1352 "src/arm64/regexp-macro-assembler-arm64.h",
1353 "src/arm64/simulator-arm64.cc", 1351 "src/arm64/simulator-arm64.cc",
1354 "src/arm64/simulator-arm64.h", 1352 "src/arm64/simulator-arm64.h",
1355 "src/arm64/utils-arm64.cc", 1353 "src/arm64/utils-arm64.cc",
1356 "src/arm64/utils-arm64.h", 1354 "src/arm64/utils-arm64.h",
1357 "src/compiler/arm64/code-generator-arm64.cc", 1355 "src/compiler/arm64/code-generator-arm64.cc",
1358 "src/compiler/arm64/instruction-codes-arm64.h", 1356 "src/compiler/arm64/instruction-codes-arm64.h",
1359 "src/compiler/arm64/instruction-selector-arm64.cc", 1357 "src/compiler/arm64/instruction-selector-arm64.cc",
1360 "src/debug/arm64/debug-arm64.cc", 1358 "src/debug/arm64/debug-arm64.cc",
1361 "src/full-codegen/arm64/full-codegen-arm64.cc", 1359 "src/full-codegen/arm64/full-codegen-arm64.cc",
1362 "src/ic/arm64/access-compiler-arm64.cc", 1360 "src/ic/arm64/access-compiler-arm64.cc",
1363 "src/ic/arm64/handler-compiler-arm64.cc", 1361 "src/ic/arm64/handler-compiler-arm64.cc",
1364 "src/ic/arm64/ic-arm64.cc", 1362 "src/ic/arm64/ic-arm64.cc",
1365 "src/ic/arm64/ic-compiler-arm64.cc", 1363 "src/ic/arm64/ic-compiler-arm64.cc",
1366 "src/ic/arm64/stub-cache-arm64.cc", 1364 "src/ic/arm64/stub-cache-arm64.cc",
1365 "src/regexp/arm64/regexp-macro-assembler-arm64.cc",
1366 "src/regexp/arm64/regexp-macro-assembler-arm64.h",
1367 ] 1367 ]
1368 } else if (v8_target_arch == "mipsel") { 1368 } else if (v8_target_arch == "mipsel") {
1369 sources += [ 1369 sources += [
1370 "src/mips/assembler-mips.cc", 1370 "src/mips/assembler-mips.cc",
1371 "src/mips/assembler-mips.h", 1371 "src/mips/assembler-mips.h",
1372 "src/mips/assembler-mips-inl.h", 1372 "src/mips/assembler-mips-inl.h",
1373 "src/mips/builtins-mips.cc", 1373 "src/mips/builtins-mips.cc",
1374 "src/mips/codegen-mips.cc", 1374 "src/mips/codegen-mips.cc",
1375 "src/mips/codegen-mips.h", 1375 "src/mips/codegen-mips.h",
1376 "src/mips/code-stubs-mips.cc", 1376 "src/mips/code-stubs-mips.cc",
1377 "src/mips/code-stubs-mips.h", 1377 "src/mips/code-stubs-mips.h",
1378 "src/mips/constants-mips.cc", 1378 "src/mips/constants-mips.cc",
1379 "src/mips/constants-mips.h", 1379 "src/mips/constants-mips.h",
1380 "src/mips/cpu-mips.cc", 1380 "src/mips/cpu-mips.cc",
1381 "src/mips/deoptimizer-mips.cc", 1381 "src/mips/deoptimizer-mips.cc",
1382 "src/mips/disasm-mips.cc", 1382 "src/mips/disasm-mips.cc",
1383 "src/mips/frames-mips.cc", 1383 "src/mips/frames-mips.cc",
1384 "src/mips/frames-mips.h", 1384 "src/mips/frames-mips.h",
1385 "src/mips/interface-descriptors-mips.cc", 1385 "src/mips/interface-descriptors-mips.cc",
1386 "src/mips/lithium-codegen-mips.cc", 1386 "src/mips/lithium-codegen-mips.cc",
1387 "src/mips/lithium-codegen-mips.h", 1387 "src/mips/lithium-codegen-mips.h",
1388 "src/mips/lithium-gap-resolver-mips.cc", 1388 "src/mips/lithium-gap-resolver-mips.cc",
1389 "src/mips/lithium-gap-resolver-mips.h", 1389 "src/mips/lithium-gap-resolver-mips.h",
1390 "src/mips/lithium-mips.cc", 1390 "src/mips/lithium-mips.cc",
1391 "src/mips/lithium-mips.h", 1391 "src/mips/lithium-mips.h",
1392 "src/mips/macro-assembler-mips.cc", 1392 "src/mips/macro-assembler-mips.cc",
1393 "src/mips/macro-assembler-mips.h", 1393 "src/mips/macro-assembler-mips.h",
1394 "src/mips/regexp-macro-assembler-mips.cc",
1395 "src/mips/regexp-macro-assembler-mips.h",
1396 "src/mips/simulator-mips.cc", 1394 "src/mips/simulator-mips.cc",
1397 "src/mips/simulator-mips.h", 1395 "src/mips/simulator-mips.h",
1398 "src/compiler/mips/code-generator-mips.cc", 1396 "src/compiler/mips/code-generator-mips.cc",
1399 "src/compiler/mips/instruction-codes-mips.h", 1397 "src/compiler/mips/instruction-codes-mips.h",
1400 "src/compiler/mips/instruction-selector-mips.cc", 1398 "src/compiler/mips/instruction-selector-mips.cc",
1401 "src/debug/mips/debug-mips.cc", 1399 "src/debug/mips/debug-mips.cc",
1402 "src/full-codegen/mips/full-codegen-mips.cc", 1400 "src/full-codegen/mips/full-codegen-mips.cc",
1403 "src/ic/mips/access-compiler-mips.cc", 1401 "src/ic/mips/access-compiler-mips.cc",
1404 "src/ic/mips/handler-compiler-mips.cc", 1402 "src/ic/mips/handler-compiler-mips.cc",
1405 "src/ic/mips/ic-mips.cc", 1403 "src/ic/mips/ic-mips.cc",
1406 "src/ic/mips/ic-compiler-mips.cc", 1404 "src/ic/mips/ic-compiler-mips.cc",
1407 "src/ic/mips/stub-cache-mips.cc", 1405 "src/ic/mips/stub-cache-mips.cc",
1406 "src/regexp/mips/regexp-macro-assembler-mips.cc",
1407 "src/regexp/mips/regexp-macro-assembler-mips.h",
1408 ] 1408 ]
1409 } else if (v8_target_arch == "mips64el") { 1409 } else if (v8_target_arch == "mips64el") {
1410 sources += [ 1410 sources += [
1411 "src/mips64/assembler-mips64.cc", 1411 "src/mips64/assembler-mips64.cc",
1412 "src/mips64/assembler-mips64.h", 1412 "src/mips64/assembler-mips64.h",
1413 "src/mips64/assembler-mips64-inl.h", 1413 "src/mips64/assembler-mips64-inl.h",
1414 "src/mips64/builtins-mips64.cc", 1414 "src/mips64/builtins-mips64.cc",
1415 "src/mips64/codegen-mips64.cc", 1415 "src/mips64/codegen-mips64.cc",
1416 "src/mips64/codegen-mips64.h", 1416 "src/mips64/codegen-mips64.h",
1417 "src/mips64/code-stubs-mips64.cc", 1417 "src/mips64/code-stubs-mips64.cc",
1418 "src/mips64/code-stubs-mips64.h", 1418 "src/mips64/code-stubs-mips64.h",
1419 "src/mips64/constants-mips64.cc", 1419 "src/mips64/constants-mips64.cc",
1420 "src/mips64/constants-mips64.h", 1420 "src/mips64/constants-mips64.h",
1421 "src/mips64/cpu-mips64.cc", 1421 "src/mips64/cpu-mips64.cc",
1422 "src/mips64/deoptimizer-mips64.cc", 1422 "src/mips64/deoptimizer-mips64.cc",
1423 "src/mips64/disasm-mips64.cc", 1423 "src/mips64/disasm-mips64.cc",
1424 "src/mips64/frames-mips64.cc", 1424 "src/mips64/frames-mips64.cc",
1425 "src/mips64/frames-mips64.h", 1425 "src/mips64/frames-mips64.h",
1426 "src/mips64/interface-descriptors-mips64.cc", 1426 "src/mips64/interface-descriptors-mips64.cc",
1427 "src/mips64/lithium-codegen-mips64.cc", 1427 "src/mips64/lithium-codegen-mips64.cc",
1428 "src/mips64/lithium-codegen-mips64.h", 1428 "src/mips64/lithium-codegen-mips64.h",
1429 "src/mips64/lithium-gap-resolver-mips64.cc", 1429 "src/mips64/lithium-gap-resolver-mips64.cc",
1430 "src/mips64/lithium-gap-resolver-mips64.h", 1430 "src/mips64/lithium-gap-resolver-mips64.h",
1431 "src/mips64/lithium-mips64.cc", 1431 "src/mips64/lithium-mips64.cc",
1432 "src/mips64/lithium-mips64.h", 1432 "src/mips64/lithium-mips64.h",
1433 "src/mips64/macro-assembler-mips64.cc", 1433 "src/mips64/macro-assembler-mips64.cc",
1434 "src/mips64/macro-assembler-mips64.h", 1434 "src/mips64/macro-assembler-mips64.h",
1435 "src/mips64/regexp-macro-assembler-mips64.cc",
1436 "src/mips64/regexp-macro-assembler-mips64.h",
1437 "src/mips64/simulator-mips64.cc", 1435 "src/mips64/simulator-mips64.cc",
1438 "src/mips64/simulator-mips64.h", 1436 "src/mips64/simulator-mips64.h",
1439 "src/debug/mips64/debug-mips64.cc", 1437 "src/debug/mips64/debug-mips64.cc",
1440 "src/full-codegen/mips64/full-codegen-mips64.cc", 1438 "src/full-codegen/mips64/full-codegen-mips64.cc",
1441 "src/ic/mips64/access-compiler-mips64.cc", 1439 "src/ic/mips64/access-compiler-mips64.cc",
1442 "src/ic/mips64/handler-compiler-mips64.cc", 1440 "src/ic/mips64/handler-compiler-mips64.cc",
1443 "src/ic/mips64/ic-mips64.cc", 1441 "src/ic/mips64/ic-mips64.cc",
1444 "src/ic/mips64/ic-compiler-mips64.cc", 1442 "src/ic/mips64/ic-compiler-mips64.cc",
1445 "src/ic/mips64/stub-cache-mips64.cc", 1443 "src/ic/mips64/stub-cache-mips64.cc",
1444 "src/regexp/mips64/regexp-macro-assembler-mips64.cc",
1445 "src/regexp/mips64/regexp-macro-assembler-mips64.h",
1446 ] 1446 ]
1447 } 1447 }
1448 1448
1449 configs -= [ "//build/config/compiler:chromium_code" ] 1449 configs -= [ "//build/config/compiler:chromium_code" ]
1450 configs += [ "//build/config/compiler:no_chromium_code" ] 1450 configs += [ "//build/config/compiler:no_chromium_code" ]
1451 configs += [ 1451 configs += [
1452 ":internal_config", 1452 ":internal_config",
1453 ":features", 1453 ":features",
1454 ":toolchain", 1454 ":toolchain",
1455 ] 1455 ]
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1773 if (!is_component_build) { 1773 if (!is_component_build) {
1774 sources += [ 1774 sources += [
1775 "$target_gen_dir/d8-js.cc", 1775 "$target_gen_dir/d8-js.cc",
1776 ] 1776 ]
1777 } 1777 }
1778 if (v8_enable_i18n_support) { 1778 if (v8_enable_i18n_support) {
1779 deps += [ "//third_party/icu" ] 1779 deps += [ "//third_party/icu" ]
1780 } 1780 }
1781 } 1781 }
1782 } 1782 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/code-stubs-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698