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