| 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 | 845 |
| 846 sources = [ | 846 sources = [ |
| 847 "//base/trace_event/common/trace_event_common.h", | 847 "//base/trace_event/common/trace_event_common.h", |
| 848 | 848 |
| 849 ### gcmole(all) ### | 849 ### gcmole(all) ### |
| 850 "include/v8-debug.h", | 850 "include/v8-debug.h", |
| 851 "include/v8-experimental.h", | 851 "include/v8-experimental.h", |
| 852 "include/v8-platform.h", | 852 "include/v8-platform.h", |
| 853 "include/v8-profiler.h", | 853 "include/v8-profiler.h", |
| 854 "include/v8-testing.h", | 854 "include/v8-testing.h", |
| 855 "include/v8-tracing.h", | |
| 856 "include/v8-util.h", | 855 "include/v8-util.h", |
| 857 "include/v8-version.h", | 856 "include/v8-version.h", |
| 858 "include/v8.h", | 857 "include/v8.h", |
| 859 "include/v8config.h", | 858 "include/v8config.h", |
| 860 "src/accessors.cc", | 859 "src/accessors.cc", |
| 861 "src/accessors.h", | 860 "src/accessors.h", |
| 862 "src/address-map.cc", | 861 "src/address-map.cc", |
| 863 "src/address-map.h", | 862 "src/address-map.h", |
| 864 "src/allocation-site-scopes.cc", | 863 "src/allocation-site-scopes.cc", |
| 865 "src/allocation-site-scopes.h", | 864 "src/allocation-site-scopes.h", |
| (...skipping 2114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2980 ] | 2979 ] |
| 2981 | 2980 |
| 2982 configs = [ | 2981 configs = [ |
| 2983 ":external_config", | 2982 ":external_config", |
| 2984 ":internal_config_base", | 2983 ":internal_config_base", |
| 2985 ] | 2984 ] |
| 2986 } | 2985 } |
| 2987 | 2986 |
| 2988 v8_fuzzer("wasm_data_section_fuzzer") { | 2987 v8_fuzzer("wasm_data_section_fuzzer") { |
| 2989 } | 2988 } |
| OLD | NEW |