| 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 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1527 "src/interpreter/interpreter.h", | 1527 "src/interpreter/interpreter.h", |
| 1528 "src/isolate-inl.h", | 1528 "src/isolate-inl.h", |
| 1529 "src/isolate.cc", | 1529 "src/isolate.cc", |
| 1530 "src/isolate.h", | 1530 "src/isolate.h", |
| 1531 "src/json-parser.cc", | 1531 "src/json-parser.cc", |
| 1532 "src/json-parser.h", | 1532 "src/json-parser.h", |
| 1533 "src/json-stringifier.cc", | 1533 "src/json-stringifier.cc", |
| 1534 "src/json-stringifier.h", | 1534 "src/json-stringifier.h", |
| 1535 "src/keys.cc", | 1535 "src/keys.cc", |
| 1536 "src/keys.h", | 1536 "src/keys.h", |
| 1537 "src/label.h", |
| 1537 "src/layout-descriptor-inl.h", | 1538 "src/layout-descriptor-inl.h", |
| 1538 "src/layout-descriptor.cc", | 1539 "src/layout-descriptor.cc", |
| 1539 "src/layout-descriptor.h", | 1540 "src/layout-descriptor.h", |
| 1540 "src/list-inl.h", | 1541 "src/list-inl.h", |
| 1541 "src/list.h", | 1542 "src/list.h", |
| 1542 "src/locked-queue-inl.h", | 1543 "src/locked-queue-inl.h", |
| 1543 "src/locked-queue.h", | 1544 "src/locked-queue.h", |
| 1544 "src/log-inl.h", | 1545 "src/log-inl.h", |
| 1545 "src/log-utils.cc", | 1546 "src/log-utils.cc", |
| 1546 "src/log-utils.h", | 1547 "src/log-utils.h", |
| (...skipping 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3059 ] | 3060 ] |
| 3060 | 3061 |
| 3061 configs = [ | 3062 configs = [ |
| 3062 ":external_config", | 3063 ":external_config", |
| 3063 ":internal_config_base", | 3064 ":internal_config_base", |
| 3064 ] | 3065 ] |
| 3065 } | 3066 } |
| 3066 | 3067 |
| 3067 v8_fuzzer("wasm_data_section_fuzzer") { | 3068 v8_fuzzer("wasm_data_section_fuzzer") { |
| 3068 } | 3069 } |
| OLD | NEW |