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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 | 431 |
432 # NOSORT | 432 # NOSORT |
433 sources = [ | 433 sources = [ |
434 "src/js/macros.py", | 434 "src/js/macros.py", |
435 "src/messages.h", | 435 "src/messages.h", |
436 "src/js/prologue.js", | 436 "src/js/prologue.js", |
437 "src/js/runtime.js", | 437 "src/js/runtime.js", |
438 "src/js/v8natives.js", | 438 "src/js/v8natives.js", |
439 "src/js/array.js", | 439 "src/js/array.js", |
440 "src/js/string.js", | 440 "src/js/string.js", |
441 "src/js/arraybuffer.js", | |
442 "src/js/typedarray.js", | 441 "src/js/typedarray.js", |
443 "src/js/collection.js", | 442 "src/js/collection.js", |
444 "src/js/weak-collection.js", | 443 "src/js/weak-collection.js", |
445 "src/js/collection-iterator.js", | 444 "src/js/collection-iterator.js", |
446 "src/js/promise.js", | 445 "src/js/promise.js", |
447 "src/js/messages.js", | 446 "src/js/messages.js", |
448 "src/js/templates.js", | 447 "src/js/templates.js", |
449 "src/js/spread.js", | 448 "src/js/spread.js", |
450 "src/js/proxy.js", | 449 "src/js/proxy.js", |
451 "src/js/harmony-string-padding.js", | 450 "src/js/harmony-string-padding.js", |
(...skipping 2663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3115 ] | 3114 ] |
3116 | 3115 |
3117 configs = [ | 3116 configs = [ |
3118 ":external_config", | 3117 ":external_config", |
3119 ":internal_config_base", | 3118 ":internal_config_base", |
3120 ] | 3119 ] |
3121 } | 3120 } |
3122 | 3121 |
3123 v8_fuzzer("wasm_compile_fuzzer") { | 3122 v8_fuzzer("wasm_compile_fuzzer") { |
3124 } | 3123 } |
OLD | NEW |