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

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

Issue 2658963002: MD Settings: paper-toggle-button version 1.2.0 -> 1.3.0 (Closed)
Patch Set: check sed version in check_dep instead Created 3 years, 11 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/v1_0/components_summary.txt ('k') | 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 8fb85b41d170bd5d698e953894983890ba3d9c5f..44a53b3fb75264a5bd3795e42dbac3693b8c4d42 100755
--- a/third_party/polymer/v1_0/reproduce.sh
+++ b/third_party/polymer/v1_0/reproduce.sh
@@ -26,6 +26,8 @@ check_dep "which polymer-css-build" "polymer-css-build" \
"npm install -g polymer-css-build"
check_dep "which rsync" "rsync" "apt-get install rsync"
check_dep "python -c 'import bs4'" "bs4" "apt-get install python-bs4"
+check_dep "sed --version | grep GNU" \
+ "GNU sed as 'sed'" "'brew install gnu-sed --with-default-names'"
set -e
« no previous file with comments | « third_party/polymer/v1_0/components_summary.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698