| 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 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 "src/heap/scavenger.cc", | 1369 "src/heap/scavenger.cc", |
| 1370 "src/heap/scavenger.h", | 1370 "src/heap/scavenger.h", |
| 1371 "src/heap/slot-set.h", | 1371 "src/heap/slot-set.h", |
| 1372 "src/heap/spaces-inl.h", | 1372 "src/heap/spaces-inl.h", |
| 1373 "src/heap/spaces.cc", | 1373 "src/heap/spaces.cc", |
| 1374 "src/heap/spaces.h", | 1374 "src/heap/spaces.h", |
| 1375 "src/heap/store-buffer.cc", | 1375 "src/heap/store-buffer.cc", |
| 1376 "src/heap/store-buffer.h", | 1376 "src/heap/store-buffer.h", |
| 1377 "src/i18n.cc", | 1377 "src/i18n.cc", |
| 1378 "src/i18n.h", | 1378 "src/i18n.h", |
| 1379 "src/ic/access-compiler-data.h", |
| 1379 "src/ic/access-compiler.cc", | 1380 "src/ic/access-compiler.cc", |
| 1380 "src/ic/access-compiler.h", | 1381 "src/ic/access-compiler.h", |
| 1381 "src/ic/call-optimization.cc", | 1382 "src/ic/call-optimization.cc", |
| 1382 "src/ic/call-optimization.h", | 1383 "src/ic/call-optimization.h", |
| 1383 "src/ic/handler-compiler.cc", | 1384 "src/ic/handler-compiler.cc", |
| 1384 "src/ic/handler-compiler.h", | 1385 "src/ic/handler-compiler.h", |
| 1385 "src/ic/handler-configuration.h", | 1386 "src/ic/handler-configuration.h", |
| 1386 "src/ic/ic-compiler.cc", | 1387 "src/ic/ic-compiler.cc", |
| 1387 "src/ic/ic-compiler.h", | 1388 "src/ic/ic-compiler.h", |
| 1388 "src/ic/ic-inl.h", | 1389 "src/ic/ic-inl.h", |
| (...skipping 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2934 ] | 2935 ] |
| 2935 | 2936 |
| 2936 configs = [ | 2937 configs = [ |
| 2937 ":external_config", | 2938 ":external_config", |
| 2938 ":internal_config_base", | 2939 ":internal_config_base", |
| 2939 ] | 2940 ] |
| 2940 } | 2941 } |
| 2941 | 2942 |
| 2942 v8_fuzzer("wasm_data_section_fuzzer") { | 2943 v8_fuzzer("wasm_data_section_fuzzer") { |
| 2943 } | 2944 } |
| OLD | NEW |