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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 # NOSORT | 403 # NOSORT |
404 sources = [ | 404 sources = [ |
405 "src/js/macros.py", | 405 "src/js/macros.py", |
406 "src/messages.h", | 406 "src/messages.h", |
407 "src/js/prologue.js", | 407 "src/js/prologue.js", |
408 "src/js/runtime.js", | 408 "src/js/runtime.js", |
409 "src/js/v8natives.js", | 409 "src/js/v8natives.js", |
410 "src/js/symbol.js", | 410 "src/js/symbol.js", |
411 "src/js/array.js", | 411 "src/js/array.js", |
412 "src/js/string.js", | 412 "src/js/string.js", |
413 "src/js/regexp.js", | |
414 "src/js/arraybuffer.js", | 413 "src/js/arraybuffer.js", |
415 "src/js/typedarray.js", | 414 "src/js/typedarray.js", |
416 "src/js/collection.js", | 415 "src/js/collection.js", |
417 "src/js/weak-collection.js", | 416 "src/js/weak-collection.js", |
418 "src/js/collection-iterator.js", | 417 "src/js/collection-iterator.js", |
419 "src/js/promise.js", | 418 "src/js/promise.js", |
420 "src/js/messages.js", | 419 "src/js/messages.js", |
421 "src/js/templates.js", | 420 "src/js/templates.js", |
422 "src/js/spread.js", | 421 "src/js/spread.js", |
423 "src/js/proxy.js", | 422 "src/js/proxy.js", |
(...skipping 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2980 ] | 2979 ] |
2981 | 2980 |
2982 configs = [ | 2981 configs = [ |
2983 ":external_config", | 2982 ":external_config", |
2984 ":internal_config_base", | 2983 ":internal_config_base", |
2985 ] | 2984 ] |
2986 } | 2985 } |
2987 | 2986 |
2988 v8_fuzzer("wasm_data_section_fuzzer") { | 2987 v8_fuzzer("wasm_data_section_fuzzer") { |
2989 } | 2988 } |
OLD | NEW |