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

Unified Diff: Source/devtools/scripts/compile_frontend.py

Issue 1296513005: DevTools: roll closure compiler to v20150729 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebuild closure-runner 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
Index: Source/devtools/scripts/compile_frontend.py
diff --git a/Source/devtools/scripts/compile_frontend.py b/Source/devtools/scripts/compile_frontend.py
index 721a38af4f9d1dbd2117b957553385e36931c997..bc4048327c407ec1a17a378611a053c6a176555a 100755
--- a/Source/devtools/scripts/compile_frontend.py
+++ b/Source/devtools/scripts/compile_frontend.py
@@ -246,7 +246,6 @@ common_closure_args = [
'--warning_level', 'VERBOSE',
'--language_in=ES6_STRICT',
'--language_out=ES5_STRICT',
- '--accept_const_keyword',
'--extra_annotation_name', 'suppressReceiverCheck',
'--extra_annotation_name', 'suppressGlobalPropertiesCheck',
'--module_output_path_prefix', to_platform_path_exact(modules_dir + path.sep)
« no previous file with comments | « Source/devtools/scripts/closure/compiler.jar ('k') | Source/devtools/scripts/compiler-runner/closure-runner.jar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698