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

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

Issue 1261403002: Add paper-menu-button and its dependencies to third_party/polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reproduce.sh Created 5 years, 5 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-chromium/polymer/polymer-mini-extracted.js ('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 331164c3ee8dbfd83454f8b6153b1e0ced79cb51..ec932c2efb917b0e8bf877e02b8acccb316f5f2e 100755
--- a/third_party/polymer/v1_0/reproduce.sh
+++ b/third_party/polymer/v1_0/reproduce.sh
@@ -40,6 +40,10 @@ rm -rf components/promise-polyfill
rm -rf components/iron-ajax
rm -rf components/iron-form
+# Remove iron-image as it's only a developer dependency of iron-dropdown.
+# https://github.com/PolymerElements/iron-dropdown/pull/17
+rm -rf components/iron-image
+
# Make checkperms.py happy.
find components/*/hero.svg -type f -exec chmod -x {} \;
find components/iron-selector -type f -exec chmod -x {} \;
« no previous file with comments | « third_party/polymer/v1_0/components-chromium/polymer/polymer-mini-extracted.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698