| OLD | NEW |
| 1 Name: tcmalloc | 1 Name: tcmalloc |
| 2 Short Name: google-perftools | 2 Short Name: google-perftools |
| 3 URL: http://google-perftools.googlecode.com/ | 3 URL: http://google-perftools.googlecode.com/ |
| 4 Version: unknown | 4 Version: unknown |
| 5 Revision: 93 | 5 Revision: 109 |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 This contains Chromium's locally patched copy of tcmalloc. | 9 This contains Chromium's locally patched copy of tcmalloc. |
| 10 | 10 |
| 11 Contents: | 11 Contents: |
| 12 | 12 |
| 13 chromium/ | 13 chromium/ |
| 14 | 14 |
| 15 The chromium patched sources, copied from the vendor/ | 15 The chromium patched sources, copied from the vendor/ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 | 70 |
| 71 $ svn merge -c {chrome-rev} svn://chrome-svn/chrome/trunk/src/third_part
y/tcmalloc/vendor/src chromium/src | 71 $ svn merge -c {chrome-rev} svn://chrome-svn/chrome/trunk/src/third_part
y/tcmalloc/vendor/src chromium/src |
| 72 | 72 |
| 73 2) Resolve any conflicts | 73 2) Resolve any conflicts |
| 74 | 74 |
| 75 3) Create the CL, upload, check in: | 75 3) Create the CL, upload, check in: |
| 76 | 76 |
| 77 $ gcl change CL | 77 $ gcl change CL |
| 78 $ gcl upload CL | 78 $ gcl upload CL |
| 79 $ gcl commit CL | 79 $ gcl commit CL |
| OLD | NEW |