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

Side by Side Diff: BUILD.gn

Issue 2534393002: Split parsing of functions and top-level code into two separate methods (Closed)
Patch Set: updates Created 4 years 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/compiler.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 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 "src/parsing/expression-classifier.h", 1531 "src/parsing/expression-classifier.h",
1532 "src/parsing/func-name-inferrer.cc", 1532 "src/parsing/func-name-inferrer.cc",
1533 "src/parsing/func-name-inferrer.h", 1533 "src/parsing/func-name-inferrer.h",
1534 "src/parsing/parameter-initializer-rewriter.cc", 1534 "src/parsing/parameter-initializer-rewriter.cc",
1535 "src/parsing/parameter-initializer-rewriter.h", 1535 "src/parsing/parameter-initializer-rewriter.h",
1536 "src/parsing/parse-info.cc", 1536 "src/parsing/parse-info.cc",
1537 "src/parsing/parse-info.h", 1537 "src/parsing/parse-info.h",
1538 "src/parsing/parser-base.h", 1538 "src/parsing/parser-base.h",
1539 "src/parsing/parser.cc", 1539 "src/parsing/parser.cc",
1540 "src/parsing/parser.h", 1540 "src/parsing/parser.h",
1541 "src/parsing/parsing.cc",
1542 "src/parsing/parsing.h",
1541 "src/parsing/pattern-rewriter.cc", 1543 "src/parsing/pattern-rewriter.cc",
1542 "src/parsing/preparse-data-format.h", 1544 "src/parsing/preparse-data-format.h",
1543 "src/parsing/preparse-data.cc", 1545 "src/parsing/preparse-data.cc",
1544 "src/parsing/preparse-data.h", 1546 "src/parsing/preparse-data.h",
1545 "src/parsing/preparser.cc", 1547 "src/parsing/preparser.cc",
1546 "src/parsing/preparser.h", 1548 "src/parsing/preparser.h",
1547 "src/parsing/rewriter.cc", 1549 "src/parsing/rewriter.cc",
1548 "src/parsing/rewriter.h", 1550 "src/parsing/rewriter.h",
1549 "src/parsing/scanner-character-streams.cc", 1551 "src/parsing/scanner-character-streams.cc",
1550 "src/parsing/scanner-character-streams.h", 1552 "src/parsing/scanner-character-streams.h",
(...skipping 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after
2988 ] 2990 ]
2989 2991
2990 configs = [ 2992 configs = [
2991 ":external_config", 2993 ":external_config",
2992 ":internal_config_base", 2994 ":internal_config_base",
2993 ] 2995 ]
2994 } 2996 }
2995 2997
2996 v8_fuzzer("wasm_data_section_fuzzer") { 2998 v8_fuzzer("wasm_data_section_fuzzer") {
2997 } 2999 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698