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

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: 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
Index: third_party/polymer/reproduce.sh
diff --git a/third_party/polymer/reproduce.sh b/third_party/polymer/reproduce.sh
index b88bcc6dd96d0bc3fdb37c56cc66bd5ee223eb9e..74495962d27f7e1c5534ea44496f7b4ec67f5d87 100755
--- a/third_party/polymer/reproduce.sh
+++ b/third_party/polymer/reproduce.sh
@@ -6,7 +6,7 @@
raymes 2014/09/23 00:27:56 Please add a comment inside this script and extrac
dzhioev (left Google) 2014/09/23 09:48:53 extract_inline_scripts.sh already has a usage mess
set -e
-rm -rf components
+rm -rf components components-extracted
bower install
find components/web-animations-js/ -type f \
-not \( -name web-animations.js -o \
@@ -14,3 +14,4 @@ find components/web-animations-js/ -type f \
-name COPYING \) -delete
find components/web-animations-js/ -type d -empty -delete
find components/core-list -type f -exec chmod -x {} \;
raymes 2014/09/23 00:27:56 rather than modifying web-animations-js inside com
raymes 2014/09/23 00:48:10 Oh I see the reason now, because we don't want tho
dzhioev (left Google) 2014/09/23 09:48:53 Renamed components-extracted to components-chromiu
dzhioev (left Google) 2014/09/23 09:48:54 Yep
+./extract_inline_scripts.sh
raymes 2014/09/23 00:27:56 Would we only every likely call this from here? Sh
dzhioev (left Google) 2014/09/23 09:48:53 It's pretty large, so I think it's good idea to ke

Powered by Google App Engine
This is Rietveld 408576698