| 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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 "src/asmjs/switch-logic.h", | 926 "src/asmjs/switch-logic.h", |
| 927 "src/assembler-inl.h", | 927 "src/assembler-inl.h", |
| 928 "src/assembler.cc", | 928 "src/assembler.cc", |
| 929 "src/assembler.h", | 929 "src/assembler.h", |
| 930 "src/assert-scope.cc", | 930 "src/assert-scope.cc", |
| 931 "src/assert-scope.h", | 931 "src/assert-scope.h", |
| 932 "src/ast/ast-expression-rewriter.cc", | 932 "src/ast/ast-expression-rewriter.cc", |
| 933 "src/ast/ast-expression-rewriter.h", | 933 "src/ast/ast-expression-rewriter.h", |
| 934 "src/ast/ast-function-literal-id-reindexer.cc", | 934 "src/ast/ast-function-literal-id-reindexer.cc", |
| 935 "src/ast/ast-function-literal-id-reindexer.h", | 935 "src/ast/ast-function-literal-id-reindexer.h", |
| 936 "src/ast/ast-literal-reindexer.cc", | |
| 937 "src/ast/ast-literal-reindexer.h", | |
| 938 "src/ast/ast-numbering.cc", | 936 "src/ast/ast-numbering.cc", |
| 939 "src/ast/ast-numbering.h", | 937 "src/ast/ast-numbering.h", |
| 940 "src/ast/ast-traversal-visitor.h", | 938 "src/ast/ast-traversal-visitor.h", |
| 941 "src/ast/ast-type-bounds.h", | 939 "src/ast/ast-type-bounds.h", |
| 942 "src/ast/ast-types.cc", | 940 "src/ast/ast-types.cc", |
| 943 "src/ast/ast-types.h", | 941 "src/ast/ast-types.h", |
| 944 "src/ast/ast-value-factory.cc", | 942 "src/ast/ast-value-factory.cc", |
| 945 "src/ast/ast-value-factory.h", | 943 "src/ast/ast-value-factory.h", |
| 946 "src/ast/ast.cc", | 944 "src/ast/ast.cc", |
| 947 "src/ast/ast.h", | 945 "src/ast/ast.h", |
| (...skipping 2124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3072 ] | 3070 ] |
| 3073 | 3071 |
| 3074 configs = [ | 3072 configs = [ |
| 3075 ":external_config", | 3073 ":external_config", |
| 3076 ":internal_config_base", | 3074 ":internal_config_base", |
| 3077 ] | 3075 ] |
| 3078 } | 3076 } |
| 3079 | 3077 |
| 3080 v8_fuzzer("wasm_data_section_fuzzer") { | 3078 v8_fuzzer("wasm_data_section_fuzzer") { |
| 3081 } | 3079 } |
| OLD | NEW |