| 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 2082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2093 "src/base/debug/stack_trace.h", | 2093 "src/base/debug/stack_trace.h", |
| 2094 "src/base/division-by-constant.cc", | 2094 "src/base/division-by-constant.cc", |
| 2095 "src/base/division-by-constant.h", | 2095 "src/base/division-by-constant.h", |
| 2096 "src/base/file-utils.cc", | 2096 "src/base/file-utils.cc", |
| 2097 "src/base/file-utils.h", | 2097 "src/base/file-utils.h", |
| 2098 "src/base/flags.h", | 2098 "src/base/flags.h", |
| 2099 "src/base/format-macros.h", | 2099 "src/base/format-macros.h", |
| 2100 "src/base/free_deleter.h", | 2100 "src/base/free_deleter.h", |
| 2101 "src/base/functional.cc", | 2101 "src/base/functional.cc", |
| 2102 "src/base/functional.h", | 2102 "src/base/functional.h", |
| 2103 "src/base/hashmap-entry.h", |
| 2103 "src/base/hashmap.h", | 2104 "src/base/hashmap.h", |
| 2104 "src/base/ieee754.cc", | 2105 "src/base/ieee754.cc", |
| 2105 "src/base/ieee754.h", | 2106 "src/base/ieee754.h", |
| 2106 "src/base/iterator.h", | 2107 "src/base/iterator.h", |
| 2107 "src/base/lazy-instance.h", | 2108 "src/base/lazy-instance.h", |
| 2108 "src/base/logging.cc", | 2109 "src/base/logging.cc", |
| 2109 "src/base/logging.h", | 2110 "src/base/logging.h", |
| 2110 "src/base/macros.h", | 2111 "src/base/macros.h", |
| 2111 "src/base/once.cc", | 2112 "src/base/once.cc", |
| 2112 "src/base/once.h", | 2113 "src/base/once.h", |
| (...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2781 ":fuzzer_support", | 2782 ":fuzzer_support", |
| 2782 ":lib_wasm_section_fuzzer", | 2783 ":lib_wasm_section_fuzzer", |
| 2783 ":wasm_module_runner", | 2784 ":wasm_module_runner", |
| 2784 ] | 2785 ] |
| 2785 | 2786 |
| 2786 configs = [ ":internal_config" ] | 2787 configs = [ ":internal_config" ] |
| 2787 } | 2788 } |
| 2788 | 2789 |
| 2789 v8_fuzzer("wasm_data_section_fuzzer") { | 2790 v8_fuzzer("wasm_data_section_fuzzer") { |
| 2790 } | 2791 } |
| OLD | NEW |