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

Unified Diff: third_party/node/node_modules.py

Issue 2936333002: WebUI: Replace vulcanize with polymer-bundler (Closed)
Patch Set: Address comments. Created 3 years, 5 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 | « third_party/node/chromium_vulcanize.patch ('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 4235dc77e9ea30e29170671f105be45011b9f961..b947c672475f8ce1d89f15f77367a375e0361287 100755
--- a/third_party/node/node_modules.py
+++ b/third_party/node/node_modules.py
@@ -13,8 +13,9 @@ def _path_in_node_modules(*args):
return os_path.join(NODE_MODULES, *args)
-def PathToVulcanize():
- return _path_in_node_modules('vulcanize', 'bin', 'vulcanize')
+def PathToBundler():
+ return _path_in_node_modules(
+ 'polymer-bundler', 'lib', 'bin', 'polymer-bundler')
def PathToCrisper():
« no previous file with comments | « third_party/node/chromium_vulcanize.patch ('k') | third_party/node/node_modules.tar.gz.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698