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

Unified Diff: third_party/polymer/v1_0/reproduce.sh

Issue 1855673002: Re-vulcanize the downloads page on each Polymer roll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@revulcanize-downloads
Patch Set: . Created 4 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/v1_0/reproduce.sh
diff --git a/third_party/polymer/v1_0/reproduce.sh b/third_party/polymer/v1_0/reproduce.sh
index e1f39f04fd5a628c55325f94ca76328676779ffc..01b6cbf6b2d63c9d9307e38e2586fe90c35523d2 100755
--- a/third_party/polymer/v1_0/reproduce.sh
+++ b/third_party/polymer/v1_0/reproduce.sh
@@ -97,6 +97,11 @@ if [[ ! -z "${new}${deleted}" ]]; then
echo
fi
+echo 'Creating a summary of components...'
michaelpg 2016/04/02 03:07:28 wut
python create_components_summary.py > components_summary.txt
+echo 'Creating GYP files for interfaces and externs...'
michaelpg 2016/04/02 03:07:28 no
./generate_gyp.sh
+
+echo 'Vulcanizing dependent UIs (i.e. downloads)...'
michaelpg 2016/04/02 03:07:28 stahp
+python ../../../chrome/browser/resources/md_downloads/vulcanize.py
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698