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 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1384 "src/heap/mark-compact.h", | 1384 "src/heap/mark-compact.h", |
1385 "src/heap/marking.h", | 1385 "src/heap/marking.h", |
1386 "src/heap/memory-reducer.cc", | 1386 "src/heap/memory-reducer.cc", |
1387 "src/heap/memory-reducer.h", | 1387 "src/heap/memory-reducer.h", |
1388 "src/heap/object-stats.cc", | 1388 "src/heap/object-stats.cc", |
1389 "src/heap/object-stats.h", | 1389 "src/heap/object-stats.h", |
1390 "src/heap/objects-visiting-inl.h", | 1390 "src/heap/objects-visiting-inl.h", |
1391 "src/heap/objects-visiting.cc", | 1391 "src/heap/objects-visiting.cc", |
1392 "src/heap/objects-visiting.h", | 1392 "src/heap/objects-visiting.h", |
1393 "src/heap/page-parallel-job.h", | 1393 "src/heap/page-parallel-job.h", |
1394 "src/heap/remembered-set.cc", | |
1395 "src/heap/remembered-set.h", | 1394 "src/heap/remembered-set.h", |
1396 "src/heap/scavenge-job.cc", | 1395 "src/heap/scavenge-job.cc", |
1397 "src/heap/scavenge-job.h", | 1396 "src/heap/scavenge-job.h", |
1398 "src/heap/scavenger-inl.h", | 1397 "src/heap/scavenger-inl.h", |
1399 "src/heap/scavenger.cc", | 1398 "src/heap/scavenger.cc", |
1400 "src/heap/scavenger.h", | 1399 "src/heap/scavenger.h", |
1401 "src/heap/slot-set.h", | 1400 "src/heap/slot-set.h", |
1402 "src/heap/spaces-inl.h", | 1401 "src/heap/spaces-inl.h", |
1403 "src/heap/spaces.cc", | 1402 "src/heap/spaces.cc", |
1404 "src/heap/spaces.h", | 1403 "src/heap/spaces.h", |
(...skipping 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2964 ] | 2963 ] |
2965 | 2964 |
2966 configs = [ | 2965 configs = [ |
2967 ":external_config", | 2966 ":external_config", |
2968 ":internal_config_base", | 2967 ":internal_config_base", |
2969 ] | 2968 ] |
2970 } | 2969 } |
2971 | 2970 |
2972 v8_fuzzer("wasm_data_section_fuzzer") { | 2971 v8_fuzzer("wasm_data_section_fuzzer") { |
2973 } | 2972 } |
OLD | NEW |