README.txt 1.0 KB

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