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

Unified Diff: third_party/node/node_modules.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 | « chrome/browser/resources/vulcanize_gn.py ('k') | third_party/node/node_modules.tar.gz.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/node/node_modules.py
diff --git a/third_party/node/node_modules.py b/third_party/node/node_modules.py
index e9aa705b9bb8d029357c48c7df3c9dfe248a8038..4235dc77e9ea30e29170671f105be45011b9f961 100755
--- a/third_party/node/node_modules.py
+++ b/third_party/node/node_modules.py
@@ -25,8 +25,8 @@ def PathToPolymerCssBuild():
return _path_in_node_modules('polymer-css-build', 'bin', 'polymer-css-build')
-def PathToUglifyJs():
- return _path_in_node_modules('uglifyjs', 'bin', 'uglifyjs')
+def PathToUglify():
+ return _path_in_node_modules('uglify-es', 'bin', 'uglifyjs')
def PathToEsLint():
« no previous file with comments | « chrome/browser/resources/vulcanize_gn.py ('k') | third_party/node/node_modules.tar.gz.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698