| 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 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1429 "src/layout-descriptor-inl.h", | 1429 "src/layout-descriptor-inl.h", |
| 1430 "src/layout-descriptor.cc", | 1430 "src/layout-descriptor.cc", |
| 1431 "src/layout-descriptor.h", | 1431 "src/layout-descriptor.h", |
| 1432 "src/list-inl.h", | 1432 "src/list-inl.h", |
| 1433 "src/list.h", | 1433 "src/list.h", |
| 1434 "src/log-inl.h", | 1434 "src/log-inl.h", |
| 1435 "src/log-utils.cc", | 1435 "src/log-utils.cc", |
| 1436 "src/log-utils.h", | 1436 "src/log-utils.h", |
| 1437 "src/log.cc", | 1437 "src/log.cc", |
| 1438 "src/log.h", | 1438 "src/log.h", |
| 1439 "src/lookup-inl.h", |
| 1439 "src/lookup.cc", | 1440 "src/lookup.cc", |
| 1440 "src/lookup.h", | 1441 "src/lookup.h", |
| 1441 "src/machine-type.cc", | 1442 "src/machine-type.cc", |
| 1442 "src/machine-type.h", | 1443 "src/machine-type.h", |
| 1443 "src/macro-assembler.h", | 1444 "src/macro-assembler.h", |
| 1444 "src/messages.cc", | 1445 "src/messages.cc", |
| 1445 "src/messages.h", | 1446 "src/messages.h", |
| 1446 "src/msan.h", | 1447 "src/msan.h", |
| 1447 "src/objects-body-descriptors-inl.h", | 1448 "src/objects-body-descriptors-inl.h", |
| 1448 "src/objects-body-descriptors.h", | 1449 "src/objects-body-descriptors.h", |
| (...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2598 | 2599 |
| 2599 deps = [ | 2600 deps = [ |
| 2600 ":fuzzer_support", | 2601 ":fuzzer_support", |
| 2601 ] | 2602 ] |
| 2602 | 2603 |
| 2603 configs = [ ":internal_config" ] | 2604 configs = [ ":internal_config" ] |
| 2604 } | 2605 } |
| 2605 | 2606 |
| 2606 v8_fuzzer("wasm_code_fuzzer") { | 2607 v8_fuzzer("wasm_code_fuzzer") { |
| 2607 } | 2608 } |
| OLD | NEW |