| 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 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1148     "src/compiler/register-allocator.cc", | 1148     "src/compiler/register-allocator.cc", | 
| 1149     "src/compiler/register-allocator.h", | 1149     "src/compiler/register-allocator.h", | 
| 1150     "src/compiler/representation-change.cc", | 1150     "src/compiler/representation-change.cc", | 
| 1151     "src/compiler/representation-change.h", | 1151     "src/compiler/representation-change.h", | 
| 1152     "src/compiler/schedule.cc", | 1152     "src/compiler/schedule.cc", | 
| 1153     "src/compiler/schedule.h", | 1153     "src/compiler/schedule.h", | 
| 1154     "src/compiler/scheduler.cc", | 1154     "src/compiler/scheduler.cc", | 
| 1155     "src/compiler/scheduler.h", | 1155     "src/compiler/scheduler.h", | 
| 1156     "src/compiler/select-lowering.cc", | 1156     "src/compiler/select-lowering.cc", | 
| 1157     "src/compiler/select-lowering.h", | 1157     "src/compiler/select-lowering.h", | 
|  | 1158     "src/compiler/simd-scalar-lowering.cc", | 
|  | 1159     "src/compiler/simd-scalar-lowering.h", | 
| 1158     "src/compiler/simplified-lowering.cc", | 1160     "src/compiler/simplified-lowering.cc", | 
| 1159     "src/compiler/simplified-lowering.h", | 1161     "src/compiler/simplified-lowering.h", | 
| 1160     "src/compiler/simplified-operator-reducer.cc", | 1162     "src/compiler/simplified-operator-reducer.cc", | 
| 1161     "src/compiler/simplified-operator-reducer.h", | 1163     "src/compiler/simplified-operator-reducer.h", | 
| 1162     "src/compiler/simplified-operator.cc", | 1164     "src/compiler/simplified-operator.cc", | 
| 1163     "src/compiler/simplified-operator.h", | 1165     "src/compiler/simplified-operator.h", | 
| 1164     "src/compiler/source-position.cc", | 1166     "src/compiler/source-position.cc", | 
| 1165     "src/compiler/source-position.h", | 1167     "src/compiler/source-position.h", | 
| 1166     "src/compiler/state-values-utils.cc", | 1168     "src/compiler/state-values-utils.cc", | 
| 1167     "src/compiler/state-values-utils.h", | 1169     "src/compiler/state-values-utils.h", | 
| (...skipping 1811 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 2979   ] | 2981   ] | 
| 2980 | 2982 | 
| 2981   configs = [ | 2983   configs = [ | 
| 2982     ":external_config", | 2984     ":external_config", | 
| 2983     ":internal_config_base", | 2985     ":internal_config_base", | 
| 2984   ] | 2986   ] | 
| 2985 } | 2987 } | 
| 2986 | 2988 | 
| 2987 v8_fuzzer("wasm_data_section_fuzzer") { | 2989 v8_fuzzer("wasm_data_section_fuzzer") { | 
| 2988 } | 2990 } | 
| OLD | NEW | 
|---|