Name Date Size

..25-Oct-20244 KiB

android/H25-Oct-20244 KiB

checkdeps/H25-Oct-20244 KiB

clang_format/H25-Oct-20244 KiB

codereview.settingsH A D25-Oct-2024152

deps_revisions.gniH A D25-Oct-2024367

DIR_METADATAH A D25-Oct-202468

LICENSEH A D25-Oct-20241.5 KiB

linux64/H25-Oct-20244 KiB

mac/H25-Oct-20244 KiB

OWNERSH A D25-Oct-202480

README.txtH A D25-Oct-20241 KiB

reclient_cfgs/H25-Oct-20244 KiB

third_party/H25-Oct-20244 KiB

win/H25-Oct-20244 KiB

README.txt

1This directory contains hashes of build tools used by Chromium and related
2projects. The actual binaries are pulled from Google Storage, normally as part
3of a gclient hook.
4
5This directory also exists as a stand-alone git mirror at
6https://chromium.googlesource.com/chromium/src/buildtools/.
7That mirror exists so that the shared build tools can be shared between
8the various Chromium-related projects without each one needing to maintain
9their own versionining of each binary.
10
11________________________
12ADDING BINARIES MANUALLY
13
14One uploads new versions of the tools using the 'gsutil' binary from the
15Google Storage SDK:
16
17  https://developers.google.com/storage/docs/gsutil
18
19There is a checked-in version of gsutil as part of depot_tools.
20
21To initialize gsutil's credentials:
22
23  python ~/depot_tools/third_party/gsutil/gsutil config
24
25  That will give a URL which you should log into with your web browser.
26
27  Copy the code back to the command line util. Ignore the project ID (it's OK
28  to just leave blank when prompted).
29