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 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1613 "src/runtime/runtime-i18n.cc", | 1613 "src/runtime/runtime-i18n.cc", |
1614 "src/runtime/runtime-internal.cc", | 1614 "src/runtime/runtime-internal.cc", |
1615 "src/runtime/runtime-interpreter.cc", | 1615 "src/runtime/runtime-interpreter.cc", |
1616 "src/runtime/runtime-literals.cc", | 1616 "src/runtime/runtime-literals.cc", |
1617 "src/runtime/runtime-liveedit.cc", | 1617 "src/runtime/runtime-liveedit.cc", |
1618 "src/runtime/runtime-maths.cc", | 1618 "src/runtime/runtime-maths.cc", |
1619 "src/runtime/runtime-module.cc", | 1619 "src/runtime/runtime-module.cc", |
1620 "src/runtime/runtime-numbers.cc", | 1620 "src/runtime/runtime-numbers.cc", |
1621 "src/runtime/runtime-object.cc", | 1621 "src/runtime/runtime-object.cc", |
1622 "src/runtime/runtime-operators.cc", | 1622 "src/runtime/runtime-operators.cc", |
| 1623 "src/runtime/runtime-promise.cc", |
1623 "src/runtime/runtime-proxy.cc", | 1624 "src/runtime/runtime-proxy.cc", |
1624 "src/runtime/runtime-regexp.cc", | 1625 "src/runtime/runtime-regexp.cc", |
1625 "src/runtime/runtime-scopes.cc", | 1626 "src/runtime/runtime-scopes.cc", |
1626 "src/runtime/runtime-simd.cc", | 1627 "src/runtime/runtime-simd.cc", |
1627 "src/runtime/runtime-strings.cc", | 1628 "src/runtime/runtime-strings.cc", |
1628 "src/runtime/runtime-symbol.cc", | 1629 "src/runtime/runtime-symbol.cc", |
1629 "src/runtime/runtime-test.cc", | 1630 "src/runtime/runtime-test.cc", |
1630 "src/runtime/runtime-typedarray.cc", | 1631 "src/runtime/runtime-typedarray.cc", |
1631 "src/runtime/runtime-utils.h", | 1632 "src/runtime/runtime-utils.h", |
1632 "src/runtime/runtime-wasm.cc", | 1633 "src/runtime/runtime-wasm.cc", |
(...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2976 ] | 2977 ] |
2977 | 2978 |
2978 configs = [ | 2979 configs = [ |
2979 ":external_config", | 2980 ":external_config", |
2980 ":internal_config_base", | 2981 ":internal_config_base", |
2981 ] | 2982 ] |
2982 } | 2983 } |
2983 | 2984 |
2984 v8_fuzzer("wasm_data_section_fuzzer") { | 2985 v8_fuzzer("wasm_data_section_fuzzer") { |
2985 } | 2986 } |
OLD | NEW |