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

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

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 | « test/cctest/test-regexp.cc ('k') | no next file » | 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 '../../src/bignum-dtoa.cc', 414 '../../src/bignum-dtoa.cc',
415 '../../src/bignum-dtoa.h', 415 '../../src/bignum-dtoa.h',
416 '../../src/bignum.cc', 416 '../../src/bignum.cc',
417 '../../src/bignum.h', 417 '../../src/bignum.h',
418 '../../src/bit-vector.cc', 418 '../../src/bit-vector.cc',
419 '../../src/bit-vector.h', 419 '../../src/bit-vector.h',
420 '../../src/bootstrapper.cc', 420 '../../src/bootstrapper.cc',
421 '../../src/bootstrapper.h', 421 '../../src/bootstrapper.h',
422 '../../src/builtins.cc', 422 '../../src/builtins.cc',
423 '../../src/builtins.h', 423 '../../src/builtins.h',
424 '../../src/bytecodes-irregexp.h',
425 '../../src/cached-powers.cc', 424 '../../src/cached-powers.cc',
426 '../../src/cached-powers.h', 425 '../../src/cached-powers.h',
427 '../../src/cancelable-task.cc', 426 '../../src/cancelable-task.cc',
428 '../../src/cancelable-task.h', 427 '../../src/cancelable-task.h',
429 '../../src/char-predicates.cc', 428 '../../src/char-predicates.cc',
430 '../../src/char-predicates-inl.h', 429 '../../src/char-predicates-inl.h',
431 '../../src/char-predicates.h', 430 '../../src/char-predicates.h',
432 '../../src/checks.h', 431 '../../src/checks.h',
433 '../../src/circular-queue-inl.h', 432 '../../src/circular-queue-inl.h',
434 '../../src/circular-queue.h', 433 '../../src/circular-queue.h',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 '../../src/ic/handler-compiler.h', 790 '../../src/ic/handler-compiler.h',
792 '../../src/ic/ic-inl.h', 791 '../../src/ic/ic-inl.h',
793 '../../src/ic/ic-state.cc', 792 '../../src/ic/ic-state.cc',
794 '../../src/ic/ic-state.h', 793 '../../src/ic/ic-state.h',
795 '../../src/ic/ic.cc', 794 '../../src/ic/ic.cc',
796 '../../src/ic/ic.h', 795 '../../src/ic/ic.h',
797 '../../src/ic/ic-compiler.cc', 796 '../../src/ic/ic-compiler.cc',
798 '../../src/ic/ic-compiler.h', 797 '../../src/ic/ic-compiler.h',
799 '../../src/interface-descriptors.cc', 798 '../../src/interface-descriptors.cc',
800 '../../src/interface-descriptors.h', 799 '../../src/interface-descriptors.h',
801 '../../src/interpreter-irregexp.cc',
802 '../../src/interpreter-irregexp.h',
803 '../../src/interpreter/bytecodes.cc', 800 '../../src/interpreter/bytecodes.cc',
804 '../../src/interpreter/bytecodes.h', 801 '../../src/interpreter/bytecodes.h',
805 '../../src/interpreter/bytecode-array-builder.cc', 802 '../../src/interpreter/bytecode-array-builder.cc',
806 '../../src/interpreter/bytecode-array-builder.h', 803 '../../src/interpreter/bytecode-array-builder.h',
807 '../../src/interpreter/interpreter.cc', 804 '../../src/interpreter/interpreter.cc',
808 '../../src/interpreter/interpreter.h', 805 '../../src/interpreter/interpreter.h',
809 '../../src/isolate.cc', 806 '../../src/isolate.cc',
810 '../../src/isolate.h', 807 '../../src/isolate.h',
811 '../../src/json-parser.h', 808 '../../src/json-parser.h',
812 '../../src/json-stringifier.h', 809 '../../src/json-stringifier.h',
813 '../../src/jsregexp-inl.h',
814 '../../src/jsregexp.cc',
815 '../../src/jsregexp.h',
816 '../../src/layout-descriptor-inl.h', 810 '../../src/layout-descriptor-inl.h',
817 '../../src/layout-descriptor.cc', 811 '../../src/layout-descriptor.cc',
818 '../../src/layout-descriptor.h', 812 '../../src/layout-descriptor.h',
819 '../../src/list-inl.h', 813 '../../src/list-inl.h',
820 '../../src/list.h', 814 '../../src/list.h',
821 '../../src/lithium-allocator-inl.h', 815 '../../src/lithium-allocator-inl.h',
822 '../../src/lithium-allocator.cc', 816 '../../src/lithium-allocator.cc',
823 '../../src/lithium-allocator.h', 817 '../../src/lithium-allocator.h',
824 '../../src/lithium-codegen.cc', 818 '../../src/lithium-codegen.cc',
825 '../../src/lithium-codegen.h', 819 '../../src/lithium-codegen.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 '../../src/preparser.h', 855 '../../src/preparser.h',
862 '../../src/prettyprinter.cc', 856 '../../src/prettyprinter.cc',
863 '../../src/prettyprinter.h', 857 '../../src/prettyprinter.h',
864 '../../src/profile-generator-inl.h', 858 '../../src/profile-generator-inl.h',
865 '../../src/profile-generator.cc', 859 '../../src/profile-generator.cc',
866 '../../src/profile-generator.h', 860 '../../src/profile-generator.h',
867 '../../src/property-details.h', 861 '../../src/property-details.h',
868 '../../src/property.cc', 862 '../../src/property.cc',
869 '../../src/property.h', 863 '../../src/property.h',
870 '../../src/prototype.h', 864 '../../src/prototype.h',
871 '../../src/regexp-macro-assembler-irregexp-inl.h', 865 '../../src/regexp/bytecodes-irregexp.h',
872 '../../src/regexp-macro-assembler-irregexp.cc', 866 '../../src/regexp/interpreter-irregexp.cc',
873 '../../src/regexp-macro-assembler-irregexp.h', 867 '../../src/regexp/interpreter-irregexp.h',
874 '../../src/regexp-macro-assembler-tracer.cc', 868 '../../src/regexp/jsregexp-inl.h',
875 '../../src/regexp-macro-assembler-tracer.h', 869 '../../src/regexp/jsregexp.cc',
876 '../../src/regexp-macro-assembler.cc', 870 '../../src/regexp/jsregexp.h',
877 '../../src/regexp-macro-assembler.h', 871 '../../src/regexp/regexp-macro-assembler-irregexp-inl.h',
878 '../../src/regexp-stack.cc', 872 '../../src/regexp/regexp-macro-assembler-irregexp.cc',
879 '../../src/regexp-stack.h', 873 '../../src/regexp/regexp-macro-assembler-irregexp.h',
874 '../../src/regexp/regexp-macro-assembler-tracer.cc',
875 '../../src/regexp/regexp-macro-assembler-tracer.h',
876 '../../src/regexp/regexp-macro-assembler.cc',
877 '../../src/regexp/regexp-macro-assembler.h',
878 '../../src/regexp/regexp-stack.cc',
879 '../../src/regexp/regexp-stack.h',
880 '../../src/rewriter.cc', 880 '../../src/rewriter.cc',
881 '../../src/rewriter.h', 881 '../../src/rewriter.h',
882 '../../src/runtime-profiler.cc', 882 '../../src/runtime-profiler.cc',
883 '../../src/runtime-profiler.h', 883 '../../src/runtime-profiler.h',
884 '../../src/runtime/runtime-array.cc', 884 '../../src/runtime/runtime-array.cc',
885 '../../src/runtime/runtime-atomics.cc', 885 '../../src/runtime/runtime-atomics.cc',
886 '../../src/runtime/runtime-classes.cc', 886 '../../src/runtime/runtime-classes.cc',
887 '../../src/runtime/runtime-collections.cc', 887 '../../src/runtime/runtime-collections.cc',
888 '../../src/runtime/runtime-compiler.cc', 888 '../../src/runtime/runtime-compiler.cc',
889 '../../src/runtime/runtime-date.cc', 889 '../../src/runtime/runtime-date.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 '../../src/arm/interface-descriptors-arm.cc', 1019 '../../src/arm/interface-descriptors-arm.cc',
1020 '../../src/arm/interface-descriptors-arm.h', 1020 '../../src/arm/interface-descriptors-arm.h',
1021 '../../src/arm/lithium-arm.cc', 1021 '../../src/arm/lithium-arm.cc',
1022 '../../src/arm/lithium-arm.h', 1022 '../../src/arm/lithium-arm.h',
1023 '../../src/arm/lithium-codegen-arm.cc', 1023 '../../src/arm/lithium-codegen-arm.cc',
1024 '../../src/arm/lithium-codegen-arm.h', 1024 '../../src/arm/lithium-codegen-arm.h',
1025 '../../src/arm/lithium-gap-resolver-arm.cc', 1025 '../../src/arm/lithium-gap-resolver-arm.cc',
1026 '../../src/arm/lithium-gap-resolver-arm.h', 1026 '../../src/arm/lithium-gap-resolver-arm.h',
1027 '../../src/arm/macro-assembler-arm.cc', 1027 '../../src/arm/macro-assembler-arm.cc',
1028 '../../src/arm/macro-assembler-arm.h', 1028 '../../src/arm/macro-assembler-arm.h',
1029 '../../src/arm/regexp-macro-assembler-arm.cc',
1030 '../../src/arm/regexp-macro-assembler-arm.h',
1031 '../../src/arm/simulator-arm.cc', 1029 '../../src/arm/simulator-arm.cc',
1032 '../../src/arm/simulator-arm.h', 1030 '../../src/arm/simulator-arm.h',
1033 '../../src/compiler/arm/code-generator-arm.cc', 1031 '../../src/compiler/arm/code-generator-arm.cc',
1034 '../../src/compiler/arm/instruction-codes-arm.h', 1032 '../../src/compiler/arm/instruction-codes-arm.h',
1035 '../../src/compiler/arm/instruction-selector-arm.cc', 1033 '../../src/compiler/arm/instruction-selector-arm.cc',
1036 '../../src/debug/arm/debug-arm.cc', 1034 '../../src/debug/arm/debug-arm.cc',
1037 '../../src/full-codegen/arm/full-codegen-arm.cc', 1035 '../../src/full-codegen/arm/full-codegen-arm.cc',
1038 '../../src/ic/arm/access-compiler-arm.cc', 1036 '../../src/ic/arm/access-compiler-arm.cc',
1039 '../../src/ic/arm/handler-compiler-arm.cc', 1037 '../../src/ic/arm/handler-compiler-arm.cc',
1040 '../../src/ic/arm/ic-arm.cc', 1038 '../../src/ic/arm/ic-arm.cc',
1041 '../../src/ic/arm/ic-compiler-arm.cc', 1039 '../../src/ic/arm/ic-compiler-arm.cc',
1042 '../../src/ic/arm/stub-cache-arm.cc', 1040 '../../src/ic/arm/stub-cache-arm.cc',
1041 '../../src/regexp/arm/regexp-macro-assembler-arm.cc',
1042 '../../src/regexp/arm/regexp-macro-assembler-arm.h',
1043 ], 1043 ],
1044 }], 1044 }],
1045 ['v8_target_arch=="arm64"', { 1045 ['v8_target_arch=="arm64"', {
1046 'sources': [ ### gcmole(arch:arm64) ### 1046 'sources': [ ### gcmole(arch:arm64) ###
1047 '../../src/arm64/assembler-arm64.cc', 1047 '../../src/arm64/assembler-arm64.cc',
1048 '../../src/arm64/assembler-arm64.h', 1048 '../../src/arm64/assembler-arm64.h',
1049 '../../src/arm64/assembler-arm64-inl.h', 1049 '../../src/arm64/assembler-arm64-inl.h',
1050 '../../src/arm64/builtins-arm64.cc', 1050 '../../src/arm64/builtins-arm64.cc',
1051 '../../src/arm64/codegen-arm64.cc', 1051 '../../src/arm64/codegen-arm64.cc',
1052 '../../src/arm64/codegen-arm64.h', 1052 '../../src/arm64/codegen-arm64.h',
(...skipping 20 matching lines...) Expand all
1073 '../../src/arm64/interface-descriptors-arm64.h', 1073 '../../src/arm64/interface-descriptors-arm64.h',
1074 '../../src/arm64/lithium-arm64.cc', 1074 '../../src/arm64/lithium-arm64.cc',
1075 '../../src/arm64/lithium-arm64.h', 1075 '../../src/arm64/lithium-arm64.h',
1076 '../../src/arm64/lithium-codegen-arm64.cc', 1076 '../../src/arm64/lithium-codegen-arm64.cc',
1077 '../../src/arm64/lithium-codegen-arm64.h', 1077 '../../src/arm64/lithium-codegen-arm64.h',
1078 '../../src/arm64/lithium-gap-resolver-arm64.cc', 1078 '../../src/arm64/lithium-gap-resolver-arm64.cc',
1079 '../../src/arm64/lithium-gap-resolver-arm64.h', 1079 '../../src/arm64/lithium-gap-resolver-arm64.h',
1080 '../../src/arm64/macro-assembler-arm64.cc', 1080 '../../src/arm64/macro-assembler-arm64.cc',
1081 '../../src/arm64/macro-assembler-arm64.h', 1081 '../../src/arm64/macro-assembler-arm64.h',
1082 '../../src/arm64/macro-assembler-arm64-inl.h', 1082 '../../src/arm64/macro-assembler-arm64-inl.h',
1083 '../../src/arm64/regexp-macro-assembler-arm64.cc',
1084 '../../src/arm64/regexp-macro-assembler-arm64.h',
1085 '../../src/arm64/simulator-arm64.cc', 1083 '../../src/arm64/simulator-arm64.cc',
1086 '../../src/arm64/simulator-arm64.h', 1084 '../../src/arm64/simulator-arm64.h',
1087 '../../src/arm64/utils-arm64.cc', 1085 '../../src/arm64/utils-arm64.cc',
1088 '../../src/arm64/utils-arm64.h', 1086 '../../src/arm64/utils-arm64.h',
1089 '../../src/compiler/arm64/code-generator-arm64.cc', 1087 '../../src/compiler/arm64/code-generator-arm64.cc',
1090 '../../src/compiler/arm64/instruction-codes-arm64.h', 1088 '../../src/compiler/arm64/instruction-codes-arm64.h',
1091 '../../src/compiler/arm64/instruction-selector-arm64.cc', 1089 '../../src/compiler/arm64/instruction-selector-arm64.cc',
1092 '../../src/debug/arm64/debug-arm64.cc', 1090 '../../src/debug/arm64/debug-arm64.cc',
1093 '../../src/full-codegen/arm64/full-codegen-arm64.cc', 1091 '../../src/full-codegen/arm64/full-codegen-arm64.cc',
1094 '../../src/ic/arm64/access-compiler-arm64.cc', 1092 '../../src/ic/arm64/access-compiler-arm64.cc',
1095 '../../src/ic/arm64/handler-compiler-arm64.cc', 1093 '../../src/ic/arm64/handler-compiler-arm64.cc',
1096 '../../src/ic/arm64/ic-arm64.cc', 1094 '../../src/ic/arm64/ic-arm64.cc',
1097 '../../src/ic/arm64/ic-compiler-arm64.cc', 1095 '../../src/ic/arm64/ic-compiler-arm64.cc',
1098 '../../src/ic/arm64/stub-cache-arm64.cc', 1096 '../../src/ic/arm64/stub-cache-arm64.cc',
1097 '../../src/regexp/arm64/regexp-macro-assembler-arm64.cc',
1098 '../../src/regexp/arm64/regexp-macro-assembler-arm64.h',
1099 ], 1099 ],
1100 }], 1100 }],
1101 ['v8_target_arch=="ia32"', { 1101 ['v8_target_arch=="ia32"', {
1102 'sources': [ ### gcmole(arch:ia32) ### 1102 'sources': [ ### gcmole(arch:ia32) ###
1103 '../../src/ia32/assembler-ia32-inl.h', 1103 '../../src/ia32/assembler-ia32-inl.h',
1104 '../../src/ia32/assembler-ia32.cc', 1104 '../../src/ia32/assembler-ia32.cc',
1105 '../../src/ia32/assembler-ia32.h', 1105 '../../src/ia32/assembler-ia32.h',
1106 '../../src/ia32/builtins-ia32.cc', 1106 '../../src/ia32/builtins-ia32.cc',
1107 '../../src/ia32/code-stubs-ia32.cc', 1107 '../../src/ia32/code-stubs-ia32.cc',
1108 '../../src/ia32/code-stubs-ia32.h', 1108 '../../src/ia32/code-stubs-ia32.h',
1109 '../../src/ia32/codegen-ia32.cc', 1109 '../../src/ia32/codegen-ia32.cc',
1110 '../../src/ia32/codegen-ia32.h', 1110 '../../src/ia32/codegen-ia32.h',
1111 '../../src/ia32/cpu-ia32.cc', 1111 '../../src/ia32/cpu-ia32.cc',
1112 '../../src/ia32/deoptimizer-ia32.cc', 1112 '../../src/ia32/deoptimizer-ia32.cc',
1113 '../../src/ia32/disasm-ia32.cc', 1113 '../../src/ia32/disasm-ia32.cc',
1114 '../../src/ia32/frames-ia32.cc', 1114 '../../src/ia32/frames-ia32.cc',
1115 '../../src/ia32/frames-ia32.h', 1115 '../../src/ia32/frames-ia32.h',
1116 '../../src/ia32/interface-descriptors-ia32.cc', 1116 '../../src/ia32/interface-descriptors-ia32.cc',
1117 '../../src/ia32/lithium-codegen-ia32.cc', 1117 '../../src/ia32/lithium-codegen-ia32.cc',
1118 '../../src/ia32/lithium-codegen-ia32.h', 1118 '../../src/ia32/lithium-codegen-ia32.h',
1119 '../../src/ia32/lithium-gap-resolver-ia32.cc', 1119 '../../src/ia32/lithium-gap-resolver-ia32.cc',
1120 '../../src/ia32/lithium-gap-resolver-ia32.h', 1120 '../../src/ia32/lithium-gap-resolver-ia32.h',
1121 '../../src/ia32/lithium-ia32.cc', 1121 '../../src/ia32/lithium-ia32.cc',
1122 '../../src/ia32/lithium-ia32.h', 1122 '../../src/ia32/lithium-ia32.h',
1123 '../../src/ia32/macro-assembler-ia32.cc', 1123 '../../src/ia32/macro-assembler-ia32.cc',
1124 '../../src/ia32/macro-assembler-ia32.h', 1124 '../../src/ia32/macro-assembler-ia32.h',
1125 '../../src/ia32/regexp-macro-assembler-ia32.cc',
1126 '../../src/ia32/regexp-macro-assembler-ia32.h',
1127 '../../src/compiler/ia32/code-generator-ia32.cc', 1125 '../../src/compiler/ia32/code-generator-ia32.cc',
1128 '../../src/compiler/ia32/instruction-codes-ia32.h', 1126 '../../src/compiler/ia32/instruction-codes-ia32.h',
1129 '../../src/compiler/ia32/instruction-selector-ia32.cc', 1127 '../../src/compiler/ia32/instruction-selector-ia32.cc',
1130 '../../src/debug/ia32/debug-ia32.cc', 1128 '../../src/debug/ia32/debug-ia32.cc',
1131 '../../src/full-codegen/ia32/full-codegen-ia32.cc', 1129 '../../src/full-codegen/ia32/full-codegen-ia32.cc',
1132 '../../src/ic/ia32/access-compiler-ia32.cc', 1130 '../../src/ic/ia32/access-compiler-ia32.cc',
1133 '../../src/ic/ia32/handler-compiler-ia32.cc', 1131 '../../src/ic/ia32/handler-compiler-ia32.cc',
1134 '../../src/ic/ia32/ic-ia32.cc', 1132 '../../src/ic/ia32/ic-ia32.cc',
1135 '../../src/ic/ia32/ic-compiler-ia32.cc', 1133 '../../src/ic/ia32/ic-compiler-ia32.cc',
1136 '../../src/ic/ia32/stub-cache-ia32.cc', 1134 '../../src/ic/ia32/stub-cache-ia32.cc',
1135 '../../src/regexp/ia32/regexp-macro-assembler-ia32.cc',
1136 '../../src/regexp/ia32/regexp-macro-assembler-ia32.h',
1137 ], 1137 ],
1138 }], 1138 }],
1139 ['v8_target_arch=="x87"', { 1139 ['v8_target_arch=="x87"', {
1140 'sources': [ ### gcmole(arch:x87) ### 1140 'sources': [ ### gcmole(arch:x87) ###
1141 '../../src/x87/assembler-x87-inl.h', 1141 '../../src/x87/assembler-x87-inl.h',
1142 '../../src/x87/assembler-x87.cc', 1142 '../../src/x87/assembler-x87.cc',
1143 '../../src/x87/assembler-x87.h', 1143 '../../src/x87/assembler-x87.h',
1144 '../../src/x87/builtins-x87.cc', 1144 '../../src/x87/builtins-x87.cc',
1145 '../../src/x87/code-stubs-x87.cc', 1145 '../../src/x87/code-stubs-x87.cc',
1146 '../../src/x87/code-stubs-x87.h', 1146 '../../src/x87/code-stubs-x87.h',
1147 '../../src/x87/codegen-x87.cc', 1147 '../../src/x87/codegen-x87.cc',
1148 '../../src/x87/codegen-x87.h', 1148 '../../src/x87/codegen-x87.h',
1149 '../../src/x87/cpu-x87.cc', 1149 '../../src/x87/cpu-x87.cc',
1150 '../../src/x87/deoptimizer-x87.cc', 1150 '../../src/x87/deoptimizer-x87.cc',
1151 '../../src/x87/disasm-x87.cc', 1151 '../../src/x87/disasm-x87.cc',
1152 '../../src/x87/frames-x87.cc', 1152 '../../src/x87/frames-x87.cc',
1153 '../../src/x87/frames-x87.h', 1153 '../../src/x87/frames-x87.h',
1154 '../../src/x87/interface-descriptors-x87.cc', 1154 '../../src/x87/interface-descriptors-x87.cc',
1155 '../../src/x87/lithium-codegen-x87.cc', 1155 '../../src/x87/lithium-codegen-x87.cc',
1156 '../../src/x87/lithium-codegen-x87.h', 1156 '../../src/x87/lithium-codegen-x87.h',
1157 '../../src/x87/lithium-gap-resolver-x87.cc', 1157 '../../src/x87/lithium-gap-resolver-x87.cc',
1158 '../../src/x87/lithium-gap-resolver-x87.h', 1158 '../../src/x87/lithium-gap-resolver-x87.h',
1159 '../../src/x87/lithium-x87.cc', 1159 '../../src/x87/lithium-x87.cc',
1160 '../../src/x87/lithium-x87.h', 1160 '../../src/x87/lithium-x87.h',
1161 '../../src/x87/macro-assembler-x87.cc', 1161 '../../src/x87/macro-assembler-x87.cc',
1162 '../../src/x87/macro-assembler-x87.h', 1162 '../../src/x87/macro-assembler-x87.h',
1163 '../../src/x87/regexp-macro-assembler-x87.cc',
1164 '../../src/x87/regexp-macro-assembler-x87.h',
1165 '../../src/compiler/x87/code-generator-x87.cc', 1163 '../../src/compiler/x87/code-generator-x87.cc',
1166 '../../src/compiler/x87/instruction-codes-x87.h', 1164 '../../src/compiler/x87/instruction-codes-x87.h',
1167 '../../src/compiler/x87/instruction-selector-x87.cc', 1165 '../../src/compiler/x87/instruction-selector-x87.cc',
1168 '../../src/debug/x87/debug-x87.cc', 1166 '../../src/debug/x87/debug-x87.cc',
1169 '../../src/full-codegen/x87/full-codegen-x87.cc', 1167 '../../src/full-codegen/x87/full-codegen-x87.cc',
1170 '../../src/ic/x87/access-compiler-x87.cc', 1168 '../../src/ic/x87/access-compiler-x87.cc',
1171 '../../src/ic/x87/handler-compiler-x87.cc', 1169 '../../src/ic/x87/handler-compiler-x87.cc',
1172 '../../src/ic/x87/ic-x87.cc', 1170 '../../src/ic/x87/ic-x87.cc',
1173 '../../src/ic/x87/ic-compiler-x87.cc', 1171 '../../src/ic/x87/ic-compiler-x87.cc',
1174 '../../src/ic/x87/stub-cache-x87.cc', 1172 '../../src/ic/x87/stub-cache-x87.cc',
1173 '../../src/regexp/x87/regexp-macro-assembler-x87.cc',
1174 '../../src/regexp/x87/regexp-macro-assembler-x87.h',
1175 ], 1175 ],
1176 }], 1176 }],
1177 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { 1177 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
1178 'sources': [ ### gcmole(arch:mipsel) ### 1178 'sources': [ ### gcmole(arch:mipsel) ###
1179 '../../src/mips/assembler-mips.cc', 1179 '../../src/mips/assembler-mips.cc',
1180 '../../src/mips/assembler-mips.h', 1180 '../../src/mips/assembler-mips.h',
1181 '../../src/mips/assembler-mips-inl.h', 1181 '../../src/mips/assembler-mips-inl.h',
1182 '../../src/mips/builtins-mips.cc', 1182 '../../src/mips/builtins-mips.cc',
1183 '../../src/mips/codegen-mips.cc', 1183 '../../src/mips/codegen-mips.cc',
1184 '../../src/mips/codegen-mips.h', 1184 '../../src/mips/codegen-mips.h',
1185 '../../src/mips/code-stubs-mips.cc', 1185 '../../src/mips/code-stubs-mips.cc',
1186 '../../src/mips/code-stubs-mips.h', 1186 '../../src/mips/code-stubs-mips.h',
1187 '../../src/mips/constants-mips.cc', 1187 '../../src/mips/constants-mips.cc',
1188 '../../src/mips/constants-mips.h', 1188 '../../src/mips/constants-mips.h',
1189 '../../src/mips/cpu-mips.cc', 1189 '../../src/mips/cpu-mips.cc',
1190 '../../src/mips/deoptimizer-mips.cc', 1190 '../../src/mips/deoptimizer-mips.cc',
1191 '../../src/mips/disasm-mips.cc', 1191 '../../src/mips/disasm-mips.cc',
1192 '../../src/mips/frames-mips.cc', 1192 '../../src/mips/frames-mips.cc',
1193 '../../src/mips/frames-mips.h', 1193 '../../src/mips/frames-mips.h',
1194 '../../src/mips/interface-descriptors-mips.cc', 1194 '../../src/mips/interface-descriptors-mips.cc',
1195 '../../src/mips/lithium-codegen-mips.cc', 1195 '../../src/mips/lithium-codegen-mips.cc',
1196 '../../src/mips/lithium-codegen-mips.h', 1196 '../../src/mips/lithium-codegen-mips.h',
1197 '../../src/mips/lithium-gap-resolver-mips.cc', 1197 '../../src/mips/lithium-gap-resolver-mips.cc',
1198 '../../src/mips/lithium-gap-resolver-mips.h', 1198 '../../src/mips/lithium-gap-resolver-mips.h',
1199 '../../src/mips/lithium-mips.cc', 1199 '../../src/mips/lithium-mips.cc',
1200 '../../src/mips/lithium-mips.h', 1200 '../../src/mips/lithium-mips.h',
1201 '../../src/mips/macro-assembler-mips.cc', 1201 '../../src/mips/macro-assembler-mips.cc',
1202 '../../src/mips/macro-assembler-mips.h', 1202 '../../src/mips/macro-assembler-mips.h',
1203 '../../src/mips/regexp-macro-assembler-mips.cc',
1204 '../../src/mips/regexp-macro-assembler-mips.h',
1205 '../../src/mips/simulator-mips.cc', 1203 '../../src/mips/simulator-mips.cc',
1206 '../../src/mips/simulator-mips.h', 1204 '../../src/mips/simulator-mips.h',
1207 '../../src/compiler/mips/code-generator-mips.cc', 1205 '../../src/compiler/mips/code-generator-mips.cc',
1208 '../../src/compiler/mips/instruction-codes-mips.h', 1206 '../../src/compiler/mips/instruction-codes-mips.h',
1209 '../../src/compiler/mips/instruction-selector-mips.cc', 1207 '../../src/compiler/mips/instruction-selector-mips.cc',
1210 '../../src/full-codegen/mips/full-codegen-mips.cc', 1208 '../../src/full-codegen/mips/full-codegen-mips.cc',
1211 '../../src/debug/mips/debug-mips.cc', 1209 '../../src/debug/mips/debug-mips.cc',
1212 '../../src/ic/mips/access-compiler-mips.cc', 1210 '../../src/ic/mips/access-compiler-mips.cc',
1213 '../../src/ic/mips/handler-compiler-mips.cc', 1211 '../../src/ic/mips/handler-compiler-mips.cc',
1214 '../../src/ic/mips/ic-mips.cc', 1212 '../../src/ic/mips/ic-mips.cc',
1215 '../../src/ic/mips/ic-compiler-mips.cc', 1213 '../../src/ic/mips/ic-compiler-mips.cc',
1216 '../../src/ic/mips/stub-cache-mips.cc', 1214 '../../src/ic/mips/stub-cache-mips.cc',
1215 '../../src/regexp/mips/regexp-macro-assembler-mips.cc',
1216 '../../src/regexp/mips/regexp-macro-assembler-mips.h',
1217 ], 1217 ],
1218 }], 1218 }],
1219 ['v8_target_arch=="mips64el"', { 1219 ['v8_target_arch=="mips64el"', {
1220 'sources': [ ### gcmole(arch:mips64el) ### 1220 'sources': [ ### gcmole(arch:mips64el) ###
1221 '../../src/mips64/assembler-mips64.cc', 1221 '../../src/mips64/assembler-mips64.cc',
1222 '../../src/mips64/assembler-mips64.h', 1222 '../../src/mips64/assembler-mips64.h',
1223 '../../src/mips64/assembler-mips64-inl.h', 1223 '../../src/mips64/assembler-mips64-inl.h',
1224 '../../src/mips64/builtins-mips64.cc', 1224 '../../src/mips64/builtins-mips64.cc',
1225 '../../src/mips64/codegen-mips64.cc', 1225 '../../src/mips64/codegen-mips64.cc',
1226 '../../src/mips64/codegen-mips64.h', 1226 '../../src/mips64/codegen-mips64.h',
1227 '../../src/mips64/code-stubs-mips64.cc', 1227 '../../src/mips64/code-stubs-mips64.cc',
1228 '../../src/mips64/code-stubs-mips64.h', 1228 '../../src/mips64/code-stubs-mips64.h',
1229 '../../src/mips64/constants-mips64.cc', 1229 '../../src/mips64/constants-mips64.cc',
1230 '../../src/mips64/constants-mips64.h', 1230 '../../src/mips64/constants-mips64.h',
1231 '../../src/mips64/cpu-mips64.cc', 1231 '../../src/mips64/cpu-mips64.cc',
1232 '../../src/mips64/deoptimizer-mips64.cc', 1232 '../../src/mips64/deoptimizer-mips64.cc',
1233 '../../src/mips64/disasm-mips64.cc', 1233 '../../src/mips64/disasm-mips64.cc',
1234 '../../src/mips64/frames-mips64.cc', 1234 '../../src/mips64/frames-mips64.cc',
1235 '../../src/mips64/frames-mips64.h', 1235 '../../src/mips64/frames-mips64.h',
1236 '../../src/mips64/interface-descriptors-mips64.cc', 1236 '../../src/mips64/interface-descriptors-mips64.cc',
1237 '../../src/mips64/lithium-codegen-mips64.cc', 1237 '../../src/mips64/lithium-codegen-mips64.cc',
1238 '../../src/mips64/lithium-codegen-mips64.h', 1238 '../../src/mips64/lithium-codegen-mips64.h',
1239 '../../src/mips64/lithium-gap-resolver-mips64.cc', 1239 '../../src/mips64/lithium-gap-resolver-mips64.cc',
1240 '../../src/mips64/lithium-gap-resolver-mips64.h', 1240 '../../src/mips64/lithium-gap-resolver-mips64.h',
1241 '../../src/mips64/lithium-mips64.cc', 1241 '../../src/mips64/lithium-mips64.cc',
1242 '../../src/mips64/lithium-mips64.h', 1242 '../../src/mips64/lithium-mips64.h',
1243 '../../src/mips64/macro-assembler-mips64.cc', 1243 '../../src/mips64/macro-assembler-mips64.cc',
1244 '../../src/mips64/macro-assembler-mips64.h', 1244 '../../src/mips64/macro-assembler-mips64.h',
1245 '../../src/mips64/regexp-macro-assembler-mips64.cc',
1246 '../../src/mips64/regexp-macro-assembler-mips64.h',
1247 '../../src/mips64/simulator-mips64.cc', 1245 '../../src/mips64/simulator-mips64.cc',
1248 '../../src/mips64/simulator-mips64.h', 1246 '../../src/mips64/simulator-mips64.h',
1249 '../../src/compiler/mips64/code-generator-mips64.cc', 1247 '../../src/compiler/mips64/code-generator-mips64.cc',
1250 '../../src/compiler/mips64/instruction-codes-mips64.h', 1248 '../../src/compiler/mips64/instruction-codes-mips64.h',
1251 '../../src/compiler/mips64/instruction-selector-mips64.cc', 1249 '../../src/compiler/mips64/instruction-selector-mips64.cc',
1252 '../../src/debug/mips64/debug-mips64.cc', 1250 '../../src/debug/mips64/debug-mips64.cc',
1253 '../../src/full-codegen/mips64/full-codegen-mips64.cc', 1251 '../../src/full-codegen/mips64/full-codegen-mips64.cc',
1254 '../../src/ic/mips64/access-compiler-mips64.cc', 1252 '../../src/ic/mips64/access-compiler-mips64.cc',
1255 '../../src/ic/mips64/handler-compiler-mips64.cc', 1253 '../../src/ic/mips64/handler-compiler-mips64.cc',
1256 '../../src/ic/mips64/ic-mips64.cc', 1254 '../../src/ic/mips64/ic-mips64.cc',
1257 '../../src/ic/mips64/ic-compiler-mips64.cc', 1255 '../../src/ic/mips64/ic-compiler-mips64.cc',
1258 '../../src/ic/mips64/stub-cache-mips64.cc', 1256 '../../src/ic/mips64/stub-cache-mips64.cc',
1257 '../../src/regexp/mips64/regexp-macro-assembler-mips64.cc',
1258 '../../src/regexp/mips64/regexp-macro-assembler-mips64.h',
1259 ], 1259 ],
1260 }], 1260 }],
1261 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 1261 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
1262 'sources': [ ### gcmole(arch:x64) ### 1262 'sources': [ ### gcmole(arch:x64) ###
1263 '../../src/x64/assembler-x64-inl.h', 1263 '../../src/x64/assembler-x64-inl.h',
1264 '../../src/x64/assembler-x64.cc', 1264 '../../src/x64/assembler-x64.cc',
1265 '../../src/x64/assembler-x64.h', 1265 '../../src/x64/assembler-x64.h',
1266 '../../src/x64/builtins-x64.cc', 1266 '../../src/x64/builtins-x64.cc',
1267 '../../src/x64/code-stubs-x64.cc', 1267 '../../src/x64/code-stubs-x64.cc',
1268 '../../src/x64/code-stubs-x64.h', 1268 '../../src/x64/code-stubs-x64.h',
1269 '../../src/x64/codegen-x64.cc', 1269 '../../src/x64/codegen-x64.cc',
1270 '../../src/x64/codegen-x64.h', 1270 '../../src/x64/codegen-x64.h',
1271 '../../src/x64/cpu-x64.cc', 1271 '../../src/x64/cpu-x64.cc',
1272 '../../src/x64/deoptimizer-x64.cc', 1272 '../../src/x64/deoptimizer-x64.cc',
1273 '../../src/x64/disasm-x64.cc', 1273 '../../src/x64/disasm-x64.cc',
1274 '../../src/x64/frames-x64.cc', 1274 '../../src/x64/frames-x64.cc',
1275 '../../src/x64/frames-x64.h', 1275 '../../src/x64/frames-x64.h',
1276 '../../src/x64/interface-descriptors-x64.cc', 1276 '../../src/x64/interface-descriptors-x64.cc',
1277 '../../src/x64/lithium-codegen-x64.cc', 1277 '../../src/x64/lithium-codegen-x64.cc',
1278 '../../src/x64/lithium-codegen-x64.h', 1278 '../../src/x64/lithium-codegen-x64.h',
1279 '../../src/x64/lithium-gap-resolver-x64.cc', 1279 '../../src/x64/lithium-gap-resolver-x64.cc',
1280 '../../src/x64/lithium-gap-resolver-x64.h', 1280 '../../src/x64/lithium-gap-resolver-x64.h',
1281 '../../src/x64/lithium-x64.cc', 1281 '../../src/x64/lithium-x64.cc',
1282 '../../src/x64/lithium-x64.h', 1282 '../../src/x64/lithium-x64.h',
1283 '../../src/x64/macro-assembler-x64.cc', 1283 '../../src/x64/macro-assembler-x64.cc',
1284 '../../src/x64/macro-assembler-x64.h', 1284 '../../src/x64/macro-assembler-x64.h',
1285 '../../src/x64/regexp-macro-assembler-x64.cc',
1286 '../../src/x64/regexp-macro-assembler-x64.h',
1287 '../../src/debug/x64/debug-x64.cc', 1285 '../../src/debug/x64/debug-x64.cc',
1288 '../../src/full-codegen/x64/full-codegen-x64.cc', 1286 '../../src/full-codegen/x64/full-codegen-x64.cc',
1289 '../../src/ic/x64/access-compiler-x64.cc', 1287 '../../src/ic/x64/access-compiler-x64.cc',
1290 '../../src/ic/x64/handler-compiler-x64.cc', 1288 '../../src/ic/x64/handler-compiler-x64.cc',
1291 '../../src/ic/x64/ic-x64.cc', 1289 '../../src/ic/x64/ic-x64.cc',
1292 '../../src/ic/x64/ic-compiler-x64.cc', 1290 '../../src/ic/x64/ic-compiler-x64.cc',
1293 '../../src/ic/x64/stub-cache-x64.cc', 1291 '../../src/ic/x64/stub-cache-x64.cc',
1292 '../../src/regexp/x64/regexp-macro-assembler-x64.cc',
1293 '../../src/regexp/x64/regexp-macro-assembler-x64.h',
1294 ], 1294 ],
1295 }], 1295 }],
1296 ['v8_target_arch=="x64"', { 1296 ['v8_target_arch=="x64"', {
1297 'sources': [ 1297 'sources': [
1298 '../../src/compiler/x64/code-generator-x64.cc', 1298 '../../src/compiler/x64/code-generator-x64.cc',
1299 '../../src/compiler/x64/instruction-codes-x64.h', 1299 '../../src/compiler/x64/instruction-codes-x64.h',
1300 '../../src/compiler/x64/instruction-selector-x64.cc', 1300 '../../src/compiler/x64/instruction-selector-x64.cc',
1301 ], 1301 ],
1302 }], 1302 }],
1303 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1303 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
(...skipping 16 matching lines...) Expand all
1320 '../../src/ppc/interface-descriptors-ppc.cc', 1320 '../../src/ppc/interface-descriptors-ppc.cc',
1321 '../../src/ppc/interface-descriptors-ppc.h', 1321 '../../src/ppc/interface-descriptors-ppc.h',
1322 '../../src/ppc/lithium-ppc.cc', 1322 '../../src/ppc/lithium-ppc.cc',
1323 '../../src/ppc/lithium-ppc.h', 1323 '../../src/ppc/lithium-ppc.h',
1324 '../../src/ppc/lithium-codegen-ppc.cc', 1324 '../../src/ppc/lithium-codegen-ppc.cc',
1325 '../../src/ppc/lithium-codegen-ppc.h', 1325 '../../src/ppc/lithium-codegen-ppc.h',
1326 '../../src/ppc/lithium-gap-resolver-ppc.cc', 1326 '../../src/ppc/lithium-gap-resolver-ppc.cc',
1327 '../../src/ppc/lithium-gap-resolver-ppc.h', 1327 '../../src/ppc/lithium-gap-resolver-ppc.h',
1328 '../../src/ppc/macro-assembler-ppc.cc', 1328 '../../src/ppc/macro-assembler-ppc.cc',
1329 '../../src/ppc/macro-assembler-ppc.h', 1329 '../../src/ppc/macro-assembler-ppc.h',
1330 '../../src/ppc/regexp-macro-assembler-ppc.cc',
1331 '../../src/ppc/regexp-macro-assembler-ppc.h',
1332 '../../src/ppc/simulator-ppc.cc', 1330 '../../src/ppc/simulator-ppc.cc',
1333 '../../src/ppc/simulator-ppc.h', 1331 '../../src/ppc/simulator-ppc.h',
1334 '../../src/compiler/ppc/code-generator-ppc.cc', 1332 '../../src/compiler/ppc/code-generator-ppc.cc',
1335 '../../src/compiler/ppc/instruction-codes-ppc.h', 1333 '../../src/compiler/ppc/instruction-codes-ppc.h',
1336 '../../src/compiler/ppc/instruction-selector-ppc.cc', 1334 '../../src/compiler/ppc/instruction-selector-ppc.cc',
1337 '../../src/debug/ppc/debug-ppc.cc', 1335 '../../src/debug/ppc/debug-ppc.cc',
1338 '../../src/full-codegen/ppc/full-codegen-ppc.cc', 1336 '../../src/full-codegen/ppc/full-codegen-ppc.cc',
1339 '../../src/ic/ppc/access-compiler-ppc.cc', 1337 '../../src/ic/ppc/access-compiler-ppc.cc',
1340 '../../src/ic/ppc/handler-compiler-ppc.cc', 1338 '../../src/ic/ppc/handler-compiler-ppc.cc',
1341 '../../src/ic/ppc/ic-ppc.cc', 1339 '../../src/ic/ppc/ic-ppc.cc',
1342 '../../src/ic/ppc/ic-compiler-ppc.cc', 1340 '../../src/ic/ppc/ic-compiler-ppc.cc',
1343 '../../src/ic/ppc/stub-cache-ppc.cc', 1341 '../../src/ic/ppc/stub-cache-ppc.cc',
1342 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc',
1343 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h',
1344 ], 1344 ],
1345 }], 1345 }],
1346 ['OS=="win"', { 1346 ['OS=="win"', {
1347 'variables': { 1347 'variables': {
1348 'gyp_generators': '<!(echo $GYP_GENERATORS)', 1348 'gyp_generators': '<!(echo $GYP_GENERATORS)',
1349 }, 1349 },
1350 'msvs_disabled_warnings': [4351, 4355, 4800], 1350 'msvs_disabled_warnings': [4351, 4355, 4800],
1351 # When building Official, the .lib is too large and exceeds the 2G 1351 # When building Official, the .lib is too large and exceeds the 2G
1352 # limit. This breaks it into multiple pieces to avoid the limit. 1352 # limit. This breaks it into multiple pieces to avoid the limit.
1353 # See http://crbug.com/485155. 1353 # See http://crbug.com/485155.
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 }], 1979 }],
1980 ['want_separate_host_toolset==1', { 1980 ['want_separate_host_toolset==1', {
1981 'toolsets': ['host'], 1981 'toolsets': ['host'],
1982 }, { 1982 }, {
1983 'toolsets': ['target'], 1983 'toolsets': ['target'],
1984 }], 1984 }],
1985 ], 1985 ],
1986 }, 1986 },
1987 ], 1987 ],
1988 } 1988 }
OLDNEW
« no previous file with comments | « test/cctest/test-regexp.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698