Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(922)

Side by Side Diff: BUILD.gn

Issue 2655853010: [TypeFeedbackVector] Combine the literals array and the feedback vector. (Closed)
Patch Set: more comments. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/arm/macro-assembler-arm.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/macro-assembler-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698