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

Unified Diff: third_party/tcmalloc/README.chromium

Issue 9702045: Update the tcmalloc vendor branch to r144 (gperftools 2.0), and README.chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/tcmalloc/vendor/AUTHORS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/README.chromium
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium
index 0ecbdf0b57f18ad506c31db3ff5db3e5e92b15b1..3087771f06bb73e5b77daed2e37e808a171be357 100644
--- a/third_party/tcmalloc/README.chromium
+++ b/third_party/tcmalloc/README.chromium
@@ -1,6 +1,6 @@
Name: tcmalloc
-Short Name: google-perftools
-URL: http://google-perftools.googlecode.com/
+Short Name: gperftools
+URL: http://gperftools.googlecode.com/
Version: unknown
Revision: 144
Security Critical: yes
@@ -23,12 +23,12 @@ Contents:
Vanilla sources from upstream:
- http://google-perftools.googlecode.com/svn/trunk
+ http://gperftools.googlecode.com/svn/trunk
The current revision is:
- Last Changed Rev: 111
- Last Changed Date: 2011-07-16 05:07:10 +0400 (Sat, 16 Jul 2011)
+ Last Changed Rev: 144
+ Last Changed Date: 2012-02-04 00:10:11 +0000 (Sat, 04 Feb 2012)
@@ -39,7 +39,7 @@ HOWTOs:
1) Grab the revision:
$ svn export [-r {tcmalloc-rev}] \
- http://google-perftools.googlecode.com/svn/trunk \
+ http://gperftools.googlecode.com/svn/trunk \
vendor-{tcmalloc-rev}
2) Check for added or deleted files:
@@ -52,10 +52,14 @@ HOWTOs:
C:\> xcopy /e/y/i vendor-{tcmalloc-rev}\* vendor
- 4) "svn add" or "svn rm" added or removed files (based on your
+ 4) Make all vendor files non-executable.
+
+ $ find . -executable -type f -exec chmod a-x {} \;
+
+ 5) "svn add" or "svn rm" added or removed files (based on your
"diff -q -r" output from above)
- 5) Create the CL, upload, check it in:
+ 6) Create the CL, upload, check it in:
$ gcl change CL
$ gcl upload CL
« no previous file with comments | « no previous file | third_party/tcmalloc/vendor/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698