| 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 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1465 "src/lookup-cache-inl.h", | 1465 "src/lookup-cache-inl.h", |
| 1466 "src/lookup-cache.cc", | 1466 "src/lookup-cache.cc", |
| 1467 "src/lookup-cache.h", | 1467 "src/lookup-cache.h", |
| 1468 "src/lookup.cc", | 1468 "src/lookup.cc", |
| 1469 "src/lookup.h", | 1469 "src/lookup.h", |
| 1470 "src/machine-type.cc", | 1470 "src/machine-type.cc", |
| 1471 "src/machine-type.h", | 1471 "src/machine-type.h", |
| 1472 "src/macro-assembler.h", | 1472 "src/macro-assembler.h", |
| 1473 "src/messages.cc", | 1473 "src/messages.cc", |
| 1474 "src/messages.h", | 1474 "src/messages.h", |
| 1475 "src/module-resolve-set-inl.h", |
| 1475 "src/msan.h", | 1476 "src/msan.h", |
| 1476 "src/objects-body-descriptors-inl.h", | 1477 "src/objects-body-descriptors-inl.h", |
| 1477 "src/objects-body-descriptors.h", | 1478 "src/objects-body-descriptors.h", |
| 1478 "src/objects-debug.cc", | 1479 "src/objects-debug.cc", |
| 1479 "src/objects-inl.h", | 1480 "src/objects-inl.h", |
| 1480 "src/objects-printer.cc", | 1481 "src/objects-printer.cc", |
| 1481 "src/objects.cc", | 1482 "src/objects.cc", |
| 1482 "src/objects.h", | 1483 "src/objects.h", |
| 1483 "src/ostreams.cc", | 1484 "src/ostreams.cc", |
| 1484 "src/ostreams.h", | 1485 "src/ostreams.h", |
| (...skipping 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2865 ":fuzzer_support", | 2866 ":fuzzer_support", |
| 2866 ":lib_wasm_section_fuzzer", | 2867 ":lib_wasm_section_fuzzer", |
| 2867 ":wasm_module_runner", | 2868 ":wasm_module_runner", |
| 2868 ] | 2869 ] |
| 2869 | 2870 |
| 2870 configs = [ ":internal_config" ] | 2871 configs = [ ":internal_config" ] |
| 2871 } | 2872 } |
| 2872 | 2873 |
| 2873 v8_fuzzer("wasm_data_section_fuzzer") { | 2874 v8_fuzzer("wasm_data_section_fuzzer") { |
| 2874 } | 2875 } |
| OLD | NEW |