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

Unified Diff: third_party/node/node_modules.py

Issue 2829933003: WebUI: Swap Uglify with Closure Compiler NodeJS version.
Patch Set: Fix ChromeOS Created 3 years, 8 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 9f30711cafbd6c9c646e985e7f7a0c5668db87fc..5f8b00c2611fe07d392826027e25032f97a9f2d0 100755
--- a/third_party/node/node_modules.py
+++ b/third_party/node/node_modules.py
@@ -25,5 +25,5 @@ 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 PathToClosureCompiler():
+ return _path_in_node_modules('google-closure-compiler-js', 'cmd.js')
« 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