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

Side by Side Diff: README

Issue 2046763002: Small change to test the new git CQ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 https://chromium.googlesource.com/chromium/tools/depot_tools/+/master/gclien t.py
7 7
8 This package contains: 8 This package contains:
9 9
10 chrome-update-create-task.bat 10 chrome-update-create-task.bat
11 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.
12 12
13 cpplint.py 13 cpplint.py
14 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
15 http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py 15 http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py
16 16
17 gcl 17 gcl
18 A tool for uploading and managing code reviews on the Chromium 18 A tool for uploading and managing code reviews on the Chromium
19 project, using the Rietveld code review tool. More info at: 19 project, using the Rietveld code review tool. More info at:
20 http://code.google.com/p/rietveld/ 20 http://code.google.com/p/rietveld/
21 21
22 gclient 22 gclient
23 A script for managing a workspace with modular dependencies that 23 A script for managing a workspace with modular dependencies that
24 are each checked out independently from different repositories. 24 are each checked out independently from different repositories.
25 More info at: 25 More info at:
26 http://code.google.com/p/gclient/ 26 http://code.google.com/p/gclient/
27 27
28 Note: svn and python will be installed automatically if not accessible (on 28 Note: svn and python will be installed automatically if not accessible (on
29 Windows only). 29 Windows only).
30 30
31 To update this distribution manually, run .\update_depot_tools.bat on Windows, 31 To update this distribution manually, run .\update_depot_tools.bat on Windows,
32 or ./update_depot_tools on Linux or Mac. 32 or ./update_depot_tools on Linux or Mac.
33 33
34 To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=0 34 To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=0
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698