| 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 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1443 "src/heap/spaces-inl.h", | 1443 "src/heap/spaces-inl.h", |
| 1444 "src/heap/spaces.cc", | 1444 "src/heap/spaces.cc", |
| 1445 "src/heap/spaces.h", | 1445 "src/heap/spaces.h", |
| 1446 "src/heap/store-buffer.cc", | 1446 "src/heap/store-buffer.cc", |
| 1447 "src/heap/store-buffer.h", | 1447 "src/heap/store-buffer.h", |
| 1448 "src/i18n.cc", | 1448 "src/i18n.cc", |
| 1449 "src/i18n.h", | 1449 "src/i18n.h", |
| 1450 "src/ic/access-compiler-data.h", | 1450 "src/ic/access-compiler-data.h", |
| 1451 "src/ic/access-compiler.cc", | 1451 "src/ic/access-compiler.cc", |
| 1452 "src/ic/access-compiler.h", | 1452 "src/ic/access-compiler.h", |
| 1453 "src/ic/accessor-assembler-impl.h", | |
| 1454 "src/ic/accessor-assembler.cc", | 1453 "src/ic/accessor-assembler.cc", |
| 1455 "src/ic/accessor-assembler.h", | 1454 "src/ic/accessor-assembler.h", |
| 1456 "src/ic/call-optimization.cc", | 1455 "src/ic/call-optimization.cc", |
| 1457 "src/ic/call-optimization.h", | 1456 "src/ic/call-optimization.h", |
| 1458 "src/ic/handler-compiler.cc", | 1457 "src/ic/handler-compiler.cc", |
| 1459 "src/ic/handler-compiler.h", | 1458 "src/ic/handler-compiler.h", |
| 1460 "src/ic/handler-configuration-inl.h", | 1459 "src/ic/handler-configuration-inl.h", |
| 1461 "src/ic/handler-configuration.h", | 1460 "src/ic/handler-configuration.h", |
| 1462 "src/ic/ic-compiler.cc", | 1461 "src/ic/ic-compiler.cc", |
| 1463 "src/ic/ic-compiler.h", | 1462 "src/ic/ic-compiler.h", |
| (...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3057 ] | 3056 ] |
| 3058 | 3057 |
| 3059 configs = [ | 3058 configs = [ |
| 3060 ":external_config", | 3059 ":external_config", |
| 3061 ":internal_config_base", | 3060 ":internal_config_base", |
| 3062 ] | 3061 ] |
| 3063 } | 3062 } |
| 3064 | 3063 |
| 3065 v8_fuzzer("wasm_data_section_fuzzer") { | 3064 v8_fuzzer("wasm_data_section_fuzzer") { |
| 3066 } | 3065 } |
| OLD | NEW |