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

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
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: 0
Evan Martin 2011/03/14 18:52:48 unknown
5 Revision: 93
6 Date: 2010-04-22
Evan Martin 2011/03/14 18:52:48 I think you said you wanted to remove date, right?
3 7
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
(...skipping 52 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

Powered by Google App Engine
This is Rietveld 408576698