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

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

Issue 1152583011: Refactor compile_js.gypi to support script_args and closure_args (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: app_remoting_webapp gyp stuff Created 5 years, 6 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'closure_args': [
7 'accept_const_keyword',
8 'compilation_level=SIMPLE_OPTIMIZATIONS',
9 'extra_annotation_name=attribute',
10 'extra_annotation_name=element',
11 'extra_annotation_name=group',
12 'extra_annotation_name=homepage',
13 'extra_annotation_name=status',
14 'extra_annotation_name=submodule',
15 'jscomp_error=accessControls',
16 'jscomp_error=ambiguousFunctionDecl',
17 'jscomp_error=checkStructDictInheritance',
18 'jscomp_error=checkTypes',
19 'jscomp_error=checkVars',
20 'jscomp_error=constantProperty',
21 'jscomp_error=deprecated',
22 'jscomp_error=externsValidation',
23 'jscomp_error=globalThis',
24 'jscomp_error=invalidCasts',
25 'jscomp_error=missingProperties',
26 'jscomp_error=missingReturn',
27 'jscomp_error=nonStandardJsDocs',
28 'jscomp_error=suspiciousCode',
29 'jscomp_error=undefinedNames',
30 'jscomp_error=undefinedVars',
31 'jscomp_error=unknownDefines',
32 'jscomp_error=uselessCode',
33 'jscomp_error=visibility',
34 'language_in=ECMASCRIPT5_STRICT',
35 'polymer_pass',
36 'source_map_format=V3',
37 'summary_detail_level=3', # compile.py depends on this for output parsing; d o not override.
38 ],
39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698