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