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

Unified Diff: third_party/node/update_npm_deps

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/package.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/node/update_npm_deps
diff --git a/third_party/node/update_npm_deps b/third_party/node/update_npm_deps
index 5deef8a975a5af91f0ca6309c38baf55ab86cb07..0727e8bf9cb352dcecf35b75cd9dec42ed691df9 100755
--- a/third_party/node/update_npm_deps
+++ b/third_party/node/update_npm_deps
@@ -18,8 +18,8 @@ rm -rf node_modules
npm install --no-bin-links --only=prod
-# Apply local patch to vulcanize.
-patch -d node_modules/vulcanize/ -p1 < chromium_vulcanize.patch
+# Apply local patch to polymer-bundler.
+patch -d node_modules/polymer-bundler/ -p1 < chromium_polymer_bundler.patch
rsync -c --delete -r -q --exclude-from="npm_exclude.txt" \
--prune-empty-dirs "node_modules/" "node_modules_filtered/"
« no previous file with comments | « third_party/node/package.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698