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

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

Issue 2925993002: Polymer: Remove <paper-material> from polymer_resources.grdp file. (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | tools/polymer/polymer_grdp_to_txt.py » ('j') | tools/polymer/polymer_grdp_to_txt.py » ('J')
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 247d1e87cf6d28dcc8d434ebcdf506073ad523cf..821a645db5f5ef151d2c65694e0de31467507bc6 100755
--- a/third_party/polymer/v1_0/reproduce.sh
+++ b/third_party/polymer/v1_0/reproduce.sh
@@ -21,8 +21,6 @@ check_dep() {
check_dep "which npm" "npm" "visiting https://nodejs.org/en/"
check_dep "which bower" "bower" "npm install -g bower"
check_dep "which crisper" "crisper" "npm install -g crisper"
-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" \
« no previous file with comments | « no previous file | tools/polymer/polymer_grdp_to_txt.py » ('j') | tools/polymer/polymer_grdp_to_txt.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698