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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 "src/basic-block-profiler.cc", | 845 "src/basic-block-profiler.cc", |
846 "src/basic-block-profiler.h", | 846 "src/basic-block-profiler.h", |
847 "src/bignum-dtoa.cc", | 847 "src/bignum-dtoa.cc", |
848 "src/bignum-dtoa.h", | 848 "src/bignum-dtoa.h", |
849 "src/bignum.cc", | 849 "src/bignum.cc", |
850 "src/bignum.h", | 850 "src/bignum.h", |
851 "src/bit-vector.cc", | 851 "src/bit-vector.cc", |
852 "src/bit-vector.h", | 852 "src/bit-vector.h", |
853 "src/bootstrapper.cc", | 853 "src/bootstrapper.cc", |
854 "src/bootstrapper.h", | 854 "src/bootstrapper.h", |
| 855 "src/builtins/builtins-array.cc", |
| 856 "src/builtins/builtins-utils.h", |
855 "src/builtins/builtins.cc", | 857 "src/builtins/builtins.cc", |
856 "src/builtins/builtins.h", | 858 "src/builtins/builtins.h", |
857 "src/cached-powers.cc", | 859 "src/cached-powers.cc", |
858 "src/cached-powers.h", | 860 "src/cached-powers.h", |
859 "src/cancelable-task.cc", | 861 "src/cancelable-task.cc", |
860 "src/cancelable-task.h", | 862 "src/cancelable-task.h", |
861 "src/char-predicates-inl.h", | 863 "src/char-predicates-inl.h", |
862 "src/char-predicates.cc", | 864 "src/char-predicates.cc", |
863 "src/char-predicates.h", | 865 "src/char-predicates.h", |
864 "src/checks.h", | 866 "src/checks.h", |
(...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2433 | 2435 |
2434 deps = [ | 2436 deps = [ |
2435 ":fuzzer_support", | 2437 ":fuzzer_support", |
2436 ] | 2438 ] |
2437 | 2439 |
2438 configs = [ ":internal_config" ] | 2440 configs = [ ":internal_config" ] |
2439 } | 2441 } |
2440 | 2442 |
2441 v8_fuzzer("wasm_asmjs_fuzzer") { | 2443 v8_fuzzer("wasm_asmjs_fuzzer") { |
2442 } | 2444 } |
OLD | NEW |