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

Unified Diff: courgette/third_party/README.chromium

Issue 630333002: Rewrite line endings from CRLF to LF for a bunch of files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « content/child/webcrypto/OWNERS ('k') | google_apis/gcm/monitoring/fake_gcm_stats_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/third_party/README.chromium
diff --git a/courgette/third_party/README.chromium b/courgette/third_party/README.chromium
index d3037a1ce22501a9a64bd401a424f9e3edecb90d..b3b28bd4c57f8c65f171c8df8fb2a0595eaa610a 100644
--- a/courgette/third_party/README.chromium
+++ b/courgette/third_party/README.chromium
@@ -1,23 +1,23 @@
-This directory contains an extensively modified version of Colin Percival's
-bsdiff, available in its original form from:
-
- http://www.daemonology.net/bsdiff/
-
-The basic principles of operation are best understood by reading Colin's
-unpublised paper:
-
-Colin Percival, Naive differences of executable code, http://www.daemonology.net/bsdiff/, 200
-
-The copy on this directory so extensively modified that the binary format is
-incompatible with the original and it cannot be compiled outside the Chromium
-source tree or the Courgette project.
-
-List of changes made to original code:
- - wrapped functions in 'courgette' namespace
- - renamed .c files to .cc
- - added bsdiff.h header file
- - changed the code to use streams.h from courgette
- - changed the encoding of numbers to use the 'varint' encoding
- - reformatted code to be closer to Google coding standards
- - renamed variables
- - added comments
+This directory contains an extensively modified version of Colin Percival's
+bsdiff, available in its original form from:
+
+ http://www.daemonology.net/bsdiff/
+
+The basic principles of operation are best understood by reading Colin's
+unpublised paper:
+
+Colin Percival, Naive differences of executable code, http://www.daemonology.net/bsdiff/, 200
+
+The copy on this directory so extensively modified that the binary format is
+incompatible with the original and it cannot be compiled outside the Chromium
+source tree or the Courgette project.
+
+List of changes made to original code:
+ - wrapped functions in 'courgette' namespace
+ - renamed .c files to .cc
+ - added bsdiff.h header file
+ - changed the code to use streams.h from courgette
+ - changed the encoding of numbers to use the 'varint' encoding
+ - reformatted code to be closer to Google coding standards
+ - renamed variables
+ - added comments
« no previous file with comments | « content/child/webcrypto/OWNERS ('k') | google_apis/gcm/monitoring/fake_gcm_stats_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698