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

Side by Side Diff: third_party/libunwind/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/libsrtp/README.chromium ('k') | third_party/libvpx/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: libunwind 1 Name: libunwind
2 URL: http://download.savannah.gnu.org/releases/libunwind/libunwind-0.99-beta.tar .gz 2 URL: http://download.savannah.gnu.org/releases/libunwind/libunwind-0.99-beta.tar .gz
3 Version: 0.99-beta
3 4
5 Description:
4 This contains a copy of libunwind-0.99 beta. 6 This contains a copy of libunwind-0.99 beta.
5 7
6 This library is required for TCMalloc to give stacktraces on 64 bit systems 8 This library is required for TCMalloc to give stacktraces on 64 bit systems
7 without relying on the frame pointer. This is a straight dump of libunwind-0.99 9 without relying on the frame pointer. This is a straight dump of libunwind-0.99
8 beta, the version recommended in google-perftools, except for the following 10 beta, the version recommended in google-perftools, except for the following
9 modifications: 11 modifications:
10 12
11 * The libunwind build process adds symlinks for include/libunwind.h and 13 * The libunwind build process adds symlinks for include/libunwind.h and
12 include/tdep. We check in those symlinks (pointing to the x86_64 versions) 14 include/tdep. We check in those symlinks (pointing to the x86_64 versions)
13 into source control. 15 into source control.
14 16
15 * The libunwind build process also generates config.h and libunwind-common.h. 17 * The libunwind build process also generates config.h and libunwind-common.h.
16 We check those in. Those are generated on a 64 bit Ubuntu Hardy system. 18 We check those in. Those are generated on a 64 bit Ubuntu Hardy system.
OLDNEW
« no previous file with comments | « third_party/libsrtp/README.chromium ('k') | third_party/libvpx/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698