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 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1675 "src/source-position-table.cc", | 1675 "src/source-position-table.cc", |
1676 "src/source-position-table.h", | 1676 "src/source-position-table.h", |
1677 "src/source-position.cc", | 1677 "src/source-position.cc", |
1678 "src/source-position.h", | 1678 "src/source-position.h", |
1679 "src/splay-tree-inl.h", | 1679 "src/splay-tree-inl.h", |
1680 "src/splay-tree.h", | 1680 "src/splay-tree.h", |
1681 "src/startup-data-util.cc", | 1681 "src/startup-data-util.cc", |
1682 "src/startup-data-util.h", | 1682 "src/startup-data-util.h", |
1683 "src/string-builder.cc", | 1683 "src/string-builder.cc", |
1684 "src/string-builder.h", | 1684 "src/string-builder.h", |
| 1685 "src/string-case.cc", |
| 1686 "src/string-case.h", |
1685 "src/string-search.h", | 1687 "src/string-search.h", |
1686 "src/string-stream.cc", | 1688 "src/string-stream.cc", |
1687 "src/string-stream.h", | 1689 "src/string-stream.h", |
1688 "src/strtod.cc", | 1690 "src/strtod.cc", |
1689 "src/strtod.h", | 1691 "src/strtod.h", |
1690 "src/tracing/trace-event.cc", | 1692 "src/tracing/trace-event.cc", |
1691 "src/tracing/trace-event.h", | 1693 "src/tracing/trace-event.h", |
1692 "src/tracing/traced-value.cc", | 1694 "src/tracing/traced-value.cc", |
1693 "src/tracing/traced-value.h", | 1695 "src/tracing/traced-value.h", |
1694 "src/tracing/tracing-category-observer.cc", | 1696 "src/tracing/tracing-category-observer.cc", |
(...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2986 ] | 2988 ] |
2987 | 2989 |
2988 configs = [ | 2990 configs = [ |
2989 ":external_config", | 2991 ":external_config", |
2990 ":internal_config_base", | 2992 ":internal_config_base", |
2991 ] | 2993 ] |
2992 } | 2994 } |
2993 | 2995 |
2994 v8_fuzzer("wasm_data_section_fuzzer") { | 2996 v8_fuzzer("wasm_data_section_fuzzer") { |
2995 } | 2997 } |
OLD | NEW |