| OLD | NEW |
| 1 Name: depot_tools | 1 Name: depot_tools |
| 2 Short Name: depot_tools | 2 Short Name: depot_tools |
| 3 URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git | 3 URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git |
| 4 Revision: 3b4f228f10e2323e5b1063850e4e882412d5d9f8 | 4 Revision: 3b4f228f10e2323e5b1063850e4e882412d5d9f8 |
| 5 License: BSD | 5 License: BSD |
| 6 | 6 |
| 7 Description: | 7 Description: |
| 8 Tools for Chromium developpers. | 8 Tools for Chromium developers. |
| 9 | 9 |
| 10 Local Modifications: | 10 Local Modifications: |
| 11 Kept git_common.py, git_number.py, subprocess2.py and subcommand.py. | 11 Kept git_common.py, git_number.py, subprocess2.py and subcommand.py. |
| 12 Copied testing_support/auto_stub.py as auto_stub.py. | 12 Copied testing_support/auto_stub.py as auto_stub.py. |
| 13 auto_stub.py: changed TestCase.has_failed so it works if _resultForDoCleanups |
| 14 is not present. |
| OLD | NEW |