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

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

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
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 5b52fe61ebcc2cb632b7f4eb1cb42705ba6b1f4c..331164c3ee8dbfd83454f8b6153b1e0ced79cb51 100755
--- a/third_party/polymer/v1_0/reproduce.sh
+++ b/third_party/polymer/v1_0/reproduce.sh
@@ -53,4 +53,7 @@ find components -type f \( -name \*.html -o -name \*.css -o -name \*.js\
NBSP=$(python -c 'print u"\u00A0".encode("utf-8")')
sed -i 's/['"$NBSP"']/\\u00A0/g' components/polymer/polymer-mini.html
+# Remove import of external resource in font-roboto (fonts.googleapis.com).
+patch -p1 < chromium.patch
+
./extract_inline_scripts.sh components components-chromium
« no previous file with comments | « third_party/polymer/v1_0/components/polymer/polymer-mini.html ('k') | third_party/web-animations-js/sources/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698