| OLD | NEW |
| 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 # Because standalone V8 builds are not supported, assume this is part of a | 10 # Because standalone V8 builds are not supported, assume this is part of a |
| (...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 "include/v8-util.h", | 617 "include/v8-util.h", |
| 618 "include/v8-version.h", | 618 "include/v8-version.h", |
| 619 "include/v8.h", | 619 "include/v8.h", |
| 620 "include/v8config.h", | 620 "include/v8config.h", |
| 621 "src/accessors.cc", | 621 "src/accessors.cc", |
| 622 "src/accessors.h", | 622 "src/accessors.h", |
| 623 "src/allocation.cc", | 623 "src/allocation.cc", |
| 624 "src/allocation.h", | 624 "src/allocation.h", |
| 625 "src/allocation-site-scopes.cc", | 625 "src/allocation-site-scopes.cc", |
| 626 "src/allocation-site-scopes.h", | 626 "src/allocation-site-scopes.h", |
| 627 "src/allocation-tracker.cc", | |
| 628 "src/allocation-tracker.h", | |
| 629 "src/api.cc", | 627 "src/api.cc", |
| 630 "src/api.h", | 628 "src/api.h", |
| 631 "src/api-natives.cc", | 629 "src/api-natives.cc", |
| 632 "src/api-natives.h", | 630 "src/api-natives.h", |
| 633 "src/arguments.cc", | 631 "src/arguments.cc", |
| 634 "src/arguments.h", | 632 "src/arguments.h", |
| 635 "src/assembler.cc", | 633 "src/assembler.cc", |
| 636 "src/assembler.h", | 634 "src/assembler.h", |
| 637 "src/assert-scope.h", | 635 "src/assert-scope.h", |
| 638 "src/assert-scope.cc", | 636 "src/assert-scope.cc", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 664 "src/builtins.cc", | 662 "src/builtins.cc", |
| 665 "src/builtins.h", | 663 "src/builtins.h", |
| 666 "src/cancelable-task.cc", | 664 "src/cancelable-task.cc", |
| 667 "src/cancelable-task.h", | 665 "src/cancelable-task.h", |
| 668 "src/cached-powers.cc", | 666 "src/cached-powers.cc", |
| 669 "src/cached-powers.h", | 667 "src/cached-powers.h", |
| 670 "src/char-predicates.cc", | 668 "src/char-predicates.cc", |
| 671 "src/char-predicates-inl.h", | 669 "src/char-predicates-inl.h", |
| 672 "src/char-predicates.h", | 670 "src/char-predicates.h", |
| 673 "src/checks.h", | 671 "src/checks.h", |
| 674 "src/circular-queue-inl.h", | |
| 675 "src/circular-queue.h", | |
| 676 "src/code-factory.cc", | 672 "src/code-factory.cc", |
| 677 "src/code-factory.h", | 673 "src/code-factory.h", |
| 678 "src/code-stubs.cc", | 674 "src/code-stubs.cc", |
| 679 "src/code-stubs.h", | 675 "src/code-stubs.h", |
| 680 "src/code-stubs-hydrogen.cc", | 676 "src/code-stubs-hydrogen.cc", |
| 681 "src/codegen.cc", | 677 "src/codegen.cc", |
| 682 "src/codegen.h", | 678 "src/codegen.h", |
| 683 "src/compilation-cache.cc", | 679 "src/compilation-cache.cc", |
| 684 "src/compilation-cache.h", | 680 "src/compilation-cache.h", |
| 685 "src/compilation-dependencies.cc", | 681 "src/compilation-dependencies.cc", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 857 "src/context-measure.cc", | 853 "src/context-measure.cc", |
| 858 "src/context-measure.h", | 854 "src/context-measure.h", |
| 859 "src/contexts-inl.h", | 855 "src/contexts-inl.h", |
| 860 "src/contexts.cc", | 856 "src/contexts.cc", |
| 861 "src/contexts.h", | 857 "src/contexts.h", |
| 862 "src/conversions-inl.h", | 858 "src/conversions-inl.h", |
| 863 "src/conversions.cc", | 859 "src/conversions.cc", |
| 864 "src/conversions.h", | 860 "src/conversions.h", |
| 865 "src/counters.cc", | 861 "src/counters.cc", |
| 866 "src/counters.h", | 862 "src/counters.h", |
| 867 "src/cpu-profiler-inl.h", | |
| 868 "src/cpu-profiler.cc", | |
| 869 "src/cpu-profiler.h", | |
| 870 "src/date.cc", | 863 "src/date.cc", |
| 871 "src/date.h", | 864 "src/date.h", |
| 872 "src/dateparser-inl.h", | 865 "src/dateparser-inl.h", |
| 873 "src/dateparser.cc", | 866 "src/dateparser.cc", |
| 874 "src/dateparser.h", | 867 "src/dateparser.h", |
| 875 "src/debug/debug-evaluate.cc", | 868 "src/debug/debug-evaluate.cc", |
| 876 "src/debug/debug-evaluate.h", | 869 "src/debug/debug-evaluate.h", |
| 877 "src/debug/debug-frames.cc", | 870 "src/debug/debug-frames.cc", |
| 878 "src/debug/debug-frames.h", | 871 "src/debug/debug-frames.h", |
| 879 "src/debug/debug-scopes.cc", | 872 "src/debug/debug-scopes.cc", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 "src/futex-emulation.h", | 925 "src/futex-emulation.h", |
| 933 "src/gdb-jit.cc", | 926 "src/gdb-jit.cc", |
| 934 "src/gdb-jit.h", | 927 "src/gdb-jit.h", |
| 935 "src/global-handles.cc", | 928 "src/global-handles.cc", |
| 936 "src/global-handles.h", | 929 "src/global-handles.h", |
| 937 "src/globals.h", | 930 "src/globals.h", |
| 938 "src/handles-inl.h", | 931 "src/handles-inl.h", |
| 939 "src/handles.cc", | 932 "src/handles.cc", |
| 940 "src/handles.h", | 933 "src/handles.h", |
| 941 "src/hashmap.h", | 934 "src/hashmap.h", |
| 942 "src/heap-profiler.cc", | |
| 943 "src/heap-profiler.h", | |
| 944 "src/heap-snapshot-generator-inl.h", | |
| 945 "src/heap-snapshot-generator.cc", | |
| 946 "src/heap-snapshot-generator.h", | |
| 947 "src/heap/array-buffer-tracker.cc", | 935 "src/heap/array-buffer-tracker.cc", |
| 948 "src/heap/array-buffer-tracker.h", | 936 "src/heap/array-buffer-tracker.h", |
| 949 "src/heap/gc-idle-time-handler.cc", | 937 "src/heap/gc-idle-time-handler.cc", |
| 950 "src/heap/gc-idle-time-handler.h", | 938 "src/heap/gc-idle-time-handler.h", |
| 951 "src/heap/gc-tracer.cc", | 939 "src/heap/gc-tracer.cc", |
| 952 "src/heap/gc-tracer.h", | 940 "src/heap/gc-tracer.h", |
| 953 "src/heap/heap-inl.h", | 941 "src/heap/heap-inl.h", |
| 954 "src/heap/heap.cc", | 942 "src/heap/heap.cc", |
| 955 "src/heap/heap.h", | 943 "src/heap/heap.h", |
| 956 "src/heap/incremental-marking-job.cc", | 944 "src/heap/incremental-marking-job.cc", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1110 "src/parser.h", | 1098 "src/parser.h", |
| 1111 "src/pending-compilation-error-handler.cc", | 1099 "src/pending-compilation-error-handler.cc", |
| 1112 "src/pending-compilation-error-handler.h", | 1100 "src/pending-compilation-error-handler.h", |
| 1113 "src/preparse-data-format.h", | 1101 "src/preparse-data-format.h", |
| 1114 "src/preparse-data.cc", | 1102 "src/preparse-data.cc", |
| 1115 "src/preparse-data.h", | 1103 "src/preparse-data.h", |
| 1116 "src/preparser.cc", | 1104 "src/preparser.cc", |
| 1117 "src/preparser.h", | 1105 "src/preparser.h", |
| 1118 "src/prettyprinter.cc", | 1106 "src/prettyprinter.cc", |
| 1119 "src/prettyprinter.h", | 1107 "src/prettyprinter.h", |
| 1120 "src/profile-generator-inl.h", | 1108 "src/profiler/allocation-tracker.cc", |
| 1121 "src/profile-generator.cc", | 1109 "src/profiler/allocation-tracker.h", |
| 1122 "src/profile-generator.h", | 1110 "src/profiler/circular-queue-inl.h", |
| 1111 "src/profiler/circular-queue.h", |
| 1112 "src/profiler/cpu-profiler-inl.h", |
| 1113 "src/profiler/cpu-profiler.cc", |
| 1114 "src/profiler/cpu-profiler.h", |
| 1115 "src/profiler/heap-profiler.cc", |
| 1116 "src/profiler/heap-profiler.h", |
| 1117 "src/profiler/heap-snapshot-generator-inl.h", |
| 1118 "src/profiler/heap-snapshot-generator.cc", |
| 1119 "src/profiler/heap-snapshot-generator.h", |
| 1120 "src/profiler/profile-generator-inl.h", |
| 1121 "src/profiler/profile-generator.cc", |
| 1122 "src/profiler/profile-generator.h", |
| 1123 "src/profiler/sampler.cc", |
| 1124 "src/profiler/sampler.h", |
| 1125 "src/profiler/unbound-queue-inl.h", |
| 1126 "src/profiler/unbound-queue.h", |
| 1123 "src/property-details.h", | 1127 "src/property-details.h", |
| 1124 "src/property.cc", | 1128 "src/property.cc", |
| 1125 "src/property.h", | 1129 "src/property.h", |
| 1126 "src/prototype.h", | 1130 "src/prototype.h", |
| 1127 "src/rewriter.cc", | 1131 "src/rewriter.cc", |
| 1128 "src/rewriter.h", | 1132 "src/rewriter.h", |
| 1129 "src/regexp/bytecodes-irregexp.h", | 1133 "src/regexp/bytecodes-irregexp.h", |
| 1130 "src/regexp/interpreter-irregexp.cc", | 1134 "src/regexp/interpreter-irregexp.cc", |
| 1131 "src/regexp/interpreter-irregexp.h", | 1135 "src/regexp/interpreter-irregexp.h", |
| 1132 "src/regexp/jsregexp-inl.h", | 1136 "src/regexp/jsregexp-inl.h", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1171 "src/runtime/runtime-strings.cc", | 1175 "src/runtime/runtime-strings.cc", |
| 1172 "src/runtime/runtime-symbol.cc", | 1176 "src/runtime/runtime-symbol.cc", |
| 1173 "src/runtime/runtime-test.cc", | 1177 "src/runtime/runtime-test.cc", |
| 1174 "src/runtime/runtime-typedarray.cc", | 1178 "src/runtime/runtime-typedarray.cc", |
| 1175 "src/runtime/runtime-uri.cc", | 1179 "src/runtime/runtime-uri.cc", |
| 1176 "src/runtime/runtime-utils.h", | 1180 "src/runtime/runtime-utils.h", |
| 1177 "src/runtime/runtime.cc", | 1181 "src/runtime/runtime.cc", |
| 1178 "src/runtime/runtime.h", | 1182 "src/runtime/runtime.h", |
| 1179 "src/safepoint-table.cc", | 1183 "src/safepoint-table.cc", |
| 1180 "src/safepoint-table.h", | 1184 "src/safepoint-table.h", |
| 1181 "src/sampler.cc", | |
| 1182 "src/sampler.h", | |
| 1183 "src/scanner-character-streams.cc", | 1185 "src/scanner-character-streams.cc", |
| 1184 "src/scanner-character-streams.h", | 1186 "src/scanner-character-streams.h", |
| 1185 "src/scanner.cc", | 1187 "src/scanner.cc", |
| 1186 "src/scanner.h", | 1188 "src/scanner.h", |
| 1187 "src/scopeinfo.cc", | 1189 "src/scopeinfo.cc", |
| 1188 "src/scopeinfo.h", | 1190 "src/scopeinfo.h", |
| 1189 "src/scopes.cc", | 1191 "src/scopes.cc", |
| 1190 "src/scopes.h", | 1192 "src/scopes.h", |
| 1191 "src/signature.h", | 1193 "src/signature.h", |
| 1192 "src/simulator.h", | 1194 "src/simulator.h", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1224 "src/type-info.h", | 1226 "src/type-info.h", |
| 1225 "src/types-inl.h", | 1227 "src/types-inl.h", |
| 1226 "src/types.cc", | 1228 "src/types.cc", |
| 1227 "src/types.h", | 1229 "src/types.h", |
| 1228 "src/typing-asm.cc", | 1230 "src/typing-asm.cc", |
| 1229 "src/typing-asm.h", | 1231 "src/typing-asm.h", |
| 1230 "src/typing-reset.cc", | 1232 "src/typing-reset.cc", |
| 1231 "src/typing-reset.h", | 1233 "src/typing-reset.h", |
| 1232 "src/typing.cc", | 1234 "src/typing.cc", |
| 1233 "src/typing.h", | 1235 "src/typing.h", |
| 1234 "src/unbound-queue-inl.h", | |
| 1235 "src/unbound-queue.h", | |
| 1236 "src/unicode-inl.h", | 1236 "src/unicode-inl.h", |
| 1237 "src/unicode.cc", | 1237 "src/unicode.cc", |
| 1238 "src/unicode.h", | 1238 "src/unicode.h", |
| 1239 "src/unicode-cache-inl.h", | 1239 "src/unicode-cache-inl.h", |
| 1240 "src/unicode-cache.h", | 1240 "src/unicode-cache.h", |
| 1241 "src/unicode-decoder.cc", | 1241 "src/unicode-decoder.cc", |
| 1242 "src/unicode-decoder.h", | 1242 "src/unicode-decoder.h", |
| 1243 "src/unique.h", | 1243 "src/unique.h", |
| 1244 "src/utils.cc", | 1244 "src/utils.cc", |
| 1245 "src/utils.h", | 1245 "src/utils.h", |
| (...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1815 if (!is_component_build) { | 1815 if (!is_component_build) { |
| 1816 sources += [ | 1816 sources += [ |
| 1817 "$target_gen_dir/d8-js.cc", | 1817 "$target_gen_dir/d8-js.cc", |
| 1818 ] | 1818 ] |
| 1819 } | 1819 } |
| 1820 if (v8_enable_i18n_support) { | 1820 if (v8_enable_i18n_support) { |
| 1821 deps += [ "//third_party/icu" ] | 1821 deps += [ "//third_party/icu" ] |
| 1822 } | 1822 } |
| 1823 } | 1823 } |
| 1824 } | 1824 } |
| OLD | NEW |