iannucci@chromium.org | 95801c7 | 2014-03-26 19:20:34 +0000 | [diff] [blame] | 1 | depot_tools(7) |
iannucci@chromium.org | a5d9502 | 2014-03-25 21:30:37 +0000 | [diff] [blame] | 2 | ============== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | depot_tools - A collection of tools for dealing with Chromium development. |
| 7 | |
| 8 | DESCRIPTION |
| 9 | ----------- |
| 10 | |
| 11 | The Chromium depot_tools suite contains many tools to assist/augment the |
| 12 | Chromium development environment. The tools may be downloaded from |
| 13 | link:{sys3:git config remote.origin.url}[here]. |
| 14 | |
| 15 | There are two primary categories of tools. Some of these tools are 'essential' |
| 16 | to the development flow, in the sense that you cannot successfully develop |
| 17 | Chromium without them. |
| 18 | |
| 19 | Other tools are merely 'helper' tools. Not required, but they can substantially |
Quinten Yearsley | 442fb64 | 2016-12-15 15:38:27 -0800 | [diff] [blame] | 20 | ease the development workflow. |
iannucci@chromium.org | a5d9502 | 2014-03-25 21:30:37 +0000 | [diff] [blame] | 21 | |
| 22 | A listing of both categories of tools follows. |
| 23 | |
| 24 | include::__essential.txt[maxdepth=1] |
| 25 | |
| 26 | include::__helper.txt[maxdepth=1] |
| 27 | |
iannucci@chromium.org | c050a5b | 2014-03-26 06:18:50 +0000 | [diff] [blame] | 28 | // vim: ft=asciidoc: |