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

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: 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..9297d0995ba6ef08017370b3540e72b7adfdde35 100755
--- a/third_party/polymer/v1_0/reproduce.sh
+++ b/third_party/polymer/v1_0/reproduce.sh
@@ -9,6 +9,9 @@
# Chromium specific modifications. To launch the script you need 'bower' and
# 'crisper' installed on your system.
+# Mac users - first install GNU-sed over the system sed:
michaelpg 2017/01/27 03:07:11 could we check for the version or behavior we need
scottchen 2017/01/27 19:48:39 Done.
+# `brew install gnu-sed --width-default-names`
michaelpg 2017/01/27 03:07:11 i'm going to guess this should be "with"?
scottchen 2017/01/27 19:48:39 Acknowledged.
+
check_dep() {
eval "$1" >/dev/null 2>&1
if [ $? -ne 0 ]; then
« 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