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

Unified Diff: chrome/browser/resources/vulcanize.py

Issue 2371383003: MD Downloads/History: make javascript uglier and more compact (Closed)
Patch Set: merge Created 4 years, 3 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 | « chrome/browser/resources/md_history/lazy_load.vulcanized.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/vulcanize.py
diff --git a/chrome/browser/resources/vulcanize.py b/chrome/browser/resources/vulcanize.py
index 66f7fa4a48ae7f08309a480e0a4a6e386dbf1f1e..3752c96503c6f9e3a1893bc3fa05f0b19f61ea04 100755
--- a/chrome/browser/resources/vulcanize.py
+++ b/chrome/browser/resources/vulcanize.py
@@ -88,7 +88,6 @@ def _vulcanize(directory, host, html_in_file, html_out_file='vulcanized.html',
# TODO(tsergeant): Remove when JS resources are minified by default:
# crbug.com/619091.
_run_cmd(['uglifyjs', js_out_path,
- '--beautify', 'indent-level=2,quote_style=3',
'--comments', '/Copyright|license|LICENSE|\<\/?if/',
'--output', js_out_path])
finally:
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698