• Home
Name Date Size #Lines LOC

..--

android/07-Sep-2024-21

checkdeps/07-Sep-2024-2,4731,801

clang_format/07-Sep-2024-5339

linux64/07-Sep-2024-11

mac/07-Sep-2024-21

reclient_cfgs/07-Sep-2024-12196

third_party/07-Sep-2024-560480

win/07-Sep-2024-11

DIR_METADATAD07-Sep-202468 64

LICENSED07-Sep-20241.5 KiB2827

OWNERSD07-Sep-202480 54

README.txtD07-Sep-20241 KiB2919

codereview.settingsD07-Sep-2024152 54

deps_revisions.gniD07-Sep-2024367 108

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