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

Side by Side Diff: third_party/closure_compiler/closure_args.gni

Issue 1316563002: Remove invalid compiler arg: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « ios/web/js_compile_checked.gypi ('k') | third_party/closure_compiler/closure_args.gypi » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # GYP version: third_party/closure_compiler/closure_args.gypi 5 # GYP version: third_party/closure_compiler/closure_args.gypi
6 closure_args = [ 6 closure_args = [
7 "accept_const_keyword",
8 "compilation_level=SIMPLE_OPTIMIZATIONS", 7 "compilation_level=SIMPLE_OPTIMIZATIONS",
9 "extra_annotation_name=attribute", 8 "extra_annotation_name=attribute",
10 "extra_annotation_name=demo", 9 "extra_annotation_name=demo",
11 "extra_annotation_name=element", 10 "extra_annotation_name=element",
12 "extra_annotation_name=group", 11 "extra_annotation_name=group",
13 "extra_annotation_name=homepage", 12 "extra_annotation_name=homepage",
14 "extra_annotation_name=status", 13 "extra_annotation_name=status",
15 "extra_annotation_name=submodule", 14 "extra_annotation_name=submodule",
16 "jscomp_error=accessControls", 15 "jscomp_error=accessControls",
17 "jscomp_error=ambiguousFunctionDecl", 16 "jscomp_error=ambiguousFunctionDecl",
18 "jscomp_error=checkStructDictInheritance",
19 "jscomp_error=checkTypes", 17 "jscomp_error=checkTypes",
20 "jscomp_error=checkVars", 18 "jscomp_error=checkVars",
21 "jscomp_error=constantProperty", 19 "jscomp_error=constantProperty",
22 "jscomp_error=deprecated", 20 "jscomp_error=deprecated",
23 "jscomp_error=externsValidation", 21 "jscomp_error=externsValidation",
24 "jscomp_error=globalThis", 22 "jscomp_error=globalThis",
25 "jscomp_error=invalidCasts", 23 "jscomp_error=invalidCasts",
26 "jscomp_error=missingProperties", 24 "jscomp_error=missingProperties",
27 "jscomp_error=missingReturn", 25 "jscomp_error=missingReturn",
28 "jscomp_error=nonStandardJsDocs", 26 "jscomp_error=nonStandardJsDocs",
29 "jscomp_error=suspiciousCode", 27 "jscomp_error=suspiciousCode",
30 "jscomp_error=undefinedNames", 28 "jscomp_error=undefinedNames",
31 "jscomp_error=undefinedVars", 29 "jscomp_error=undefinedVars",
32 "jscomp_error=unknownDefines", 30 "jscomp_error=unknownDefines",
33 "jscomp_error=uselessCode", 31 "jscomp_error=uselessCode",
34 "jscomp_error=visibility", 32 "jscomp_error=visibility",
35 "language_in=ECMASCRIPT6_STRICT", 33 "language_in=ECMASCRIPT6_STRICT",
36 "language_out=ECMASCRIPT5_STRICT", 34 "language_out=ECMASCRIPT5_STRICT",
37 "polymer_pass", 35 "polymer_pass",
38 "source_map_format=V3", 36 "source_map_format=V3",
39 "summary_detail_level=3", 37 "summary_detail_level=3",
40 ] 38 ]
41 39
42 default_disabled_closure_args = [ 40 default_disabled_closure_args = [
43 "jscomp_off=duplicate", 41 "jscomp_off=duplicate",
44 "jscomp_off=misplacedTypeAnnotation", 42 "jscomp_off=misplacedTypeAnnotation",
45 ] 43 ]
OLDNEW
« no previous file with comments | « ios/web/js_compile_checked.gypi ('k') | third_party/closure_compiler/closure_args.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698