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

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

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 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: gperftools 2 Short Name: gperftools
3 URL: http://gperftools.googlecode.com/ 3 URL: http://gperftools.googlecode.com/
4 Version: unknown 4 Version: unknown
5 Revision: 144 5 Revision: 144
6 Security Critical: yes 6 Security Critical: yes
7 License: BSD
7 8
8 Description: 9 Description:
9 This contains Chromium's locally patched copy of tcmalloc. 10 This contains Chromium's locally patched copy of tcmalloc.
10 11
11 Contents: 12 Contents:
12 13
13 chromium/ 14 chromium/
14 15
15 The chromium patched sources, copied from the vendor/ 16 The chromium patched sources, copied from the vendor/
16 subdirectory and containing our local modifications. 17 subdirectory and containing our local modifications.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 79
79 3) Create the CL, upload, check in: 80 3) Create the CL, upload, check in:
80 81
81 $ gcl change CL 82 $ gcl change CL
82 $ gcl upload CL 83 $ gcl upload CL
83 $ gcl commit CL 84 $ gcl commit CL
84 85
85 86
86 Modifications: 87 Modifications:
87 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.h *.c 88 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.h *.c
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