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

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

Issue 1705953002: Revert of Generate compiled_resources2.gyp for Polymer based on <link rel=import>s (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/generate_gyp.sh ('k') | tools/polymer/generate_compiled_resources_gyp.py » ('j') | 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 e1f39f04fd5a628c55325f94ca76328676779ffc..7c8833a5c130af0544edcfe57cf2564c7a599bf5 100755
--- a/third_party/polymer/v1_0/reproduce.sh
+++ b/third_party/polymer/v1_0/reproduce.sh
@@ -22,7 +22,6 @@
check_dep "which bower" "bower" "npm install -g bower"
check_dep "which crisper" "crisper" "npm install -g crisper"
check_dep "which rsync" "rsync" "apt-get install rsync"
-check_dep "python -c 'import bs4'" "bs4" "apt-get install python-bs4"
set -e
@@ -98,5 +97,3 @@
fi
python create_components_summary.py > components_summary.txt
-
-./generate_gyp.sh
« no previous file with comments | « third_party/polymer/v1_0/generate_gyp.sh ('k') | tools/polymer/generate_compiled_resources_gyp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698