OLD | NEW |
1 This package contains tools for working with Chromium development. | 1 This package contains tools for working with Chromium development. |
2 | 2 |
3 The "gclient" wrapper knows how to keep this repository updated to | 3 The "gclient" wrapper knows how to keep this repository updated to |
4 the latest versions of these tools as found at: | 4 the latest versions of these tools as found at: |
5 | 5 |
6 http://src.chromium.org/svn/trunk/tools/depot_tools | 6 http://src.chromium.org/svn/trunk/tools/depot_tools |
7 | 7 |
8 This package contains: | 8 This package contains: |
9 | 9 |
| 10 change-svn-wc-format.py |
| 11 Tool to convert from a svn checkout format to another. Fetched from |
| 12 http://svn.collab.net/repos/svn/trunk/tools/client-side/change-svn-wc-format
.py |
| 13 |
10 chrome-update-create-task.bat | 14 chrome-update-create-task.bat |
11 Creates a scheduled task to do an automatic local chromium build every day. | 15 Creates a scheduled task to do an automatic local chromium build every day. |
12 | 16 |
13 gcl | 17 gcl |
14 A tool for uploading and managing code reviews on the Chromium | 18 A tool for uploading and managing code reviews on the Chromium |
15 project, using the Rietveld code review tool. More info at: | 19 project, using the Rietveld code review tool. More info at: |
16 http://code.google.com/p/rietveld/ | 20 http://code.google.com/p/rietveld/ |
17 | 21 |
18 gclient | 22 gclient |
19 A script for managing a workspace with modular dependencies that | 23 A script for managing a workspace with modular dependencies that |
20 are each checked out independently from different repositories. | 24 are each checked out independently from different repositories. |
21 More info at: | 25 More info at: |
22 http://code.google.com/p/gclient/ | 26 http://code.google.com/p/gclient/ |
23 | 27 |
24 hammer | 28 hammer |
25 A wrapper script for building Chromium with the SCons software | 29 A wrapper script for building Chromium with the SCons software |
26 construction tool. More info at: | 30 construction tool. More info at: |
27 http://www.scons.org/ | 31 http://www.scons.org/ |
28 | 32 |
29 revert | 33 revert |
30 A small tool to quickly revert a change. | 34 A small tool to quickly revert a change. |
31 | 35 |
32 | |
33 Note: svn and python will be installed automatically if not accessible (on | 36 Note: svn and python will be installed automatically if not accessible (on |
34 Windows only). | 37 Windows only). |
35 | 38 |
36 To update this distribution manually, run bootstrap\update.bat on Windows, | 39 To update this distribution manually, run bootstrap\update.bat on Windows, |
37 or bootstrap/update.sh on Linux or Mac. | 40 or bootstrap/update.sh on Linux or Mac. |
38 | 41 |
39 To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=1 | 42 To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=1 |
OLD | NEW |