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

Side by Side Diff: BUILD.gn

Issue 2655853010: [TypeFeedbackVector] Combine the literals array and the feedback vector. (Closed)
Patch Set: gyp file 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') | src/ast/ast.h » ('J')
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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/macro-assembler-arm.cc » ('j') | src/ast/ast.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698