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

Side by Side Diff: third_party/tcmalloc/README.chromium

Issue 6610030: Cleaning up third_party readmes and adding a template for future use.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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/talloc/README.chromium ('k') | third_party/tlslite/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: tcmalloc 1 Name: tcmalloc
2 Short Name: google-perftools
2 URL: http://google-perftools.googlecode.com/ 3 URL: http://google-perftools.googlecode.com/
4 Version: unknown
5 Revision: 93
3 6
7 Description:
4 This contains Chromium's locally patched copy of tcmalloc. 8 This contains Chromium's locally patched copy of tcmalloc.
5 9
6 Contents: 10 Contents:
7 11
8 chromium/ 12 chromium/
9 13
10 The chromium patched sources, copied from the vendor/ 14 The chromium patched sources, copied from the vendor/
11 subdirectory and containing our local modifications. 15 subdirectory and containing our local modifications.
12 16
13 We only copy over the vendor/src/ subdirectory (the only piece 17 We only copy over the vendor/src/ subdirectory (the only piece
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 69
66 $ svn merge -c {chrome-rev} svn://chrome-svn/chrome/trunk/src/third_part y/tcmalloc/vendor/src chromium/src 70 $ svn merge -c {chrome-rev} svn://chrome-svn/chrome/trunk/src/third_part y/tcmalloc/vendor/src chromium/src
67 71
68 2) Resolve any conflicts 72 2) Resolve any conflicts
69 73
70 3) Create the CL, upload, check in: 74 3) Create the CL, upload, check in:
71 75
72 $ gcl change CL 76 $ gcl change CL
73 $ gcl upload CL 77 $ gcl upload CL
74 $ gcl commit CL 78 $ gcl commit CL
OLDNEW
« no previous file with comments | « third_party/talloc/README.chromium ('k') | third_party/tlslite/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698