| 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 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1366 "src/globals.h", | 1366 "src/globals.h", |
| 1367 "src/handles-inl.h", | 1367 "src/handles-inl.h", |
| 1368 "src/handles.cc", | 1368 "src/handles.cc", |
| 1369 "src/handles.h", | 1369 "src/handles.h", |
| 1370 "src/heap-symbols.h", | 1370 "src/heap-symbols.h", |
| 1371 "src/heap/array-buffer-tracker-inl.h", | 1371 "src/heap/array-buffer-tracker-inl.h", |
| 1372 "src/heap/array-buffer-tracker.cc", | 1372 "src/heap/array-buffer-tracker.cc", |
| 1373 "src/heap/array-buffer-tracker.h", | 1373 "src/heap/array-buffer-tracker.h", |
| 1374 "src/heap/code-stats.cc", | 1374 "src/heap/code-stats.cc", |
| 1375 "src/heap/code-stats.h", | 1375 "src/heap/code-stats.h", |
| 1376 "src/heap/embedder-tracing.cc", |
| 1377 "src/heap/embedder-tracing.h", |
| 1376 "src/heap/gc-idle-time-handler.cc", | 1378 "src/heap/gc-idle-time-handler.cc", |
| 1377 "src/heap/gc-idle-time-handler.h", | 1379 "src/heap/gc-idle-time-handler.h", |
| 1378 "src/heap/gc-tracer.cc", | 1380 "src/heap/gc-tracer.cc", |
| 1379 "src/heap/gc-tracer.h", | 1381 "src/heap/gc-tracer.h", |
| 1380 "src/heap/heap-inl.h", | 1382 "src/heap/heap-inl.h", |
| 1381 "src/heap/heap.cc", | 1383 "src/heap/heap.cc", |
| 1382 "src/heap/heap.h", | 1384 "src/heap/heap.h", |
| 1383 "src/heap/incremental-marking-inl.h", | 1385 "src/heap/incremental-marking-inl.h", |
| 1384 "src/heap/incremental-marking-job.cc", | 1386 "src/heap/incremental-marking-job.cc", |
| 1385 "src/heap/incremental-marking-job.h", | 1387 "src/heap/incremental-marking-job.h", |
| (...skipping 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2996 ] | 2998 ] |
| 2997 | 2999 |
| 2998 configs = [ | 3000 configs = [ |
| 2999 ":external_config", | 3001 ":external_config", |
| 3000 ":internal_config_base", | 3002 ":internal_config_base", |
| 3001 ] | 3003 ] |
| 3002 } | 3004 } |
| 3003 | 3005 |
| 3004 v8_fuzzer("wasm_data_section_fuzzer") { | 3006 v8_fuzzer("wasm_data_section_fuzzer") { |
| 3005 } | 3007 } |
| OLD | NEW |