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

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

Issue 1621603002: Add Polymer iron-image to Chromium checkout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 b9abb9d077db7ca04b752adb35d13a06c63fa346..ef74fd8f8e040aa01d09396aa2b5125f8ea35680 100755
--- a/third_party/polymer/v1_0/reproduce.sh
+++ b/third_party/polymer/v1_0/reproduce.sh
@@ -40,10 +40,6 @@ 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 {} \;

Powered by Google App Engine
This is Rietveld 408576698