| OLD | NEW |
| 1 depot_tools(1) | 1 depot_tools(7) |
| 2 ============== | 2 ============== |
| 3 | 3 |
| 4 NAME | 4 NAME |
| 5 ---- | 5 ---- |
| 6 depot_tools - A collection of tools for dealing with Chromium development. | 6 depot_tools - A collection of tools for dealing with Chromium development. |
| 7 | 7 |
| 8 DESCRIPTION | 8 DESCRIPTION |
| 9 ----------- | 9 ----------- |
| 10 | 10 |
| 11 The Chromium depot_tools suite contains many tools to assist/augment the | 11 The Chromium depot_tools suite contains many tools to assist/augment the |
| 12 Chromium development environment. The tools may be downloaded from | 12 Chromium development environment. The tools may be downloaded from |
| 13 link:{sys3:git config remote.origin.url}[here]. | 13 link:{sys3:git config remote.origin.url}[here]. |
| 14 | 14 |
| 15 There are two primary categories of tools. Some of these tools are 'essential' | 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 | 16 to the development flow, in the sense that you cannot successfully develop |
| 17 Chromium without them. | 17 Chromium without them. |
| 18 | 18 |
| 19 Other tools are merely 'helper' tools. Not required, but they can substantially | 19 Other tools are merely 'helper' tools. Not required, but they can substantially |
| 20 ease the develpment workflow. | 20 ease the develpment workflow. |
| 21 | 21 |
| 22 A listing of both categories of tools follows. | 22 A listing of both categories of tools follows. |
| 23 | 23 |
| 24 include::__essential.txt[maxdepth=1] | 24 include::__essential.txt[maxdepth=1] |
| 25 | 25 |
| 26 include::__helper.txt[maxdepth=1] | 26 include::__helper.txt[maxdepth=1] |
| 27 | 27 |
| 28 // vim: ft=asciidoc: | 28 // vim: ft=asciidoc: |
| OLD | NEW |