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

Unified Diff: third_party/polymer/README.chromium

Issue 920223002: Replace CRLFs in Polymer source files with LFs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update reproduce.sh with literal '\r' Created 5 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 | « no previous file | third_party/polymer/reproduce.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/README.chromium
diff --git a/third_party/polymer/README.chromium b/third_party/polymer/README.chromium
index 5de0b938b0c04b9876a1056c653ab128e528e13c..6c4a3372f0895bdf1882198fe1d0ecddec333a92 100644
--- a/third_party/polymer/README.chromium
+++ b/third_party/polymer/README.chromium
@@ -38,10 +38,7 @@ only difference that all inline JavaScript blocks are extracted from Polymer
HTML elements to external JS files. This version of the Polymer is used in a web
UI, where CSP forbids an execution of inline scripts. The extraction was made
with the help of the Vulcanize tool (https://github.com/Polymer/vulcanize).
-- Stripped whitespace using sed (this or a similar command will be added to
-reproduce.sh shortly, but for now is done manually - see crbug.com/458315):
- find components components-chromium -type f \( -name \*.html -o -name \*.css -o -name \*.js -o -name \*.md -o -name \*.sh -o -name \*.json -o -name \*.gitignore \) -print0 | xargs -0 sed -i 's/\r$//g'
-
+- Replaced CRLF line endings with LF line endings in text files.
To restore a content of the 'components', 'components-chromium' directorires
from scratch, run ./reproduce.sh (requires bower and vulcanize >= 0.7.2).
« no previous file with comments | « no previous file | third_party/polymer/reproduce.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698