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

Side by Side Diff: third_party/pthreads-win32/README.chromium

Issue 6624034: Formatting the readmes in deps to follow the proper format and making sure th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: '' Created 9 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/openssl/README.chromium ('k') | third_party/speex/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: pthreads-w32
2 Version: 2.7.0
3
4 Description:
1 This directory contains the source code of the pthreads-w32 library. 5 This directory contains the source code of the pthreads-w32 library.
2 Version: 2.7.0
3 6
4 Why it's here: 7 Why it's here:
5 The sync engine code has a historical pthreads dependency. Chromium 8 The sync engine code has a historical pthreads dependency. Chromium
6 bug http://code.google.com/p/chromium/issues/detail?id=19895 tracks 9 bug http://code.google.com/p/chromium/issues/detail?id=19895 tracks
7 the removal of the dependency. 10 the removal of the dependency.
8 11
9 Current distribution is available from: 12 Current distribution is available from:
10 http://sourceware.org/pthreads-win32/ 13 http://sourceware.org/pthreads-win32/
11 14
12 License information: 15 License information:
13 See http://sourceware.org/pthreads-win32/copying.html 16 See http://sourceware.org/pthreads-win32/copying.html
14 This implementation is free software, distributed under the GNU Lesser 17 This implementation is free software, distributed under the GNU Lesser
15 General Public License (LGPL). 18 General Public License (LGPL).
16 19
17 Local modifications: 20 Local modifications:
18 Relocated .h files as follows to limit overinclusion by Chromium code: 21 Relocated .h files as follows to limit overinclusion by Chromium code:
19 * Moved files/pthread.h into files/include 22 * Moved files/pthread.h into files/include
20 * Moved files/sched.h into files/include 23 * Moved files/sched.h into files/include
21 Removed files as follows to reduce the checkout size: 24 Removed files as follows to reduce the checkout size:
22 * Removed src/tests/* to save 540KB. 25 * Removed src/tests/* to save 540KB.
23 * Removed src/manual/* to save 339KB. 26 * Removed src/manual/* to save 339KB.
24 * Removed src/ChangeLog to save 175KB. 27 * Removed src/ChangeLog to save 175KB.
25 * Removed src/README.CV, which discusses some subtleties of 28 * Removed src/README.CV, which discusses some subtleties of
26 the condition variables implementation, to save 85KB. 29 the condition variables implementation, to save 85KB.
OLDNEW
« no previous file with comments | « third_party/openssl/README.chromium ('k') | third_party/speex/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698