| 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 805124374185d760019671f8e98ad6175af77546..3781a05721c02ce035255d9281ec84a0229d79b6 100755
|
| --- a/third_party/polymer/v1_0/reproduce.sh
|
| +++ b/third_party/polymer/v1_0/reproduce.sh
|
| @@ -80,6 +80,10 @@ sed -i 's/['"$NBSP"']/\\u00A0/g' components/polymer/polymer-mini.html
|
| # a Polymer issue and/or pull request to minimize these patches.
|
| patch -p1 --forward -r - < chromium.patch
|
|
|
| +# Undo any changes in paper-ripple, since Chromium's implementation is a fork of
|
| +# the original paper-ripple.
|
| +git checkout -- components-chromium/paper-ripple/*
|
| +
|
| new=$(git status --porcelain components-chromium | grep '^??' | \
|
| cut -d' ' -f2 | egrep '\.(html|js|css)$' || true)
|
|
|
|
|