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

Unified Diff: third_party/polymer/reproduce.sh

Issue 917523002: Pull web-animations-js into third-party via the third_party/polymer/reproduce.sh script. Add necess… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved web-animations-js sources into third_party/web-animations-js/sources. Created 5 years, 10 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 4fc7febcb13205092b31c7993a63b77110658b5a..4efba5964bb984d5a83507c1b81c23a26d160492 100755
--- a/third_party/polymer/reproduce.sh
+++ b/third_party/polymer/reproduce.sh
@@ -14,9 +14,18 @@ set -e
cd "$(dirname "$0")"
rm -rf components components-chromium
+rm -rf ../web-animations-js/sources
bower install
+rm -rf components/web-animations-js/test
+rm -rf components/web-animations-js/node_modules
dzhioev (left Google) 2015/02/13 12:28:26 rm -rf components/web-animations-js/{test,node_mod
Jeremy Klein 2015/02/13 18:27:13 Done.
+shopt -s dotglob
+mkdir ../web-animations-js/sources
+mv components/web-animations-js/* ../web-animations-js/sources
+rm -rf components/web-animations-js
dzhioev (left Google) 2015/02/13 12:28:26 Lines 23-26 could be replaced with a single line:
Jeremy Klein 2015/02/13 18:27:13 Done.
+mv ../web-animations-js/sources/COPYING ../web-animations-js/sources/LICENSE
dzhioev (left Google) 2015/02/13 12:28:26 cp ../web-animations-js/sources/COPYING ../web-ani
Jeremy Klein 2015/02/13 18:27:13 Done.
+
# These components are deprecated or needed only for demos.
rm -rf components/{core-component-page,core-field,font-roboto,webcomponentsjs}
« no previous file with comments | « third_party/polymer/components/core-animation/web-animations.html ('k') | third_party/web-animations-js/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698