summaryrefslogtreecommitdiff
path: root/chromium/third_party/closure_compiler/closure_args.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/closure_compiler/closure_args.gni')
-rw-r--r--chromium/third_party/closure_compiler/closure_args.gni3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/third_party/closure_compiler/closure_args.gni b/chromium/third_party/closure_compiler/closure_args.gni
index 42f2fa55dfc..ffcf0cd25b5 100644
--- a/chromium/third_party/closure_compiler/closure_args.gni
+++ b/chromium/third_party/closure_compiler/closure_args.gni
@@ -4,9 +4,9 @@
# GYP version: third_party/closure_compiler/closure_args.gypi
closure_args = [
- "accept_const_keyword",
"compilation_level=SIMPLE_OPTIMIZATIONS",
"extra_annotation_name=attribute",
+ "extra_annotation_name=demo",
"extra_annotation_name=element",
"extra_annotation_name=group",
"extra_annotation_name=homepage",
@@ -14,7 +14,6 @@ closure_args = [
"extra_annotation_name=submodule",
"jscomp_error=accessControls",
"jscomp_error=ambiguousFunctionDecl",
- "jscomp_error=checkStructDictInheritance",
"jscomp_error=checkTypes",
"jscomp_error=checkVars",
"jscomp_error=constantProperty",