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

Unified Diff: third_party/polymer/reproduce.sh

Issue 592593002: Inline scripts were extracted from Polymer elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/echo ""/echo/ Created 6 years, 3 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/polymer/extract_inline_scripts.sh ('k') | third_party/polymer/vulcanize_config.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/reproduce.sh
diff --git a/third_party/polymer/reproduce.sh b/third_party/polymer/reproduce.sh
index 5bf0184a38e65d5108b13218185a57f9b5144ba8..9a86b5ecb231331720ebf2f50e770e0c2cbe6e4c 100755
--- a/third_party/polymer/reproduce.sh
+++ b/third_party/polymer/reproduce.sh
@@ -4,12 +4,20 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# Reproduces the content of 'components' and 'components-chromium' using the
+# list of dependencies from 'bower.json'. Downloads needed packages and makes
+# Chromium specific modifications. To launch the script you need 'bower' and
+# 'vulcanize' to be install in your system.
+
set -e
cd "$(dirname "$0")"
-rm -rf components
+rm -rf components components-chromium
+
bower install
rm -rf components/web-animations-js
find components/core-list -type f -exec chmod -x {} \;
+./extract_inline_scripts.sh components components-chromium
+
« no previous file with comments | « third_party/polymer/extract_inline_scripts.sh ('k') | third_party/polymer/vulcanize_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698