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

Side by Side Diff: BUILD.gn

Issue 2302283002: Forking the type system between Crankshaft & Turbofan. (Closed)
Patch Set: Nits. Created 4 years, 3 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/asmjs/asm-typer.h » ('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 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 "src/assert-scope.cc", 850 "src/assert-scope.cc",
851 "src/assert-scope.h", 851 "src/assert-scope.h",
852 "src/ast/ast-expression-rewriter.cc", 852 "src/ast/ast-expression-rewriter.cc",
853 "src/ast/ast-expression-rewriter.h", 853 "src/ast/ast-expression-rewriter.h",
854 "src/ast/ast-literal-reindexer.cc", 854 "src/ast/ast-literal-reindexer.cc",
855 "src/ast/ast-literal-reindexer.h", 855 "src/ast/ast-literal-reindexer.h",
856 "src/ast/ast-numbering.cc", 856 "src/ast/ast-numbering.cc",
857 "src/ast/ast-numbering.h", 857 "src/ast/ast-numbering.h",
858 "src/ast/ast-traversal-visitor.h", 858 "src/ast/ast-traversal-visitor.h",
859 "src/ast/ast-type-bounds.h", 859 "src/ast/ast-type-bounds.h",
860 "src/ast/ast-types.cc",
861 "src/ast/ast-types.h",
860 "src/ast/ast-value-factory.cc", 862 "src/ast/ast-value-factory.cc",
861 "src/ast/ast-value-factory.h", 863 "src/ast/ast-value-factory.h",
862 "src/ast/ast.cc", 864 "src/ast/ast.cc",
863 "src/ast/ast.h", 865 "src/ast/ast.h",
864 "src/ast/context-slot-cache.cc", 866 "src/ast/context-slot-cache.cc",
865 "src/ast/context-slot-cache.h", 867 "src/ast/context-slot-cache.h",
866 "src/ast/modules.cc", 868 "src/ast/modules.cc",
867 "src/ast/modules.h", 869 "src/ast/modules.h",
868 "src/ast/prettyprinter.cc", 870 "src/ast/prettyprinter.cc",
869 "src/ast/prettyprinter.h", 871 "src/ast/prettyprinter.h",
(...skipping 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after
2595 2597
2596 deps = [ 2598 deps = [
2597 ":fuzzer_support", 2599 ":fuzzer_support",
2598 ] 2600 ]
2599 2601
2600 configs = [ ":internal_config" ] 2602 configs = [ ":internal_config" ]
2601 } 2603 }
2602 2604
2603 v8_fuzzer("wasm_code_fuzzer") { 2605 v8_fuzzer("wasm_code_fuzzer") {
2604 } 2606 }
OLDNEW
« no previous file with comments | « no previous file | src/asmjs/asm-typer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698