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 | |
14 chrome-update-create-task.bat | 10 chrome-update-create-task.bat |
15 Creates a scheduled task to do an automatic local chromium build every day. | 11 Creates a scheduled task to do an automatic local chromium build every day. |
16 | 12 |
17 cpplint.py | 13 cpplint.py |
18 A copy of our linting tool which enforces Google style. Fetched from | 14 A copy of our linting tool which enforces Google style. Fetched from |
19 http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py | 15 http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py |
20 | 16 |
21 gcl | 17 gcl |
22 A tool for uploading and managing code reviews on the Chromium | 18 A tool for uploading and managing code reviews on the Chromium |
23 project, using the Rietveld code review tool. More info at: | 19 project, using the Rietveld code review tool. More info at: |
24 http://code.google.com/p/rietveld/ | 20 http://code.google.com/p/rietveld/ |
25 | 21 |
26 gclient | 22 gclient |
27 A script for managing a workspace with modular dependencies that | 23 A script for managing a workspace with modular dependencies that |
28 are each checked out independently from different repositories. | 24 are each checked out independently from different repositories. |
29 More info at: | 25 More info at: |
30 http://code.google.com/p/gclient/ | 26 http://code.google.com/p/gclient/ |
31 | 27 |
32 hammer | 28 hammer |
33 A wrapper script for building Chromium with the SCons software | 29 A wrapper script for building Chromium with the SCons software |
34 construction tool. More info at: | 30 construction tool. More info at: |
35 http://www.scons.org/ | 31 http://www.scons.org/ |
36 | 32 |
37 revert | |
38 A small tool to quickly revert a change. | |
39 | |
40 Note: svn and python will be installed automatically if not accessible (on | 33 Note: svn and python will be installed automatically if not accessible (on |
41 Windows only). | 34 Windows only). |
42 | 35 |
43 To update this distribution manually, run bootstrap\update.bat on Windows, | 36 To update this distribution manually, run bootstrap\update.bat on Windows, |
44 or bootstrap/update.sh on Linux or Mac. | 37 or bootstrap/update.sh on Linux or Mac. |
45 | 38 |
46 To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=0 | 39 To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=0 |
OLD | NEW |