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

Side by Side Diff: BUILD.gn

Issue 2451853002: Uniform and precise source positions for inlining (Closed)
Patch Set: fixed gcmole issue Created 4 years, 1 month 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/arm/assembler-arm.h » ('j') | src/crankshaft/hydrogen.cc » ('J')
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/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
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
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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1654 "src/snapshot/serializer.cc", 1654 "src/snapshot/serializer.cc",
1655 "src/snapshot/serializer.h", 1655 "src/snapshot/serializer.h",
1656 "src/snapshot/snapshot-common.cc", 1656 "src/snapshot/snapshot-common.cc",
1657 "src/snapshot/snapshot-source-sink.cc", 1657 "src/snapshot/snapshot-source-sink.cc",
1658 "src/snapshot/snapshot-source-sink.h", 1658 "src/snapshot/snapshot-source-sink.h",
1659 "src/snapshot/snapshot.h", 1659 "src/snapshot/snapshot.h",
1660 "src/snapshot/startup-serializer.cc", 1660 "src/snapshot/startup-serializer.cc",
1661 "src/snapshot/startup-serializer.h", 1661 "src/snapshot/startup-serializer.h",
1662 "src/source-position-table.cc", 1662 "src/source-position-table.cc",
1663 "src/source-position-table.h", 1663 "src/source-position-table.h",
1664 "src/source-position.cc",
1664 "src/source-position.h", 1665 "src/source-position.h",
1665 "src/splay-tree-inl.h", 1666 "src/splay-tree-inl.h",
1666 "src/splay-tree.h", 1667 "src/splay-tree.h",
1667 "src/startup-data-util.cc", 1668 "src/startup-data-util.cc",
1668 "src/startup-data-util.h", 1669 "src/startup-data-util.h",
1669 "src/string-builder.cc", 1670 "src/string-builder.cc",
1670 "src/string-builder.h", 1671 "src/string-builder.h",
1671 "src/string-search.h", 1672 "src/string-search.h",
1672 "src/string-stream.cc", 1673 "src/string-stream.cc",
1673 "src/string-stream.h", 1674 "src/string-stream.h",
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
2983 ] 2984 ]
2984 2985
2985 configs = [ 2986 configs = [
2986 ":external_config", 2987 ":external_config",
2987 ":internal_config_base", 2988 ":internal_config_base",
2988 ] 2989 ]
2989 } 2990 }
2990 2991
2991 v8_fuzzer("wasm_data_section_fuzzer") { 2992 v8_fuzzer("wasm_data_section_fuzzer") {
2992 } 2993 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/assembler-arm.h » ('j') | src/crankshaft/hydrogen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698