| 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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 919 "src/asmjs/switch-logic.h", | 919 "src/asmjs/switch-logic.h", |
| 920 "src/assembler-inl.h", | 920 "src/assembler-inl.h", |
| 921 "src/assembler.cc", | 921 "src/assembler.cc", |
| 922 "src/assembler.h", | 922 "src/assembler.h", |
| 923 "src/assert-scope.cc", | 923 "src/assert-scope.cc", |
| 924 "src/assert-scope.h", | 924 "src/assert-scope.h", |
| 925 "src/ast/ast-expression-rewriter.cc", | 925 "src/ast/ast-expression-rewriter.cc", |
| 926 "src/ast/ast-expression-rewriter.h", | 926 "src/ast/ast-expression-rewriter.h", |
| 927 "src/ast/ast-function-literal-id-reindexer.cc", | 927 "src/ast/ast-function-literal-id-reindexer.cc", |
| 928 "src/ast/ast-function-literal-id-reindexer.h", | 928 "src/ast/ast-function-literal-id-reindexer.h", |
| 929 "src/ast/ast-literal-reindexer.cc", | |
| 930 "src/ast/ast-literal-reindexer.h", | |
| 931 "src/ast/ast-numbering.cc", | 929 "src/ast/ast-numbering.cc", |
| 932 "src/ast/ast-numbering.h", | 930 "src/ast/ast-numbering.h", |
| 933 "src/ast/ast-traversal-visitor.h", | 931 "src/ast/ast-traversal-visitor.h", |
| 934 "src/ast/ast-type-bounds.h", | 932 "src/ast/ast-type-bounds.h", |
| 935 "src/ast/ast-types.cc", | 933 "src/ast/ast-types.cc", |
| 936 "src/ast/ast-types.h", | 934 "src/ast/ast-types.h", |
| 937 "src/ast/ast-value-factory.cc", | 935 "src/ast/ast-value-factory.cc", |
| 938 "src/ast/ast-value-factory.h", | 936 "src/ast/ast-value-factory.h", |
| 939 "src/ast/ast.cc", | 937 "src/ast/ast.cc", |
| 940 "src/ast/ast.h", | 938 "src/ast/ast.h", |
| (...skipping 2122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3063 ] | 3061 ] |
| 3064 | 3062 |
| 3065 configs = [ | 3063 configs = [ |
| 3066 ":external_config", | 3064 ":external_config", |
| 3067 ":internal_config_base", | 3065 ":internal_config_base", |
| 3068 ] | 3066 ] |
| 3069 } | 3067 } |
| 3070 | 3068 |
| 3071 v8_fuzzer("wasm_data_section_fuzzer") { | 3069 v8_fuzzer("wasm_data_section_fuzzer") { |
| 3072 } | 3070 } |
| OLD | NEW |