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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
812 "src/builtins.cc", | 812 "src/builtins.cc", |
813 "src/builtins.h", | 813 "src/builtins.h", |
814 "src/cached-powers.cc", | 814 "src/cached-powers.cc", |
815 "src/cached-powers.h", | 815 "src/cached-powers.h", |
816 "src/cancelable-task.cc", | 816 "src/cancelable-task.cc", |
817 "src/cancelable-task.h", | 817 "src/cancelable-task.h", |
818 "src/char-predicates-inl.h", | 818 "src/char-predicates-inl.h", |
819 "src/char-predicates.cc", | 819 "src/char-predicates.cc", |
820 "src/char-predicates.h", | 820 "src/char-predicates.h", |
821 "src/checks.h", | 821 "src/checks.h", |
| 822 "src/code-events.h", |
822 "src/code-factory.cc", | 823 "src/code-factory.cc", |
823 "src/code-factory.h", | 824 "src/code-factory.h", |
824 "src/code-stub-assembler.cc", | 825 "src/code-stub-assembler.cc", |
825 "src/code-stub-assembler.h", | 826 "src/code-stub-assembler.h", |
826 "src/code-stubs-hydrogen.cc", | 827 "src/code-stubs-hydrogen.cc", |
827 "src/code-stubs.cc", | 828 "src/code-stubs.cc", |
828 "src/code-stubs.h", | 829 "src/code-stubs.h", |
829 "src/codegen.cc", | 830 "src/codegen.cc", |
830 "src/codegen.h", | 831 "src/codegen.h", |
831 "src/collector.h", | 832 "src/collector.h", |
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2289 | 2290 |
2290 deps = [ | 2291 deps = [ |
2291 ":fuzzer_support", | 2292 ":fuzzer_support", |
2292 ] | 2293 ] |
2293 | 2294 |
2294 configs = [ ":internal_config" ] | 2295 configs = [ ":internal_config" ] |
2295 } | 2296 } |
2296 | 2297 |
2297 v8_fuzzer("wasm_asmjs_fuzzer") { | 2298 v8_fuzzer("wasm_asmjs_fuzzer") { |
2298 } | 2299 } |
OLD | NEW |