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 if (is_android) { | 10 if (is_android) { |
(...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1010 "src/compiler/zone-pool.cc", | 1010 "src/compiler/zone-pool.cc", |
1011 "src/compiler/zone-pool.h", | 1011 "src/compiler/zone-pool.h", |
1012 "src/context-measure.cc", | 1012 "src/context-measure.cc", |
1013 "src/context-measure.h", | 1013 "src/context-measure.h", |
1014 "src/contexts-inl.h", | 1014 "src/contexts-inl.h", |
1015 "src/contexts.cc", | 1015 "src/contexts.cc", |
1016 "src/contexts.h", | 1016 "src/contexts.h", |
1017 "src/conversions-inl.h", | 1017 "src/conversions-inl.h", |
1018 "src/conversions.cc", | 1018 "src/conversions.cc", |
1019 "src/conversions.h", | 1019 "src/conversions.h", |
| 1020 "src/counters-inl.h", |
1020 "src/counters.cc", | 1021 "src/counters.cc", |
1021 "src/counters.h", | 1022 "src/counters.h", |
1022 "src/crankshaft/compilation-phase.cc", | 1023 "src/crankshaft/compilation-phase.cc", |
1023 "src/crankshaft/compilation-phase.h", | 1024 "src/crankshaft/compilation-phase.h", |
1024 "src/crankshaft/hydrogen-alias-analysis.h", | 1025 "src/crankshaft/hydrogen-alias-analysis.h", |
1025 "src/crankshaft/hydrogen-bce.cc", | 1026 "src/crankshaft/hydrogen-bce.cc", |
1026 "src/crankshaft/hydrogen-bce.h", | 1027 "src/crankshaft/hydrogen-bce.h", |
1027 "src/crankshaft/hydrogen-canonicalize.cc", | 1028 "src/crankshaft/hydrogen-canonicalize.cc", |
1028 "src/crankshaft/hydrogen-canonicalize.h", | 1029 "src/crankshaft/hydrogen-canonicalize.h", |
1029 "src/crankshaft/hydrogen-check-elimination.cc", | 1030 "src/crankshaft/hydrogen-check-elimination.cc", |
(...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2197 | 2198 |
2198 deps = [ | 2199 deps = [ |
2199 ":fuzzer_support", | 2200 ":fuzzer_support", |
2200 ] | 2201 ] |
2201 | 2202 |
2202 configs = [ | 2203 configs = [ |
2203 ":internal_config", | 2204 ":internal_config", |
2204 ":libplatform_config", | 2205 ":libplatform_config", |
2205 ] | 2206 ] |
2206 } | 2207 } |
OLD | NEW |