Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Side by Side Diff: depot_tools/README

Issue 92087: Create the Next Generation of depot_tools. Eh. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/tools/
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « depot_tools/LICENSE ('k') | depot_tools/README.git-cl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « depot_tools/LICENSE ('k') | depot_tools/README.git-cl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698