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

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

Issue 1870853003: Vulcanize settings (hacky and dirty, don't use) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git squash commit. Created 4 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
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 1b1feba846392ff966dc5d456fd8a6b46af36f78..e45f246b57b8cd7c35bf20e5fea75d92f5b8efff 100755
--- a/third_party/polymer/v1_0/reproduce.sh
+++ b/third_party/polymer/v1_0/reproduce.sh
@@ -104,8 +104,10 @@ python create_components_summary.py > components_summary.txt
echo 'Creating GYP files for interfaces and externs...'
./generate_gyp.sh
-echo 'Vulcanizing dependent UIs (i.e. downloads)...'
+echo 'Vulcanizing dependent UIs (downloads and settings)...'
python ../../../chrome/browser/resources/md_downloads/vulcanize.py
+# TODO
+python ../../../chrome/browser/resources/settings/vulcanize.py linux
popd > /dev/null

Powered by Google App Engine
This is Rietveld 408576698