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

Unified 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, 4 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/closure_args.gni
diff --git a/third_party/closure_compiler/closure_args.gni b/third_party/closure_compiler/closure_args.gni
index 75ef021b38034e1333c14b70a4aa1c7a01f44747..ffcf0cd25b5f7a1a40a38e98c8f79174797fecbf 100644
--- a/third_party/closure_compiler/closure_args.gni
+++ b/third_party/closure_compiler/closure_args.gni
@@ -4,7 +4,6 @@
# 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",
@@ -15,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",
« 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