OLD | NEW |
1 # depot_tools | 1 # depot_tools |
2 | 2 |
3 This package contains tools for working with Chromium development. It requires | 3 This package contains tools for working with Chromium development. It requires |
4 python 2.7. | 4 python 2.7. |
5 | 5 |
6 | |
7 ## Tools | 6 ## Tools |
8 | 7 |
9 The most important tools are: | 8 The most important tools are: |
10 | 9 |
11 - `fetch`: A `gclient` wrapper to checkout a project. Use `fetch --help` for | 10 - `fetch`: A `gclient` wrapper to checkout a project. Use `fetch --help` for |
12 more details. | 11 more details. |
13 - `gclient`: A meta-checkout tool. Think | 12 - `gclient`: A meta-checkout tool. Think |
14 [repo](https://source.android.com/source/using-repo.html) or [git | 13 [repo](https://source.android.com/source/using-repo.html) or [git |
15 submodules](https://git-scm.com/docs/git-submodule), except that it support | 14 submodules](https://git-scm.com/docs/git-submodule), except that it support |
16 OS-specific rules, e.g. do not checkout Windows only dependencies when | 15 OS-specific rules, e.g. do not checkout Windows only dependencies when |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 # If change needs more work. | 59 # If change needs more work. |
61 git rebase-update | 60 git rebase-update |
62 ... | 61 ... |
63 git cl upload -t "Fixes goat teleporter destination to be Australia" | 62 git cl upload -t "Fixes goat teleporter destination to be Australia" |
64 | 63 |
65 | 64 |
66 ### cpplint.py | 65 ### cpplint.py |
67 | 66 |
68 To update cpplint.py, please submit the change upstream first at | 67 To update cpplint.py, please submit the change upstream first at |
69 https://github.com/google/styleguide/tree/gh-pages/cpplint then copy it down. | 68 https://github.com/google/styleguide/tree/gh-pages/cpplint then copy it down. |
OLD | NEW |