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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1265923002: Debugger: move implementation to a separate folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase 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 | « test/unittests/test-utils.cc ('k') | tools/js2c.py » ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 '../../src/counters.cc', 620 '../../src/counters.cc',
621 '../../src/counters.h', 621 '../../src/counters.h',
622 '../../src/cpu-profiler-inl.h', 622 '../../src/cpu-profiler-inl.h',
623 '../../src/cpu-profiler.cc', 623 '../../src/cpu-profiler.cc',
624 '../../src/cpu-profiler.h', 624 '../../src/cpu-profiler.h',
625 '../../src/date.cc', 625 '../../src/date.cc',
626 '../../src/date.h', 626 '../../src/date.h',
627 '../../src/dateparser-inl.h', 627 '../../src/dateparser-inl.h',
628 '../../src/dateparser.cc', 628 '../../src/dateparser.cc',
629 '../../src/dateparser.h', 629 '../../src/dateparser.h',
630 '../../src/debug.cc', 630 '../../src/debug/debug.cc',
631 '../../src/debug.h', 631 '../../src/debug/debug.h',
632 '../../src/debug/liveedit.cc',
633 '../../src/debug/liveedit.h',
632 '../../src/deoptimizer.cc', 634 '../../src/deoptimizer.cc',
633 '../../src/deoptimizer.h', 635 '../../src/deoptimizer.h',
634 '../../src/disasm.h', 636 '../../src/disasm.h',
635 '../../src/disassembler.cc', 637 '../../src/disassembler.cc',
636 '../../src/disassembler.h', 638 '../../src/disassembler.h',
637 '../../src/diy-fp.cc', 639 '../../src/diy-fp.cc',
638 '../../src/diy-fp.h', 640 '../../src/diy-fp.h',
639 '../../src/double.h', 641 '../../src/double.h',
640 '../../src/dtoa.cc', 642 '../../src/dtoa.cc',
641 '../../src/dtoa.h', 643 '../../src/dtoa.h',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 '../../src/list-inl.h', 809 '../../src/list-inl.h',
808 '../../src/list.h', 810 '../../src/list.h',
809 '../../src/lithium-allocator-inl.h', 811 '../../src/lithium-allocator-inl.h',
810 '../../src/lithium-allocator.cc', 812 '../../src/lithium-allocator.cc',
811 '../../src/lithium-allocator.h', 813 '../../src/lithium-allocator.h',
812 '../../src/lithium-codegen.cc', 814 '../../src/lithium-codegen.cc',
813 '../../src/lithium-codegen.h', 815 '../../src/lithium-codegen.h',
814 '../../src/lithium.cc', 816 '../../src/lithium.cc',
815 '../../src/lithium.h', 817 '../../src/lithium.h',
816 '../../src/lithium-inl.h', 818 '../../src/lithium-inl.h',
817 '../../src/liveedit.cc',
818 '../../src/liveedit.h',
819 '../../src/log-inl.h', 819 '../../src/log-inl.h',
820 '../../src/log-utils.cc', 820 '../../src/log-utils.cc',
821 '../../src/log-utils.h', 821 '../../src/log-utils.h',
822 '../../src/log.cc', 822 '../../src/log.cc',
823 '../../src/log.h', 823 '../../src/log.h',
824 '../../src/lookup-inl.h', 824 '../../src/lookup-inl.h',
825 '../../src/lookup.cc', 825 '../../src/lookup.cc',
826 '../../src/lookup.h', 826 '../../src/lookup.h',
827 '../../src/macro-assembler.h', 827 '../../src/macro-assembler.h',
828 '../../src/messages.cc', 828 '../../src/messages.cc',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 '../../src/arm/assembler-arm.cc', 995 '../../src/arm/assembler-arm.cc',
996 '../../src/arm/assembler-arm.h', 996 '../../src/arm/assembler-arm.h',
997 '../../src/arm/builtins-arm.cc', 997 '../../src/arm/builtins-arm.cc',
998 '../../src/arm/code-stubs-arm.cc', 998 '../../src/arm/code-stubs-arm.cc',
999 '../../src/arm/code-stubs-arm.h', 999 '../../src/arm/code-stubs-arm.h',
1000 '../../src/arm/codegen-arm.cc', 1000 '../../src/arm/codegen-arm.cc',
1001 '../../src/arm/codegen-arm.h', 1001 '../../src/arm/codegen-arm.h',
1002 '../../src/arm/constants-arm.h', 1002 '../../src/arm/constants-arm.h',
1003 '../../src/arm/constants-arm.cc', 1003 '../../src/arm/constants-arm.cc',
1004 '../../src/arm/cpu-arm.cc', 1004 '../../src/arm/cpu-arm.cc',
1005 '../../src/arm/debug-arm.cc',
1006 '../../src/arm/deoptimizer-arm.cc', 1005 '../../src/arm/deoptimizer-arm.cc',
1007 '../../src/arm/disasm-arm.cc', 1006 '../../src/arm/disasm-arm.cc',
1008 '../../src/arm/frames-arm.cc', 1007 '../../src/arm/frames-arm.cc',
1009 '../../src/arm/frames-arm.h', 1008 '../../src/arm/frames-arm.h',
1010 '../../src/arm/interface-descriptors-arm.cc', 1009 '../../src/arm/interface-descriptors-arm.cc',
1011 '../../src/arm/interface-descriptors-arm.h', 1010 '../../src/arm/interface-descriptors-arm.h',
1012 '../../src/arm/lithium-arm.cc', 1011 '../../src/arm/lithium-arm.cc',
1013 '../../src/arm/lithium-arm.h', 1012 '../../src/arm/lithium-arm.h',
1014 '../../src/arm/lithium-codegen-arm.cc', 1013 '../../src/arm/lithium-codegen-arm.cc',
1015 '../../src/arm/lithium-codegen-arm.h', 1014 '../../src/arm/lithium-codegen-arm.h',
1016 '../../src/arm/lithium-gap-resolver-arm.cc', 1015 '../../src/arm/lithium-gap-resolver-arm.cc',
1017 '../../src/arm/lithium-gap-resolver-arm.h', 1016 '../../src/arm/lithium-gap-resolver-arm.h',
1018 '../../src/arm/macro-assembler-arm.cc', 1017 '../../src/arm/macro-assembler-arm.cc',
1019 '../../src/arm/macro-assembler-arm.h', 1018 '../../src/arm/macro-assembler-arm.h',
1020 '../../src/arm/regexp-macro-assembler-arm.cc', 1019 '../../src/arm/regexp-macro-assembler-arm.cc',
1021 '../../src/arm/regexp-macro-assembler-arm.h', 1020 '../../src/arm/regexp-macro-assembler-arm.h',
1022 '../../src/arm/simulator-arm.cc', 1021 '../../src/arm/simulator-arm.cc',
1023 '../../src/arm/simulator-arm.h', 1022 '../../src/arm/simulator-arm.h',
1024 '../../src/compiler/arm/code-generator-arm.cc', 1023 '../../src/compiler/arm/code-generator-arm.cc',
1025 '../../src/compiler/arm/instruction-codes-arm.h', 1024 '../../src/compiler/arm/instruction-codes-arm.h',
1026 '../../src/compiler/arm/instruction-selector-arm.cc', 1025 '../../src/compiler/arm/instruction-selector-arm.cc',
1027 '../../src/compiler/arm/linkage-arm.cc', 1026 '../../src/compiler/arm/linkage-arm.cc',
1027 '../../src/debug/arm/debug-arm.cc',
1028 '../../src/full-codegen/arm/full-codegen-arm.cc', 1028 '../../src/full-codegen/arm/full-codegen-arm.cc',
1029 '../../src/ic/arm/access-compiler-arm.cc', 1029 '../../src/ic/arm/access-compiler-arm.cc',
1030 '../../src/ic/arm/handler-compiler-arm.cc', 1030 '../../src/ic/arm/handler-compiler-arm.cc',
1031 '../../src/ic/arm/ic-arm.cc', 1031 '../../src/ic/arm/ic-arm.cc',
1032 '../../src/ic/arm/ic-compiler-arm.cc', 1032 '../../src/ic/arm/ic-compiler-arm.cc',
1033 '../../src/ic/arm/stub-cache-arm.cc', 1033 '../../src/ic/arm/stub-cache-arm.cc',
1034 ], 1034 ],
1035 }], 1035 }],
1036 ['v8_target_arch=="arm64"', { 1036 ['v8_target_arch=="arm64"', {
1037 'sources': [ ### gcmole(arch:arm64) ### 1037 'sources': [ ### gcmole(arch:arm64) ###
1038 '../../src/arm64/assembler-arm64.cc', 1038 '../../src/arm64/assembler-arm64.cc',
1039 '../../src/arm64/assembler-arm64.h', 1039 '../../src/arm64/assembler-arm64.h',
1040 '../../src/arm64/assembler-arm64-inl.h', 1040 '../../src/arm64/assembler-arm64-inl.h',
1041 '../../src/arm64/builtins-arm64.cc', 1041 '../../src/arm64/builtins-arm64.cc',
1042 '../../src/arm64/codegen-arm64.cc', 1042 '../../src/arm64/codegen-arm64.cc',
1043 '../../src/arm64/codegen-arm64.h', 1043 '../../src/arm64/codegen-arm64.h',
1044 '../../src/arm64/code-stubs-arm64.cc', 1044 '../../src/arm64/code-stubs-arm64.cc',
1045 '../../src/arm64/code-stubs-arm64.h', 1045 '../../src/arm64/code-stubs-arm64.h',
1046 '../../src/arm64/constants-arm64.h', 1046 '../../src/arm64/constants-arm64.h',
1047 '../../src/arm64/cpu-arm64.cc', 1047 '../../src/arm64/cpu-arm64.cc',
1048 '../../src/arm64/debug-arm64.cc',
1049 '../../src/arm64/decoder-arm64.cc', 1048 '../../src/arm64/decoder-arm64.cc',
1050 '../../src/arm64/decoder-arm64.h', 1049 '../../src/arm64/decoder-arm64.h',
1051 '../../src/arm64/decoder-arm64-inl.h', 1050 '../../src/arm64/decoder-arm64-inl.h',
1052 '../../src/arm64/delayed-masm-arm64.cc', 1051 '../../src/arm64/delayed-masm-arm64.cc',
1053 '../../src/arm64/delayed-masm-arm64.h', 1052 '../../src/arm64/delayed-masm-arm64.h',
1054 '../../src/arm64/delayed-masm-arm64-inl.h', 1053 '../../src/arm64/delayed-masm-arm64-inl.h',
1055 '../../src/arm64/deoptimizer-arm64.cc', 1054 '../../src/arm64/deoptimizer-arm64.cc',
1056 '../../src/arm64/disasm-arm64.cc', 1055 '../../src/arm64/disasm-arm64.cc',
1057 '../../src/arm64/disasm-arm64.h', 1056 '../../src/arm64/disasm-arm64.h',
1058 '../../src/arm64/frames-arm64.cc', 1057 '../../src/arm64/frames-arm64.cc',
(...skipping 16 matching lines...) Expand all
1075 '../../src/arm64/regexp-macro-assembler-arm64.cc', 1074 '../../src/arm64/regexp-macro-assembler-arm64.cc',
1076 '../../src/arm64/regexp-macro-assembler-arm64.h', 1075 '../../src/arm64/regexp-macro-assembler-arm64.h',
1077 '../../src/arm64/simulator-arm64.cc', 1076 '../../src/arm64/simulator-arm64.cc',
1078 '../../src/arm64/simulator-arm64.h', 1077 '../../src/arm64/simulator-arm64.h',
1079 '../../src/arm64/utils-arm64.cc', 1078 '../../src/arm64/utils-arm64.cc',
1080 '../../src/arm64/utils-arm64.h', 1079 '../../src/arm64/utils-arm64.h',
1081 '../../src/compiler/arm64/code-generator-arm64.cc', 1080 '../../src/compiler/arm64/code-generator-arm64.cc',
1082 '../../src/compiler/arm64/instruction-codes-arm64.h', 1081 '../../src/compiler/arm64/instruction-codes-arm64.h',
1083 '../../src/compiler/arm64/instruction-selector-arm64.cc', 1082 '../../src/compiler/arm64/instruction-selector-arm64.cc',
1084 '../../src/compiler/arm64/linkage-arm64.cc', 1083 '../../src/compiler/arm64/linkage-arm64.cc',
1084 '../../src/debug/arm64/debug-arm64.cc',
1085 '../../src/full-codegen/arm64/full-codegen-arm64.cc', 1085 '../../src/full-codegen/arm64/full-codegen-arm64.cc',
1086 '../../src/ic/arm64/access-compiler-arm64.cc', 1086 '../../src/ic/arm64/access-compiler-arm64.cc',
1087 '../../src/ic/arm64/handler-compiler-arm64.cc', 1087 '../../src/ic/arm64/handler-compiler-arm64.cc',
1088 '../../src/ic/arm64/ic-arm64.cc', 1088 '../../src/ic/arm64/ic-arm64.cc',
1089 '../../src/ic/arm64/ic-compiler-arm64.cc', 1089 '../../src/ic/arm64/ic-compiler-arm64.cc',
1090 '../../src/ic/arm64/stub-cache-arm64.cc', 1090 '../../src/ic/arm64/stub-cache-arm64.cc',
1091 ], 1091 ],
1092 }], 1092 }],
1093 ['v8_target_arch=="ia32"', { 1093 ['v8_target_arch=="ia32"', {
1094 'sources': [ ### gcmole(arch:ia32) ### 1094 'sources': [ ### gcmole(arch:ia32) ###
1095 '../../src/ia32/assembler-ia32-inl.h', 1095 '../../src/ia32/assembler-ia32-inl.h',
1096 '../../src/ia32/assembler-ia32.cc', 1096 '../../src/ia32/assembler-ia32.cc',
1097 '../../src/ia32/assembler-ia32.h', 1097 '../../src/ia32/assembler-ia32.h',
1098 '../../src/ia32/builtins-ia32.cc', 1098 '../../src/ia32/builtins-ia32.cc',
1099 '../../src/ia32/code-stubs-ia32.cc', 1099 '../../src/ia32/code-stubs-ia32.cc',
1100 '../../src/ia32/code-stubs-ia32.h', 1100 '../../src/ia32/code-stubs-ia32.h',
1101 '../../src/ia32/codegen-ia32.cc', 1101 '../../src/ia32/codegen-ia32.cc',
1102 '../../src/ia32/codegen-ia32.h', 1102 '../../src/ia32/codegen-ia32.h',
1103 '../../src/ia32/cpu-ia32.cc', 1103 '../../src/ia32/cpu-ia32.cc',
1104 '../../src/ia32/debug-ia32.cc',
1105 '../../src/ia32/deoptimizer-ia32.cc', 1104 '../../src/ia32/deoptimizer-ia32.cc',
1106 '../../src/ia32/disasm-ia32.cc', 1105 '../../src/ia32/disasm-ia32.cc',
1107 '../../src/ia32/frames-ia32.cc', 1106 '../../src/ia32/frames-ia32.cc',
1108 '../../src/ia32/frames-ia32.h', 1107 '../../src/ia32/frames-ia32.h',
1109 '../../src/ia32/interface-descriptors-ia32.cc', 1108 '../../src/ia32/interface-descriptors-ia32.cc',
1110 '../../src/ia32/lithium-codegen-ia32.cc', 1109 '../../src/ia32/lithium-codegen-ia32.cc',
1111 '../../src/ia32/lithium-codegen-ia32.h', 1110 '../../src/ia32/lithium-codegen-ia32.h',
1112 '../../src/ia32/lithium-gap-resolver-ia32.cc', 1111 '../../src/ia32/lithium-gap-resolver-ia32.cc',
1113 '../../src/ia32/lithium-gap-resolver-ia32.h', 1112 '../../src/ia32/lithium-gap-resolver-ia32.h',
1114 '../../src/ia32/lithium-ia32.cc', 1113 '../../src/ia32/lithium-ia32.cc',
1115 '../../src/ia32/lithium-ia32.h', 1114 '../../src/ia32/lithium-ia32.h',
1116 '../../src/ia32/macro-assembler-ia32.cc', 1115 '../../src/ia32/macro-assembler-ia32.cc',
1117 '../../src/ia32/macro-assembler-ia32.h', 1116 '../../src/ia32/macro-assembler-ia32.h',
1118 '../../src/ia32/regexp-macro-assembler-ia32.cc', 1117 '../../src/ia32/regexp-macro-assembler-ia32.cc',
1119 '../../src/ia32/regexp-macro-assembler-ia32.h', 1118 '../../src/ia32/regexp-macro-assembler-ia32.h',
1120 '../../src/compiler/ia32/code-generator-ia32.cc', 1119 '../../src/compiler/ia32/code-generator-ia32.cc',
1121 '../../src/compiler/ia32/instruction-codes-ia32.h', 1120 '../../src/compiler/ia32/instruction-codes-ia32.h',
1122 '../../src/compiler/ia32/instruction-selector-ia32.cc', 1121 '../../src/compiler/ia32/instruction-selector-ia32.cc',
1123 '../../src/compiler/ia32/linkage-ia32.cc', 1122 '../../src/compiler/ia32/linkage-ia32.cc',
1123 '../../src/debug/ia32/debug-ia32.cc',
1124 '../../src/full-codegen/ia32/full-codegen-ia32.cc', 1124 '../../src/full-codegen/ia32/full-codegen-ia32.cc',
1125 '../../src/ic/ia32/access-compiler-ia32.cc', 1125 '../../src/ic/ia32/access-compiler-ia32.cc',
1126 '../../src/ic/ia32/handler-compiler-ia32.cc', 1126 '../../src/ic/ia32/handler-compiler-ia32.cc',
1127 '../../src/ic/ia32/ic-ia32.cc', 1127 '../../src/ic/ia32/ic-ia32.cc',
1128 '../../src/ic/ia32/ic-compiler-ia32.cc', 1128 '../../src/ic/ia32/ic-compiler-ia32.cc',
1129 '../../src/ic/ia32/stub-cache-ia32.cc', 1129 '../../src/ic/ia32/stub-cache-ia32.cc',
1130 ], 1130 ],
1131 }], 1131 }],
1132 ['v8_target_arch=="x87"', { 1132 ['v8_target_arch=="x87"', {
1133 'sources': [ ### gcmole(arch:x87) ### 1133 'sources': [ ### gcmole(arch:x87) ###
1134 '../../src/x87/assembler-x87-inl.h', 1134 '../../src/x87/assembler-x87-inl.h',
1135 '../../src/x87/assembler-x87.cc', 1135 '../../src/x87/assembler-x87.cc',
1136 '../../src/x87/assembler-x87.h', 1136 '../../src/x87/assembler-x87.h',
1137 '../../src/x87/builtins-x87.cc', 1137 '../../src/x87/builtins-x87.cc',
1138 '../../src/x87/code-stubs-x87.cc', 1138 '../../src/x87/code-stubs-x87.cc',
1139 '../../src/x87/code-stubs-x87.h', 1139 '../../src/x87/code-stubs-x87.h',
1140 '../../src/x87/codegen-x87.cc', 1140 '../../src/x87/codegen-x87.cc',
1141 '../../src/x87/codegen-x87.h', 1141 '../../src/x87/codegen-x87.h',
1142 '../../src/x87/cpu-x87.cc', 1142 '../../src/x87/cpu-x87.cc',
1143 '../../src/x87/debug-x87.cc',
1144 '../../src/x87/deoptimizer-x87.cc', 1143 '../../src/x87/deoptimizer-x87.cc',
1145 '../../src/x87/disasm-x87.cc', 1144 '../../src/x87/disasm-x87.cc',
1146 '../../src/x87/frames-x87.cc', 1145 '../../src/x87/frames-x87.cc',
1147 '../../src/x87/frames-x87.h', 1146 '../../src/x87/frames-x87.h',
1148 '../../src/x87/interface-descriptors-x87.cc', 1147 '../../src/x87/interface-descriptors-x87.cc',
1149 '../../src/x87/lithium-codegen-x87.cc', 1148 '../../src/x87/lithium-codegen-x87.cc',
1150 '../../src/x87/lithium-codegen-x87.h', 1149 '../../src/x87/lithium-codegen-x87.h',
1151 '../../src/x87/lithium-gap-resolver-x87.cc', 1150 '../../src/x87/lithium-gap-resolver-x87.cc',
1152 '../../src/x87/lithium-gap-resolver-x87.h', 1151 '../../src/x87/lithium-gap-resolver-x87.h',
1153 '../../src/x87/lithium-x87.cc', 1152 '../../src/x87/lithium-x87.cc',
1154 '../../src/x87/lithium-x87.h', 1153 '../../src/x87/lithium-x87.h',
1155 '../../src/x87/macro-assembler-x87.cc', 1154 '../../src/x87/macro-assembler-x87.cc',
1156 '../../src/x87/macro-assembler-x87.h', 1155 '../../src/x87/macro-assembler-x87.h',
1157 '../../src/x87/regexp-macro-assembler-x87.cc', 1156 '../../src/x87/regexp-macro-assembler-x87.cc',
1158 '../../src/x87/regexp-macro-assembler-x87.h', 1157 '../../src/x87/regexp-macro-assembler-x87.h',
1159 '../../src/compiler/x87/code-generator-x87.cc', 1158 '../../src/compiler/x87/code-generator-x87.cc',
1160 '../../src/compiler/x87/instruction-codes-x87.h', 1159 '../../src/compiler/x87/instruction-codes-x87.h',
1161 '../../src/compiler/x87/instruction-selector-x87.cc', 1160 '../../src/compiler/x87/instruction-selector-x87.cc',
1162 '../../src/compiler/x87/linkage-x87.cc', 1161 '../../src/compiler/x87/linkage-x87.cc',
1162 '../../src/debug/x87/debug-x87.cc',
1163 '../../src/full-codegen/x87/full-codegen-x87.cc', 1163 '../../src/full-codegen/x87/full-codegen-x87.cc',
1164 '../../src/ic/x87/access-compiler-x87.cc', 1164 '../../src/ic/x87/access-compiler-x87.cc',
1165 '../../src/ic/x87/handler-compiler-x87.cc', 1165 '../../src/ic/x87/handler-compiler-x87.cc',
1166 '../../src/ic/x87/ic-x87.cc', 1166 '../../src/ic/x87/ic-x87.cc',
1167 '../../src/ic/x87/ic-compiler-x87.cc', 1167 '../../src/ic/x87/ic-compiler-x87.cc',
1168 '../../src/ic/x87/stub-cache-x87.cc', 1168 '../../src/ic/x87/stub-cache-x87.cc',
1169 ], 1169 ],
1170 }], 1170 }],
1171 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 1171 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
1172 'sources': [ ### gcmole(arch:mipsel) ### 1172 'sources': [ ### gcmole(arch:mipsel) ###
1173 '../../src/mips/assembler-mips.cc', 1173 '../../src/mips/assembler-mips.cc',
1174 '../../src/mips/assembler-mips.h', 1174 '../../src/mips/assembler-mips.h',
1175 '../../src/mips/assembler-mips-inl.h', 1175 '../../src/mips/assembler-mips-inl.h',
1176 '../../src/mips/builtins-mips.cc', 1176 '../../src/mips/builtins-mips.cc',
1177 '../../src/mips/codegen-mips.cc', 1177 '../../src/mips/codegen-mips.cc',
1178 '../../src/mips/codegen-mips.h', 1178 '../../src/mips/codegen-mips.h',
1179 '../../src/mips/code-stubs-mips.cc', 1179 '../../src/mips/code-stubs-mips.cc',
1180 '../../src/mips/code-stubs-mips.h', 1180 '../../src/mips/code-stubs-mips.h',
1181 '../../src/mips/constants-mips.cc', 1181 '../../src/mips/constants-mips.cc',
1182 '../../src/mips/constants-mips.h', 1182 '../../src/mips/constants-mips.h',
1183 '../../src/mips/cpu-mips.cc', 1183 '../../src/mips/cpu-mips.cc',
1184 '../../src/mips/debug-mips.cc',
1185 '../../src/mips/deoptimizer-mips.cc', 1184 '../../src/mips/deoptimizer-mips.cc',
1186 '../../src/mips/disasm-mips.cc', 1185 '../../src/mips/disasm-mips.cc',
1187 '../../src/mips/frames-mips.cc', 1186 '../../src/mips/frames-mips.cc',
1188 '../../src/mips/frames-mips.h', 1187 '../../src/mips/frames-mips.h',
1189 '../../src/mips/interface-descriptors-mips.cc', 1188 '../../src/mips/interface-descriptors-mips.cc',
1190 '../../src/mips/lithium-codegen-mips.cc', 1189 '../../src/mips/lithium-codegen-mips.cc',
1191 '../../src/mips/lithium-codegen-mips.h', 1190 '../../src/mips/lithium-codegen-mips.h',
1192 '../../src/mips/lithium-gap-resolver-mips.cc', 1191 '../../src/mips/lithium-gap-resolver-mips.cc',
1193 '../../src/mips/lithium-gap-resolver-mips.h', 1192 '../../src/mips/lithium-gap-resolver-mips.h',
1194 '../../src/mips/lithium-mips.cc', 1193 '../../src/mips/lithium-mips.cc',
1195 '../../src/mips/lithium-mips.h', 1194 '../../src/mips/lithium-mips.h',
1196 '../../src/mips/macro-assembler-mips.cc', 1195 '../../src/mips/macro-assembler-mips.cc',
1197 '../../src/mips/macro-assembler-mips.h', 1196 '../../src/mips/macro-assembler-mips.h',
1198 '../../src/mips/regexp-macro-assembler-mips.cc', 1197 '../../src/mips/regexp-macro-assembler-mips.cc',
1199 '../../src/mips/regexp-macro-assembler-mips.h', 1198 '../../src/mips/regexp-macro-assembler-mips.h',
1200 '../../src/mips/simulator-mips.cc', 1199 '../../src/mips/simulator-mips.cc',
1201 '../../src/mips/simulator-mips.h', 1200 '../../src/mips/simulator-mips.h',
1202 '../../src/compiler/mips/code-generator-mips.cc', 1201 '../../src/compiler/mips/code-generator-mips.cc',
1203 '../../src/compiler/mips/instruction-codes-mips.h', 1202 '../../src/compiler/mips/instruction-codes-mips.h',
1204 '../../src/compiler/mips/instruction-selector-mips.cc', 1203 '../../src/compiler/mips/instruction-selector-mips.cc',
1205 '../../src/compiler/mips/linkage-mips.cc', 1204 '../../src/compiler/mips/linkage-mips.cc',
1206 '../../src/full-codegen/mips/full-codegen-mips.cc', 1205 '../../src/full-codegen/mips/full-codegen-mips.cc',
1206 '../../src/debug/mips/debug-mips.cc',
1207 '../../src/ic/mips/access-compiler-mips.cc', 1207 '../../src/ic/mips/access-compiler-mips.cc',
1208 '../../src/ic/mips/handler-compiler-mips.cc', 1208 '../../src/ic/mips/handler-compiler-mips.cc',
1209 '../../src/ic/mips/ic-mips.cc', 1209 '../../src/ic/mips/ic-mips.cc',
1210 '../../src/ic/mips/ic-compiler-mips.cc', 1210 '../../src/ic/mips/ic-compiler-mips.cc',
1211 '../../src/ic/mips/stub-cache-mips.cc', 1211 '../../src/ic/mips/stub-cache-mips.cc',
1212 ], 1212 ],
1213 }], 1213 }],
1214 ['v8_target_arch=="mips64el"', { 1214 ['v8_target_arch=="mips64el"', {
1215 'sources': [ ### gcmole(arch:mips64el) ### 1215 'sources': [ ### gcmole(arch:mips64el) ###
1216 '../../src/mips64/assembler-mips64.cc', 1216 '../../src/mips64/assembler-mips64.cc',
1217 '../../src/mips64/assembler-mips64.h', 1217 '../../src/mips64/assembler-mips64.h',
1218 '../../src/mips64/assembler-mips64-inl.h', 1218 '../../src/mips64/assembler-mips64-inl.h',
1219 '../../src/mips64/builtins-mips64.cc', 1219 '../../src/mips64/builtins-mips64.cc',
1220 '../../src/mips64/codegen-mips64.cc', 1220 '../../src/mips64/codegen-mips64.cc',
1221 '../../src/mips64/codegen-mips64.h', 1221 '../../src/mips64/codegen-mips64.h',
1222 '../../src/mips64/code-stubs-mips64.cc', 1222 '../../src/mips64/code-stubs-mips64.cc',
1223 '../../src/mips64/code-stubs-mips64.h', 1223 '../../src/mips64/code-stubs-mips64.h',
1224 '../../src/mips64/constants-mips64.cc', 1224 '../../src/mips64/constants-mips64.cc',
1225 '../../src/mips64/constants-mips64.h', 1225 '../../src/mips64/constants-mips64.h',
1226 '../../src/mips64/cpu-mips64.cc', 1226 '../../src/mips64/cpu-mips64.cc',
1227 '../../src/mips64/debug-mips64.cc',
1228 '../../src/mips64/deoptimizer-mips64.cc', 1227 '../../src/mips64/deoptimizer-mips64.cc',
1229 '../../src/mips64/disasm-mips64.cc', 1228 '../../src/mips64/disasm-mips64.cc',
1230 '../../src/mips64/frames-mips64.cc', 1229 '../../src/mips64/frames-mips64.cc',
1231 '../../src/mips64/frames-mips64.h', 1230 '../../src/mips64/frames-mips64.h',
1232 '../../src/mips64/interface-descriptors-mips64.cc', 1231 '../../src/mips64/interface-descriptors-mips64.cc',
1233 '../../src/mips64/lithium-codegen-mips64.cc', 1232 '../../src/mips64/lithium-codegen-mips64.cc',
1234 '../../src/mips64/lithium-codegen-mips64.h', 1233 '../../src/mips64/lithium-codegen-mips64.h',
1235 '../../src/mips64/lithium-gap-resolver-mips64.cc', 1234 '../../src/mips64/lithium-gap-resolver-mips64.cc',
1236 '../../src/mips64/lithium-gap-resolver-mips64.h', 1235 '../../src/mips64/lithium-gap-resolver-mips64.h',
1237 '../../src/mips64/lithium-mips64.cc', 1236 '../../src/mips64/lithium-mips64.cc',
1238 '../../src/mips64/lithium-mips64.h', 1237 '../../src/mips64/lithium-mips64.h',
1239 '../../src/mips64/macro-assembler-mips64.cc', 1238 '../../src/mips64/macro-assembler-mips64.cc',
1240 '../../src/mips64/macro-assembler-mips64.h', 1239 '../../src/mips64/macro-assembler-mips64.h',
1241 '../../src/mips64/regexp-macro-assembler-mips64.cc', 1240 '../../src/mips64/regexp-macro-assembler-mips64.cc',
1242 '../../src/mips64/regexp-macro-assembler-mips64.h', 1241 '../../src/mips64/regexp-macro-assembler-mips64.h',
1243 '../../src/mips64/simulator-mips64.cc', 1242 '../../src/mips64/simulator-mips64.cc',
1244 '../../src/mips64/simulator-mips64.h', 1243 '../../src/mips64/simulator-mips64.h',
1245 '../../src/compiler/mips64/code-generator-mips64.cc', 1244 '../../src/compiler/mips64/code-generator-mips64.cc',
1246 '../../src/compiler/mips64/instruction-codes-mips64.h', 1245 '../../src/compiler/mips64/instruction-codes-mips64.h',
1247 '../../src/compiler/mips64/instruction-selector-mips64.cc', 1246 '../../src/compiler/mips64/instruction-selector-mips64.cc',
1248 '../../src/compiler/mips64/linkage-mips64.cc', 1247 '../../src/compiler/mips64/linkage-mips64.cc',
1248 '../../src/debug/mips64/debug-mips64.cc',
1249 '../../src/full-codegen/mips64/full-codegen-mips64.cc', 1249 '../../src/full-codegen/mips64/full-codegen-mips64.cc',
1250 '../../src/ic/mips64/access-compiler-mips64.cc', 1250 '../../src/ic/mips64/access-compiler-mips64.cc',
1251 '../../src/ic/mips64/handler-compiler-mips64.cc', 1251 '../../src/ic/mips64/handler-compiler-mips64.cc',
1252 '../../src/ic/mips64/ic-mips64.cc', 1252 '../../src/ic/mips64/ic-mips64.cc',
1253 '../../src/ic/mips64/ic-compiler-mips64.cc', 1253 '../../src/ic/mips64/ic-compiler-mips64.cc',
1254 '../../src/ic/mips64/stub-cache-mips64.cc', 1254 '../../src/ic/mips64/stub-cache-mips64.cc',
1255 ], 1255 ],
1256 }], 1256 }],
1257 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 1257 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
1258 'sources': [ ### gcmole(arch:x64) ### 1258 'sources': [ ### gcmole(arch:x64) ###
1259 '../../src/x64/assembler-x64-inl.h', 1259 '../../src/x64/assembler-x64-inl.h',
1260 '../../src/x64/assembler-x64.cc', 1260 '../../src/x64/assembler-x64.cc',
1261 '../../src/x64/assembler-x64.h', 1261 '../../src/x64/assembler-x64.h',
1262 '../../src/x64/builtins-x64.cc', 1262 '../../src/x64/builtins-x64.cc',
1263 '../../src/x64/code-stubs-x64.cc', 1263 '../../src/x64/code-stubs-x64.cc',
1264 '../../src/x64/code-stubs-x64.h', 1264 '../../src/x64/code-stubs-x64.h',
1265 '../../src/x64/codegen-x64.cc', 1265 '../../src/x64/codegen-x64.cc',
1266 '../../src/x64/codegen-x64.h', 1266 '../../src/x64/codegen-x64.h',
1267 '../../src/x64/cpu-x64.cc', 1267 '../../src/x64/cpu-x64.cc',
1268 '../../src/x64/debug-x64.cc',
1269 '../../src/x64/deoptimizer-x64.cc', 1268 '../../src/x64/deoptimizer-x64.cc',
1270 '../../src/x64/disasm-x64.cc', 1269 '../../src/x64/disasm-x64.cc',
1271 '../../src/x64/frames-x64.cc', 1270 '../../src/x64/frames-x64.cc',
1272 '../../src/x64/frames-x64.h', 1271 '../../src/x64/frames-x64.h',
1273 '../../src/x64/interface-descriptors-x64.cc', 1272 '../../src/x64/interface-descriptors-x64.cc',
1274 '../../src/x64/lithium-codegen-x64.cc', 1273 '../../src/x64/lithium-codegen-x64.cc',
1275 '../../src/x64/lithium-codegen-x64.h', 1274 '../../src/x64/lithium-codegen-x64.h',
1276 '../../src/x64/lithium-gap-resolver-x64.cc', 1275 '../../src/x64/lithium-gap-resolver-x64.cc',
1277 '../../src/x64/lithium-gap-resolver-x64.h', 1276 '../../src/x64/lithium-gap-resolver-x64.h',
1278 '../../src/x64/lithium-x64.cc', 1277 '../../src/x64/lithium-x64.cc',
1279 '../../src/x64/lithium-x64.h', 1278 '../../src/x64/lithium-x64.h',
1280 '../../src/x64/macro-assembler-x64.cc', 1279 '../../src/x64/macro-assembler-x64.cc',
1281 '../../src/x64/macro-assembler-x64.h', 1280 '../../src/x64/macro-assembler-x64.h',
1282 '../../src/x64/regexp-macro-assembler-x64.cc', 1281 '../../src/x64/regexp-macro-assembler-x64.cc',
1283 '../../src/x64/regexp-macro-assembler-x64.h', 1282 '../../src/x64/regexp-macro-assembler-x64.h',
1283 '../../src/debug/x64/debug-x64.cc',
1284 '../../src/full-codegen/x64/full-codegen-x64.cc', 1284 '../../src/full-codegen/x64/full-codegen-x64.cc',
1285 '../../src/ic/x64/access-compiler-x64.cc', 1285 '../../src/ic/x64/access-compiler-x64.cc',
1286 '../../src/ic/x64/handler-compiler-x64.cc', 1286 '../../src/ic/x64/handler-compiler-x64.cc',
1287 '../../src/ic/x64/ic-x64.cc', 1287 '../../src/ic/x64/ic-x64.cc',
1288 '../../src/ic/x64/ic-compiler-x64.cc', 1288 '../../src/ic/x64/ic-compiler-x64.cc',
1289 '../../src/ic/x64/stub-cache-x64.cc', 1289 '../../src/ic/x64/stub-cache-x64.cc',
1290 ], 1290 ],
1291 }], 1291 }],
1292 ['v8_target_arch=="x64"', { 1292 ['v8_target_arch=="x64"', {
1293 'sources': [ 1293 'sources': [
1294 '../../src/compiler/x64/code-generator-x64.cc', 1294 '../../src/compiler/x64/code-generator-x64.cc',
1295 '../../src/compiler/x64/instruction-codes-x64.h', 1295 '../../src/compiler/x64/instruction-codes-x64.h',
1296 '../../src/compiler/x64/instruction-selector-x64.cc', 1296 '../../src/compiler/x64/instruction-selector-x64.cc',
1297 '../../src/compiler/x64/linkage-x64.cc', 1297 '../../src/compiler/x64/linkage-x64.cc',
1298 ], 1298 ],
1299 }], 1299 }],
1300 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1300 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1301 'sources': [ ### gcmole(arch:ppc) ### 1301 'sources': [ ### gcmole(arch:ppc) ###
1302 '../../src/ppc/assembler-ppc-inl.h', 1302 '../../src/ppc/assembler-ppc-inl.h',
1303 '../../src/ppc/assembler-ppc.cc', 1303 '../../src/ppc/assembler-ppc.cc',
1304 '../../src/ppc/assembler-ppc.h', 1304 '../../src/ppc/assembler-ppc.h',
1305 '../../src/ppc/builtins-ppc.cc', 1305 '../../src/ppc/builtins-ppc.cc',
1306 '../../src/ppc/code-stubs-ppc.cc', 1306 '../../src/ppc/code-stubs-ppc.cc',
1307 '../../src/ppc/code-stubs-ppc.h', 1307 '../../src/ppc/code-stubs-ppc.h',
1308 '../../src/ppc/codegen-ppc.cc', 1308 '../../src/ppc/codegen-ppc.cc',
1309 '../../src/ppc/codegen-ppc.h', 1309 '../../src/ppc/codegen-ppc.h',
1310 '../../src/ppc/constants-ppc.h', 1310 '../../src/ppc/constants-ppc.h',
1311 '../../src/ppc/constants-ppc.cc', 1311 '../../src/ppc/constants-ppc.cc',
1312 '../../src/ppc/cpu-ppc.cc', 1312 '../../src/ppc/cpu-ppc.cc',
1313 '../../src/ppc/debug-ppc.cc',
1314 '../../src/ppc/deoptimizer-ppc.cc', 1313 '../../src/ppc/deoptimizer-ppc.cc',
1315 '../../src/ppc/disasm-ppc.cc', 1314 '../../src/ppc/disasm-ppc.cc',
1316 '../../src/ppc/frames-ppc.cc', 1315 '../../src/ppc/frames-ppc.cc',
1317 '../../src/ppc/frames-ppc.h', 1316 '../../src/ppc/frames-ppc.h',
1318 '../../src/ppc/interface-descriptors-ppc.cc', 1317 '../../src/ppc/interface-descriptors-ppc.cc',
1319 '../../src/ppc/interface-descriptors-ppc.h', 1318 '../../src/ppc/interface-descriptors-ppc.h',
1320 '../../src/ppc/lithium-ppc.cc', 1319 '../../src/ppc/lithium-ppc.cc',
1321 '../../src/ppc/lithium-ppc.h', 1320 '../../src/ppc/lithium-ppc.h',
1322 '../../src/ppc/lithium-codegen-ppc.cc', 1321 '../../src/ppc/lithium-codegen-ppc.cc',
1323 '../../src/ppc/lithium-codegen-ppc.h', 1322 '../../src/ppc/lithium-codegen-ppc.h',
1324 '../../src/ppc/lithium-gap-resolver-ppc.cc', 1323 '../../src/ppc/lithium-gap-resolver-ppc.cc',
1325 '../../src/ppc/lithium-gap-resolver-ppc.h', 1324 '../../src/ppc/lithium-gap-resolver-ppc.h',
1326 '../../src/ppc/macro-assembler-ppc.cc', 1325 '../../src/ppc/macro-assembler-ppc.cc',
1327 '../../src/ppc/macro-assembler-ppc.h', 1326 '../../src/ppc/macro-assembler-ppc.h',
1328 '../../src/ppc/regexp-macro-assembler-ppc.cc', 1327 '../../src/ppc/regexp-macro-assembler-ppc.cc',
1329 '../../src/ppc/regexp-macro-assembler-ppc.h', 1328 '../../src/ppc/regexp-macro-assembler-ppc.h',
1330 '../../src/ppc/simulator-ppc.cc', 1329 '../../src/ppc/simulator-ppc.cc',
1331 '../../src/ppc/simulator-ppc.h', 1330 '../../src/ppc/simulator-ppc.h',
1332 '../../src/compiler/ppc/code-generator-ppc.cc', 1331 '../../src/compiler/ppc/code-generator-ppc.cc',
1333 '../../src/compiler/ppc/instruction-codes-ppc.h', 1332 '../../src/compiler/ppc/instruction-codes-ppc.h',
1334 '../../src/compiler/ppc/instruction-selector-ppc.cc', 1333 '../../src/compiler/ppc/instruction-selector-ppc.cc',
1335 '../../src/compiler/ppc/linkage-ppc.cc', 1334 '../../src/compiler/ppc/linkage-ppc.cc',
1335 '../../src/debug/ppc/debug-ppc.cc',
1336 '../../src/full-codegen/ppc/full-codegen-ppc.cc', 1336 '../../src/full-codegen/ppc/full-codegen-ppc.cc',
1337 '../../src/ic/ppc/access-compiler-ppc.cc', 1337 '../../src/ic/ppc/access-compiler-ppc.cc',
1338 '../../src/ic/ppc/handler-compiler-ppc.cc', 1338 '../../src/ic/ppc/handler-compiler-ppc.cc',
1339 '../../src/ic/ppc/ic-ppc.cc', 1339 '../../src/ic/ppc/ic-ppc.cc',
1340 '../../src/ic/ppc/ic-compiler-ppc.cc', 1340 '../../src/ic/ppc/ic-compiler-ppc.cc',
1341 '../../src/ic/ppc/stub-cache-ppc.cc', 1341 '../../src/ic/ppc/stub-cache-ppc.cc',
1342 ], 1342 ],
1343 }], 1343 }],
1344 ['OS=="win"', { 1344 ['OS=="win"', {
1345 'variables': { 1345 'variables': {
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1784 '../../src/generator.js', 1784 '../../src/generator.js',
1785 '../../src/object-observe.js', 1785 '../../src/object-observe.js',
1786 '../../src/collection.js', 1786 '../../src/collection.js',
1787 '../../src/weak-collection.js', 1787 '../../src/weak-collection.js',
1788 '../../src/collection-iterator.js', 1788 '../../src/collection-iterator.js',
1789 '../../src/promise.js', 1789 '../../src/promise.js',
1790 '../../src/messages.js', 1790 '../../src/messages.js',
1791 '../../src/json.js', 1791 '../../src/json.js',
1792 '../../src/array-iterator.js', 1792 '../../src/array-iterator.js',
1793 '../../src/string-iterator.js', 1793 '../../src/string-iterator.js',
1794 '../../src/debug-debugger.js',
1795 '../../src/mirror-debugger.js',
1796 '../../src/liveedit-debugger.js',
1797 '../../src/templates.js', 1794 '../../src/templates.js',
1798 '../../src/harmony-array.js', 1795 '../../src/harmony-array.js',
1799 '../../src/harmony-typedarray.js', 1796 '../../src/harmony-typedarray.js',
1797 '../../src/debug/debug.js',
1798 '../../src/debug/mirrors.js',
1799 '../../src/debug/liveedit.js',
1800 ], 1800 ],
1801 'experimental_library_files': [ 1801 'experimental_library_files': [
1802 '../../src/macros.py', 1802 '../../src/macros.py',
1803 '../../src/messages.h', 1803 '../../src/messages.h',
1804 '../../src/proxy.js', 1804 '../../src/proxy.js',
1805 '../../src/generator.js', 1805 '../../src/generator.js',
1806 '../../src/harmony-atomics.js', 1806 '../../src/harmony-atomics.js',
1807 '../../src/harmony-array-includes.js', 1807 '../../src/harmony-array-includes.js',
1808 '../../src/harmony-concat-spreadable.js', 1808 '../../src/harmony-concat-spreadable.js',
1809 '../../src/harmony-tostring.js', 1809 '../../src/harmony-tostring.js',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 }], 1976 }],
1977 ['want_separate_host_toolset==1', { 1977 ['want_separate_host_toolset==1', {
1978 'toolsets': ['host'], 1978 'toolsets': ['host'],
1979 }, { 1979 }, {
1980 'toolsets': ['target'], 1980 'toolsets': ['target'],
1981 }], 1981 }],
1982 ], 1982 ],
1983 }, 1983 },
1984 ], 1984 ],
1985 } 1985 }
OLDNEW
« no previous file with comments | « test/unittests/test-utils.cc ('k') | tools/js2c.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698