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

Side by Side Diff: BUILD.gn

Issue 1481613002: Create ast/ and parsing/ subdirectories and move appropriate files (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years 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/allocation-site-scopes.h » ('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 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 "src/api.cc", 656 "src/api.cc",
657 "src/api.h", 657 "src/api.h",
658 "src/api-natives.cc", 658 "src/api-natives.cc",
659 "src/api-natives.h", 659 "src/api-natives.h",
660 "src/arguments.cc", 660 "src/arguments.cc",
661 "src/arguments.h", 661 "src/arguments.h",
662 "src/assembler.cc", 662 "src/assembler.cc",
663 "src/assembler.h", 663 "src/assembler.h",
664 "src/assert-scope.h", 664 "src/assert-scope.h",
665 "src/assert-scope.cc", 665 "src/assert-scope.cc",
666 "src/ast-expression-visitor.cc", 666 "src/ast/ast-expression-visitor.cc",
667 "src/ast-expression-visitor.h", 667 "src/ast/ast-expression-visitor.h",
668 "src/ast-literal-reindexer.cc", 668 "src/ast/ast-literal-reindexer.cc",
669 "src/ast-literal-reindexer.h", 669 "src/ast/ast-literal-reindexer.h",
670 "src/ast-numbering.cc", 670 "src/ast/ast-numbering.cc",
671 "src/ast-numbering.h", 671 "src/ast/ast-numbering.h",
672 "src/ast-value-factory.cc", 672 "src/ast/ast-value-factory.cc",
673 "src/ast-value-factory.h", 673 "src/ast/ast-value-factory.h",
674 "src/ast.cc", 674 "src/ast/ast.cc",
675 "src/ast.h", 675 "src/ast/ast.h",
676 "src/ast/modules.cc",
677 "src/ast/modules.h",
678 "src/ast/prettyprinter.cc",
679 "src/ast/prettyprinter.h",
680 "src/ast/scopeinfo.cc",
681 "src/ast/scopeinfo.h",
682 "src/ast/scopes.cc",
683 "src/ast/scopes.h",
684 "src/ast/variables.cc",
685 "src/ast/variables.h",
676 "src/atomic-utils.h", 686 "src/atomic-utils.h",
677 "src/background-parsing-task.cc", 687 "src/background-parsing-task.cc",
678 "src/background-parsing-task.h", 688 "src/background-parsing-task.h",
679 "src/bailout-reason.cc", 689 "src/bailout-reason.cc",
680 "src/bailout-reason.h", 690 "src/bailout-reason.h",
681 "src/basic-block-profiler.cc", 691 "src/basic-block-profiler.cc",
682 "src/basic-block-profiler.h", 692 "src/basic-block-profiler.h",
683 "src/bignum-dtoa.cc", 693 "src/bignum-dtoa.cc",
684 "src/bignum-dtoa.h", 694 "src/bignum-dtoa.h",
685 "src/bignum.cc", 695 "src/bignum.cc",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 "src/double.h", 993 "src/double.h",
984 "src/dtoa.cc", 994 "src/dtoa.cc",
985 "src/dtoa.h", 995 "src/dtoa.h",
986 "src/effects.h", 996 "src/effects.h",
987 "src/elements-kind.cc", 997 "src/elements-kind.cc",
988 "src/elements-kind.h", 998 "src/elements-kind.h",
989 "src/elements.cc", 999 "src/elements.cc",
990 "src/elements.h", 1000 "src/elements.h",
991 "src/execution.cc", 1001 "src/execution.cc",
992 "src/execution.h", 1002 "src/execution.h",
993 "src/expression-classifier.h",
994 "src/extensions/externalize-string-extension.cc", 1003 "src/extensions/externalize-string-extension.cc",
995 "src/extensions/externalize-string-extension.h", 1004 "src/extensions/externalize-string-extension.h",
996 "src/extensions/free-buffer-extension.cc", 1005 "src/extensions/free-buffer-extension.cc",
997 "src/extensions/free-buffer-extension.h", 1006 "src/extensions/free-buffer-extension.h",
998 "src/extensions/gc-extension.cc", 1007 "src/extensions/gc-extension.cc",
999 "src/extensions/gc-extension.h", 1008 "src/extensions/gc-extension.h",
1000 "src/extensions/statistics-extension.cc", 1009 "src/extensions/statistics-extension.cc",
1001 "src/extensions/statistics-extension.h", 1010 "src/extensions/statistics-extension.h",
1002 "src/extensions/trigger-failure-extension.cc", 1011 "src/extensions/trigger-failure-extension.cc",
1003 "src/extensions/trigger-failure-extension.h", 1012 "src/extensions/trigger-failure-extension.h",
1004 "src/factory.cc", 1013 "src/factory.cc",
1005 "src/factory.h", 1014 "src/factory.h",
1006 "src/fast-dtoa.cc", 1015 "src/fast-dtoa.cc",
1007 "src/fast-dtoa.h", 1016 "src/fast-dtoa.h",
1008 "src/field-index.h", 1017 "src/field-index.h",
1009 "src/field-index-inl.h", 1018 "src/field-index-inl.h",
1010 "src/fixed-dtoa.cc", 1019 "src/fixed-dtoa.cc",
1011 "src/fixed-dtoa.h", 1020 "src/fixed-dtoa.h",
1012 "src/flag-definitions.h", 1021 "src/flag-definitions.h",
1013 "src/flags.cc", 1022 "src/flags.cc",
1014 "src/flags.h", 1023 "src/flags.h",
1015 "src/frames-inl.h", 1024 "src/frames-inl.h",
1016 "src/frames.cc", 1025 "src/frames.cc",
1017 "src/frames.h", 1026 "src/frames.h",
1018 "src/full-codegen/full-codegen.cc", 1027 "src/full-codegen/full-codegen.cc",
1019 "src/full-codegen/full-codegen.h", 1028 "src/full-codegen/full-codegen.h",
1020 "src/func-name-inferrer.cc",
1021 "src/func-name-inferrer.h",
1022 "src/futex-emulation.cc", 1029 "src/futex-emulation.cc",
1023 "src/futex-emulation.h", 1030 "src/futex-emulation.h",
1024 "src/gdb-jit.cc", 1031 "src/gdb-jit.cc",
1025 "src/gdb-jit.h", 1032 "src/gdb-jit.h",
1026 "src/global-handles.cc", 1033 "src/global-handles.cc",
1027 "src/global-handles.h", 1034 "src/global-handles.h",
1028 "src/globals.h", 1035 "src/globals.h",
1029 "src/handles-inl.h", 1036 "src/handles-inl.h",
1030 "src/handles.cc", 1037 "src/handles.cc",
1031 "src/handles.h", 1038 "src/handles.h",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 "src/interpreter/bytecode-generator.cc", 1105 "src/interpreter/bytecode-generator.cc",
1099 "src/interpreter/bytecode-generator.h", 1106 "src/interpreter/bytecode-generator.h",
1100 "src/interpreter/bytecode-traits.h", 1107 "src/interpreter/bytecode-traits.h",
1101 "src/interpreter/control-flow-builders.cc", 1108 "src/interpreter/control-flow-builders.cc",
1102 "src/interpreter/control-flow-builders.h", 1109 "src/interpreter/control-flow-builders.h",
1103 "src/interpreter/interpreter.cc", 1110 "src/interpreter/interpreter.cc",
1104 "src/interpreter/interpreter.h", 1111 "src/interpreter/interpreter.h",
1105 "src/isolate-inl.h", 1112 "src/isolate-inl.h",
1106 "src/isolate.cc", 1113 "src/isolate.cc",
1107 "src/isolate.h", 1114 "src/isolate.h",
1108 "src/json-parser.h",
1109 "src/json-stringifier.h", 1115 "src/json-stringifier.h",
1110 "src/key-accumulator.h", 1116 "src/key-accumulator.h",
1111 "src/key-accumulator.cc", 1117 "src/key-accumulator.cc",
1112 "src/layout-descriptor-inl.h", 1118 "src/layout-descriptor-inl.h",
1113 "src/layout-descriptor.cc", 1119 "src/layout-descriptor.cc",
1114 "src/layout-descriptor.h", 1120 "src/layout-descriptor.h",
1115 "src/list-inl.h", 1121 "src/list-inl.h",
1116 "src/list.h", 1122 "src/list.h",
1117 "src/log-inl.h", 1123 "src/log-inl.h",
1118 "src/log-utils.cc", 1124 "src/log-utils.cc",
1119 "src/log-utils.h", 1125 "src/log-utils.h",
1120 "src/log.cc", 1126 "src/log.cc",
1121 "src/log.h", 1127 "src/log.h",
1122 "src/lookup.cc", 1128 "src/lookup.cc",
1123 "src/lookup.h", 1129 "src/lookup.h",
1124 "src/macro-assembler.h", 1130 "src/macro-assembler.h",
1125 "src/messages.cc", 1131 "src/messages.cc",
1126 "src/messages.h", 1132 "src/messages.h",
1127 "src/modules.cc",
1128 "src/modules.h",
1129 "src/msan.h", 1133 "src/msan.h",
1130 "src/objects-body-descriptors-inl.h", 1134 "src/objects-body-descriptors-inl.h",
1131 "src/objects-body-descriptors.h", 1135 "src/objects-body-descriptors.h",
1132 "src/objects-debug.cc", 1136 "src/objects-debug.cc",
1133 "src/objects-inl.h", 1137 "src/objects-inl.h",
1134 "src/objects-printer.cc", 1138 "src/objects-printer.cc",
1135 "src/objects.cc", 1139 "src/objects.cc",
1136 "src/objects.h", 1140 "src/objects.h",
1137 "src/optimizing-compile-dispatcher.cc", 1141 "src/optimizing-compile-dispatcher.cc",
1138 "src/optimizing-compile-dispatcher.h", 1142 "src/optimizing-compile-dispatcher.h",
1139 "src/ostreams.cc", 1143 "src/ostreams.cc",
1140 "src/ostreams.h", 1144 "src/ostreams.h",
1141 "src/parameter-initializer-rewriter.cc", 1145 "src/parsing/expression-classifier.h",
1142 "src/parameter-initializer-rewriter.h", 1146 "src/parsing/func-name-inferrer.cc",
1143 "src/parser.cc", 1147 "src/parsing/func-name-inferrer.h",
1144 "src/parser.h", 1148 "src/parsing/json-parser.h",
1145 "src/pattern-rewriter.cc", 1149 "src/parsing/parameter-initializer-rewriter.cc",
1150 "src/parsing/parameter-initializer-rewriter.h",
1151 "src/parsing/parser.cc",
1152 "src/parsing/parser.h",
1153 "src/parsing/pattern-rewriter.cc",
1154 "src/parsing/preparse-data-format.h",
1155 "src/parsing/preparse-data.cc",
1156 "src/parsing/preparse-data.h",
1157 "src/parsing/preparser.cc",
1158 "src/parsing/preparser.h",
1159 "src/parsing/rewriter.cc",
1160 "src/parsing/rewriter.h",
1161 "src/parsing/scanner-character-streams.cc",
1162 "src/parsing/scanner-character-streams.h",
1163 "src/parsing/scanner.cc",
1164 "src/parsing/scanner.h",
1165 "src/parsing/token.cc",
1166 "src/parsing/token.h",
1146 "src/pending-compilation-error-handler.cc", 1167 "src/pending-compilation-error-handler.cc",
1147 "src/pending-compilation-error-handler.h", 1168 "src/pending-compilation-error-handler.h",
1148 "src/preparse-data-format.h",
1149 "src/preparse-data.cc",
1150 "src/preparse-data.h",
1151 "src/preparser.cc",
1152 "src/preparser.h",
1153 "src/prettyprinter.cc",
1154 "src/prettyprinter.h",
1155 "src/profiler/allocation-tracker.cc", 1169 "src/profiler/allocation-tracker.cc",
1156 "src/profiler/allocation-tracker.h", 1170 "src/profiler/allocation-tracker.h",
1157 "src/profiler/circular-queue-inl.h", 1171 "src/profiler/circular-queue-inl.h",
1158 "src/profiler/circular-queue.h", 1172 "src/profiler/circular-queue.h",
1159 "src/profiler/cpu-profiler-inl.h", 1173 "src/profiler/cpu-profiler-inl.h",
1160 "src/profiler/cpu-profiler.cc", 1174 "src/profiler/cpu-profiler.cc",
1161 "src/profiler/cpu-profiler.h", 1175 "src/profiler/cpu-profiler.h",
1162 "src/profiler/heap-profiler.cc", 1176 "src/profiler/heap-profiler.cc",
1163 "src/profiler/heap-profiler.h", 1177 "src/profiler/heap-profiler.h",
1164 "src/profiler/heap-snapshot-generator-inl.h", 1178 "src/profiler/heap-snapshot-generator-inl.h",
1165 "src/profiler/heap-snapshot-generator.cc", 1179 "src/profiler/heap-snapshot-generator.cc",
1166 "src/profiler/heap-snapshot-generator.h", 1180 "src/profiler/heap-snapshot-generator.h",
1167 "src/profiler/profile-generator-inl.h", 1181 "src/profiler/profile-generator-inl.h",
1168 "src/profiler/profile-generator.cc", 1182 "src/profiler/profile-generator.cc",
1169 "src/profiler/profile-generator.h", 1183 "src/profiler/profile-generator.h",
1170 "src/profiler/sampler.cc", 1184 "src/profiler/sampler.cc",
1171 "src/profiler/sampler.h", 1185 "src/profiler/sampler.h",
1172 "src/profiler/strings-storage.cc", 1186 "src/profiler/strings-storage.cc",
1173 "src/profiler/strings-storage.h", 1187 "src/profiler/strings-storage.h",
1174 "src/profiler/unbound-queue-inl.h", 1188 "src/profiler/unbound-queue-inl.h",
1175 "src/profiler/unbound-queue.h", 1189 "src/profiler/unbound-queue.h",
1176 "src/property-descriptor.cc", 1190 "src/property-descriptor.cc",
1177 "src/property-descriptor.h", 1191 "src/property-descriptor.h",
1178 "src/property-details.h", 1192 "src/property-details.h",
1179 "src/property.cc", 1193 "src/property.cc",
1180 "src/property.h", 1194 "src/property.h",
1181 "src/prototype.h", 1195 "src/prototype.h",
1182 "src/rewriter.cc",
1183 "src/rewriter.h",
1184 "src/regexp/bytecodes-irregexp.h", 1196 "src/regexp/bytecodes-irregexp.h",
1185 "src/regexp/interpreter-irregexp.cc", 1197 "src/regexp/interpreter-irregexp.cc",
1186 "src/regexp/interpreter-irregexp.h", 1198 "src/regexp/interpreter-irregexp.h",
1187 "src/regexp/jsregexp-inl.h", 1199 "src/regexp/jsregexp-inl.h",
1188 "src/regexp/jsregexp.cc", 1200 "src/regexp/jsregexp.cc",
1189 "src/regexp/jsregexp.h", 1201 "src/regexp/jsregexp.h",
1190 "src/regexp/regexp-macro-assembler-irregexp-inl.h", 1202 "src/regexp/regexp-macro-assembler-irregexp-inl.h",
1191 "src/regexp/regexp-macro-assembler-irregexp.cc", 1203 "src/regexp/regexp-macro-assembler-irregexp.cc",
1192 "src/regexp/regexp-macro-assembler-irregexp.h", 1204 "src/regexp/regexp-macro-assembler-irregexp.h",
1193 "src/regexp/regexp-macro-assembler-tracer.cc", 1205 "src/regexp/regexp-macro-assembler-tracer.cc",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 "src/runtime/runtime-strings.cc", 1241 "src/runtime/runtime-strings.cc",
1230 "src/runtime/runtime-symbol.cc", 1242 "src/runtime/runtime-symbol.cc",
1231 "src/runtime/runtime-test.cc", 1243 "src/runtime/runtime-test.cc",
1232 "src/runtime/runtime-typedarray.cc", 1244 "src/runtime/runtime-typedarray.cc",
1233 "src/runtime/runtime-uri.cc", 1245 "src/runtime/runtime-uri.cc",
1234 "src/runtime/runtime-utils.h", 1246 "src/runtime/runtime-utils.h",
1235 "src/runtime/runtime.cc", 1247 "src/runtime/runtime.cc",
1236 "src/runtime/runtime.h", 1248 "src/runtime/runtime.h",
1237 "src/safepoint-table.cc", 1249 "src/safepoint-table.cc",
1238 "src/safepoint-table.h", 1250 "src/safepoint-table.h",
1239 "src/scanner-character-streams.cc",
1240 "src/scanner-character-streams.h",
1241 "src/scanner.cc",
1242 "src/scanner.h",
1243 "src/scopeinfo.cc",
1244 "src/scopeinfo.h",
1245 "src/scopes.cc",
1246 "src/scopes.h",
1247 "src/signature.h", 1251 "src/signature.h",
1248 "src/simulator.h", 1252 "src/simulator.h",
1249 "src/small-pointer-list.h", 1253 "src/small-pointer-list.h",
1250 "src/snapshot/natives.h", 1254 "src/snapshot/natives.h",
1251 "src/snapshot/natives-common.cc", 1255 "src/snapshot/natives-common.cc",
1252 "src/snapshot/serialize.cc", 1256 "src/snapshot/serialize.cc",
1253 "src/snapshot/serialize.h", 1257 "src/snapshot/serialize.h",
1254 "src/snapshot/snapshot-common.cc", 1258 "src/snapshot/snapshot-common.cc",
1255 "src/snapshot/snapshot-source-sink.cc", 1259 "src/snapshot/snapshot-source-sink.cc",
1256 "src/snapshot/snapshot-source-sink.h", 1260 "src/snapshot/snapshot-source-sink.h",
1257 "src/splay-tree.h", 1261 "src/splay-tree.h",
1258 "src/splay-tree-inl.h", 1262 "src/splay-tree-inl.h",
1259 "src/snapshot/snapshot.h", 1263 "src/snapshot/snapshot.h",
1260 "src/startup-data-util.h", 1264 "src/startup-data-util.h",
1261 "src/startup-data-util.cc", 1265 "src/startup-data-util.cc",
1262 "src/string-builder.cc", 1266 "src/string-builder.cc",
1263 "src/string-builder.h", 1267 "src/string-builder.h",
1264 "src/string-search.h", 1268 "src/string-search.h",
1265 "src/string-stream.cc", 1269 "src/string-stream.cc",
1266 "src/string-stream.h", 1270 "src/string-stream.h",
1267 "src/strtod.cc", 1271 "src/strtod.cc",
1268 "src/strtod.h", 1272 "src/strtod.h",
1269 "src/token.cc",
1270 "src/token.h",
1271 "src/transitions-inl.h", 1273 "src/transitions-inl.h",
1272 "src/transitions.cc", 1274 "src/transitions.cc",
1273 "src/transitions.h", 1275 "src/transitions.h",
1274 "src/type-cache.cc", 1276 "src/type-cache.cc",
1275 "src/type-cache.h", 1277 "src/type-cache.h",
1276 "src/type-feedback-vector-inl.h", 1278 "src/type-feedback-vector-inl.h",
1277 "src/type-feedback-vector.cc", 1279 "src/type-feedback-vector.cc",
1278 "src/type-feedback-vector.h", 1280 "src/type-feedback-vector.h",
1279 "src/type-info.cc", 1281 "src/type-info.cc",
1280 "src/type-info.h", 1282 "src/type-info.h",
(...skipping 11 matching lines...) Expand all
1292 "src/unicode-cache.h", 1294 "src/unicode-cache.h",
1293 "src/unicode-decoder.cc", 1295 "src/unicode-decoder.cc",
1294 "src/unicode-decoder.h", 1296 "src/unicode-decoder.h",
1295 "src/utils.cc", 1297 "src/utils.cc",
1296 "src/utils.h", 1298 "src/utils.h",
1297 "src/v8.cc", 1299 "src/v8.cc",
1298 "src/v8.h", 1300 "src/v8.h",
1299 "src/v8memory.h", 1301 "src/v8memory.h",
1300 "src/v8threads.cc", 1302 "src/v8threads.cc",
1301 "src/v8threads.h", 1303 "src/v8threads.h",
1302 "src/variables.cc",
1303 "src/variables.h",
1304 "src/version.cc", 1304 "src/version.cc",
1305 "src/version.h", 1305 "src/version.h",
1306 "src/vm-state-inl.h", 1306 "src/vm-state-inl.h",
1307 "src/vm-state.h", 1307 "src/vm-state.h",
1308 "src/zone.cc", 1308 "src/zone.cc",
1309 "src/zone.h", 1309 "src/zone.h",
1310 "src/zone-allocator.h", 1310 "src/zone-allocator.h",
1311 "src/zone-containers.h", 1311 "src/zone-containers.h",
1312 "src/third_party/fdlibm/fdlibm.cc", 1312 "src/third_party/fdlibm/fdlibm.cc",
1313 "src/third_party/fdlibm/fdlibm.h", 1313 "src/third_party/fdlibm/fdlibm.h",
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
1868 if (!is_component_build) { 1868 if (!is_component_build) {
1869 sources += [ 1869 sources += [
1870 "$target_gen_dir/d8-js.cc", 1870 "$target_gen_dir/d8-js.cc",
1871 ] 1871 ]
1872 } 1872 }
1873 if (v8_enable_i18n_support) { 1873 if (v8_enable_i18n_support) {
1874 deps += [ "//third_party/icu" ] 1874 deps += [ "//third_party/icu" ]
1875 } 1875 }
1876 } 1876 }
1877 } 1877 }
OLDNEW
« no previous file with comments | « no previous file | src/allocation-site-scopes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698