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