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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
782 "src/builtins.cc", | 782 "src/builtins.cc", |
783 "src/builtins.h", | 783 "src/builtins.h", |
784 "src/cached-powers.cc", | 784 "src/cached-powers.cc", |
785 "src/cached-powers.h", | 785 "src/cached-powers.h", |
786 "src/cancelable-task.cc", | 786 "src/cancelable-task.cc", |
787 "src/cancelable-task.h", | 787 "src/cancelable-task.h", |
788 "src/char-predicates-inl.h", | 788 "src/char-predicates-inl.h", |
789 "src/char-predicates.cc", | 789 "src/char-predicates.cc", |
790 "src/char-predicates.h", | 790 "src/char-predicates.h", |
791 "src/checks.h", | 791 "src/checks.h", |
| 792 "src/code-events.h", |
792 "src/code-factory.cc", | 793 "src/code-factory.cc", |
793 "src/code-factory.h", | 794 "src/code-factory.h", |
794 "src/code-stub-assembler.cc", | 795 "src/code-stub-assembler.cc", |
795 "src/code-stub-assembler.h", | 796 "src/code-stub-assembler.h", |
796 "src/code-stubs-hydrogen.cc", | 797 "src/code-stubs-hydrogen.cc", |
797 "src/code-stubs.cc", | 798 "src/code-stubs.cc", |
798 "src/code-stubs.h", | 799 "src/code-stubs.h", |
799 "src/codegen.cc", | 800 "src/codegen.cc", |
800 "src/codegen.h", | 801 "src/codegen.h", |
801 "src/collector.h", | 802 "src/collector.h", |
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2245 | 2246 |
2246 deps = [ | 2247 deps = [ |
2247 ":fuzzer_support", | 2248 ":fuzzer_support", |
2248 ] | 2249 ] |
2249 | 2250 |
2250 configs = [ ":internal_config" ] | 2251 configs = [ ":internal_config" ] |
2251 } | 2252 } |
2252 | 2253 |
2253 v8_fuzzer("wasm_asmjs_fuzzer") { | 2254 v8_fuzzer("wasm_asmjs_fuzzer") { |
2254 } | 2255 } |
OLD | NEW |