| 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:
|
|
|