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

Unified Diff: third_party/closure_compiler/closure_args.gypi

Issue 2131373002: Add @abstract to allowed Closure linter tags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: third_party/closure_compiler/closure_args.gypi
diff --git a/third_party/closure_compiler/closure_args.gypi b/third_party/closure_compiler/closure_args.gypi
index b116656611030773f49864af4e880c3c0f52d42c..549640653d73ffa686a6300c0efc17f2b7ebe339 100644
--- a/third_party/closure_compiler/closure_args.gypi
+++ b/third_party/closure_compiler/closure_args.gypi
@@ -2,9 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# GN version: third_party/closure_compiler/closure_args.gni
{
'closure_args': [
'compilation_level=SIMPLE_OPTIMIZATIONS',
+
+ # Keep this in sync with chrome/browser/web_dev_style/js_checker.py.
'extra_annotation_name=attribute',
'extra_annotation_name=demo',
'extra_annotation_name=element',
@@ -13,6 +16,7 @@
'extra_annotation_name=homepage',
'extra_annotation_name=status',
'extra_annotation_name=submodule',
+
'jscomp_error=accessControls',
'jscomp_error=ambiguousFunctionDecl',
'jscomp_error=checkTypes',
@@ -31,9 +35,12 @@
'jscomp_error=unknownDefines',
'jscomp_error=uselessCode',
'jscomp_error=visibility',
+
'language_in=ECMASCRIPT6_STRICT',
'language_out=ECMASCRIPT5_STRICT',
+
'polymer_pass',
+
'source_map_format=V3',
],
'default_disabled_closure_args': [
« chrome/browser/web_dev_style/js_checker.py ('K') | « third_party/closure_compiler/closure_args.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698