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 |