| 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/dcheck_always_on.gni") | 7 import("//build/config/dcheck_always_on.gni") |
| 8 import("//build/config/mips.gni") | 8 import("//build/config/mips.gni") |
| 9 import("//build/config/sanitizers/sanitizers.gni") | 9 import("//build/config/sanitizers/sanitizers.gni") |
| 10 | 10 |
| (...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1025 "src/compiler/code-assembler.h", | 1025 "src/compiler/code-assembler.h", |
| 1026 "src/compiler/code-generator-impl.h", | 1026 "src/compiler/code-generator-impl.h", |
| 1027 "src/compiler/code-generator.cc", | 1027 "src/compiler/code-generator.cc", |
| 1028 "src/compiler/code-generator.h", | 1028 "src/compiler/code-generator.h", |
| 1029 "src/compiler/common-node-cache.cc", | 1029 "src/compiler/common-node-cache.cc", |
| 1030 "src/compiler/common-node-cache.h", | 1030 "src/compiler/common-node-cache.h", |
| 1031 "src/compiler/common-operator-reducer.cc", | 1031 "src/compiler/common-operator-reducer.cc", |
| 1032 "src/compiler/common-operator-reducer.h", | 1032 "src/compiler/common-operator-reducer.h", |
| 1033 "src/compiler/common-operator.cc", | 1033 "src/compiler/common-operator.cc", |
| 1034 "src/compiler/common-operator.h", | 1034 "src/compiler/common-operator.h", |
| 1035 "src/compiler/compiler-source-position-table.cc", |
| 1036 "src/compiler/compiler-source-position-table.h", |
| 1035 "src/compiler/control-builders.cc", | 1037 "src/compiler/control-builders.cc", |
| 1036 "src/compiler/control-builders.h", | 1038 "src/compiler/control-builders.h", |
| 1037 "src/compiler/control-equivalence.cc", | 1039 "src/compiler/control-equivalence.cc", |
| 1038 "src/compiler/control-equivalence.h", | 1040 "src/compiler/control-equivalence.h", |
| 1039 "src/compiler/control-flow-optimizer.cc", | 1041 "src/compiler/control-flow-optimizer.cc", |
| 1040 "src/compiler/control-flow-optimizer.h", | 1042 "src/compiler/control-flow-optimizer.h", |
| 1041 "src/compiler/dead-code-elimination.cc", | 1043 "src/compiler/dead-code-elimination.cc", |
| 1042 "src/compiler/dead-code-elimination.h", | 1044 "src/compiler/dead-code-elimination.h", |
| 1043 "src/compiler/diamond.h", | 1045 "src/compiler/diamond.h", |
| 1044 "src/compiler/effect-control-linearizer.cc", | 1046 "src/compiler/effect-control-linearizer.cc", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1171 "src/compiler/select-lowering.cc", | 1173 "src/compiler/select-lowering.cc", |
| 1172 "src/compiler/select-lowering.h", | 1174 "src/compiler/select-lowering.h", |
| 1173 "src/compiler/simd-scalar-lowering.cc", | 1175 "src/compiler/simd-scalar-lowering.cc", |
| 1174 "src/compiler/simd-scalar-lowering.h", | 1176 "src/compiler/simd-scalar-lowering.h", |
| 1175 "src/compiler/simplified-lowering.cc", | 1177 "src/compiler/simplified-lowering.cc", |
| 1176 "src/compiler/simplified-lowering.h", | 1178 "src/compiler/simplified-lowering.h", |
| 1177 "src/compiler/simplified-operator-reducer.cc", | 1179 "src/compiler/simplified-operator-reducer.cc", |
| 1178 "src/compiler/simplified-operator-reducer.h", | 1180 "src/compiler/simplified-operator-reducer.h", |
| 1179 "src/compiler/simplified-operator.cc", | 1181 "src/compiler/simplified-operator.cc", |
| 1180 "src/compiler/simplified-operator.h", | 1182 "src/compiler/simplified-operator.h", |
| 1181 "src/compiler/source-position.cc", | |
| 1182 "src/compiler/source-position.h", | |
| 1183 "src/compiler/state-values-utils.cc", | 1183 "src/compiler/state-values-utils.cc", |
| 1184 "src/compiler/state-values-utils.h", | 1184 "src/compiler/state-values-utils.h", |
| 1185 "src/compiler/store-store-elimination.cc", | 1185 "src/compiler/store-store-elimination.cc", |
| 1186 "src/compiler/store-store-elimination.h", | 1186 "src/compiler/store-store-elimination.h", |
| 1187 "src/compiler/tail-call-optimization.cc", | 1187 "src/compiler/tail-call-optimization.cc", |
| 1188 "src/compiler/tail-call-optimization.h", | 1188 "src/compiler/tail-call-optimization.h", |
| 1189 "src/compiler/type-cache.cc", | 1189 "src/compiler/type-cache.cc", |
| 1190 "src/compiler/type-cache.h", | 1190 "src/compiler/type-cache.h", |
| 1191 "src/compiler/type-hint-analyzer.cc", | 1191 "src/compiler/type-hint-analyzer.cc", |
| 1192 "src/compiler/type-hint-analyzer.h", | 1192 "src/compiler/type-hint-analyzer.h", |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1652 "src/snapshot/serializer.cc", | 1652 "src/snapshot/serializer.cc", |
| 1653 "src/snapshot/serializer.h", | 1653 "src/snapshot/serializer.h", |
| 1654 "src/snapshot/snapshot-common.cc", | 1654 "src/snapshot/snapshot-common.cc", |
| 1655 "src/snapshot/snapshot-source-sink.cc", | 1655 "src/snapshot/snapshot-source-sink.cc", |
| 1656 "src/snapshot/snapshot-source-sink.h", | 1656 "src/snapshot/snapshot-source-sink.h", |
| 1657 "src/snapshot/snapshot.h", | 1657 "src/snapshot/snapshot.h", |
| 1658 "src/snapshot/startup-serializer.cc", | 1658 "src/snapshot/startup-serializer.cc", |
| 1659 "src/snapshot/startup-serializer.h", | 1659 "src/snapshot/startup-serializer.h", |
| 1660 "src/source-position-table.cc", | 1660 "src/source-position-table.cc", |
| 1661 "src/source-position-table.h", | 1661 "src/source-position-table.h", |
| 1662 "src/source-position.cc", |
| 1662 "src/source-position.h", | 1663 "src/source-position.h", |
| 1663 "src/splay-tree-inl.h", | 1664 "src/splay-tree-inl.h", |
| 1664 "src/splay-tree.h", | 1665 "src/splay-tree.h", |
| 1665 "src/startup-data-util.cc", | 1666 "src/startup-data-util.cc", |
| 1666 "src/startup-data-util.h", | 1667 "src/startup-data-util.h", |
| 1667 "src/string-builder.cc", | 1668 "src/string-builder.cc", |
| 1668 "src/string-builder.h", | 1669 "src/string-builder.h", |
| 1669 "src/string-search.h", | 1670 "src/string-search.h", |
| 1670 "src/string-stream.cc", | 1671 "src/string-stream.cc", |
| 1671 "src/string-stream.h", | 1672 "src/string-stream.h", |
| (...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2980 ] | 2981 ] |
| 2981 | 2982 |
| 2982 configs = [ | 2983 configs = [ |
| 2983 ":external_config", | 2984 ":external_config", |
| 2984 ":internal_config_base", | 2985 ":internal_config_base", |
| 2985 ] | 2986 ] |
| 2986 } | 2987 } |
| 2987 | 2988 |
| 2988 v8_fuzzer("wasm_data_section_fuzzer") { | 2989 v8_fuzzer("wasm_data_section_fuzzer") { |
| 2989 } | 2990 } |
| OLD | NEW |