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 1754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1765 "src/crankshaft/x64/lithium-x64.h", | 1765 "src/crankshaft/x64/lithium-x64.h", |
1766 "src/debug/x64/debug-x64.cc", | 1766 "src/debug/x64/debug-x64.cc", |
1767 "src/full-codegen/x64/full-codegen-x64.cc", | 1767 "src/full-codegen/x64/full-codegen-x64.cc", |
1768 "src/ic/x64/access-compiler-x64.cc", | 1768 "src/ic/x64/access-compiler-x64.cc", |
1769 "src/ic/x64/handler-compiler-x64.cc", | 1769 "src/ic/x64/handler-compiler-x64.cc", |
1770 "src/ic/x64/ic-compiler-x64.cc", | 1770 "src/ic/x64/ic-compiler-x64.cc", |
1771 "src/ic/x64/ic-x64.cc", | 1771 "src/ic/x64/ic-x64.cc", |
1772 "src/ic/x64/stub-cache-x64.cc", | 1772 "src/ic/x64/stub-cache-x64.cc", |
1773 "src/regexp/x64/regexp-macro-assembler-x64.cc", | 1773 "src/regexp/x64/regexp-macro-assembler-x64.cc", |
1774 "src/regexp/x64/regexp-macro-assembler-x64.h", | 1774 "src/regexp/x64/regexp-macro-assembler-x64.h", |
| 1775 "src/third_party/valgrind/valgrind.h", |
1775 "src/x64/assembler-x64-inl.h", | 1776 "src/x64/assembler-x64-inl.h", |
1776 "src/x64/assembler-x64.cc", | 1777 "src/x64/assembler-x64.cc", |
1777 "src/x64/assembler-x64.h", | 1778 "src/x64/assembler-x64.h", |
1778 "src/x64/code-stubs-x64.cc", | 1779 "src/x64/code-stubs-x64.cc", |
1779 "src/x64/code-stubs-x64.h", | 1780 "src/x64/code-stubs-x64.h", |
1780 "src/x64/codegen-x64.cc", | 1781 "src/x64/codegen-x64.cc", |
1781 "src/x64/codegen-x64.h", | 1782 "src/x64/codegen-x64.h", |
1782 "src/x64/cpu-x64.cc", | 1783 "src/x64/cpu-x64.cc", |
1783 "src/x64/deoptimizer-x64.cc", | 1784 "src/x64/deoptimizer-x64.cc", |
1784 "src/x64/disasm-x64.cc", | 1785 "src/x64/disasm-x64.cc", |
(...skipping 996 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 |