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

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

Issue 2921793002: WebUI: Replace uglifyjs with uglify-es which understands ES6. (Closed)
Patch Set: Resolve conflicts. Created 3 years, 6 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 | « no previous file | third_party/node/node_modules.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/vulcanize_gn.py
diff --git a/chrome/browser/resources/vulcanize_gn.py b/chrome/browser/resources/vulcanize_gn.py
index 84954cccae309aa1b7638a8ee2b473c6a4e8bc24..e6983018f02b42ae9df154a1b09c9aa504f76e8c 100755
--- a/chrome/browser/resources/vulcanize_gn.py
+++ b/chrome/browser/resources/vulcanize_gn.py
@@ -188,7 +188,7 @@ def _vulcanize(in_folder, args):
f.write(new_data)
f.truncate()
- node.RunNode([node_modules.PathToUglifyJs(), crisper_output.name,
+ node.RunNode([node_modules.PathToUglify(), crisper_output.name,
'--comments', '"/Copyright|license|LICENSE|\<\/?if/"',
'--output', js_out_path])
finally:
« no previous file with comments | « no previous file | third_party/node/node_modules.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698