0
Files
src/buildtools
Nico Weber da79b98301 Roll GN a5bcbd726a..0c5557d17
https://gn.googlesource.com/gn/+log/a5bcbd726a..0c5557d17
0c5557d Fix Rust linking -lfoo.so not -lfoo due to TOC
2426c17 [iOS/macOS] compile data sets into Assets
49f5903 [check] Document system style checking for check command
4cc8914 [check] Check includes using <bracket> style as well as "quotes"
a141386 Provide a way to pass extern Rust library
c5a0ec6 Classify Rust static libraries as final
2920568 Remove irregular formatting for some lists after =
cd715c1 Simplify and speed up ReadStdin.
e67b81b Document change ID hook in the README.
e0518bc analyzer test: Replace ownership comments with unique_ptr.

Bug: 1041419
Change-Id: Ifd62b7cbabb9b28f668906af0f48bfeadde73cb5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996990
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: Hans Wennborg <hans@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730534}
2020-01-13 15:09:54 +00:00
..
2020-01-13 15:09:54 +00:00

This directory contains hashes of build tools used by Chromium and related
projects. The actual binaries are pulled from Google Storage, normally as part
of a gclient hook.

This directory also exists as a stand-alone git mirror at
https://chromium.googlesource.com/chromium/src/buildtools/.
That mirror exists so that the shared build tools can be shared between
the various Chromium-related projects without each one needing to maintain
their own versionining of each binary.

________________________
ADDING BINARIES MANUALLY

One uploads new versions of the tools using the 'gsutil' binary from the
Google Storage SDK:

  https://developers.google.com/storage/docs/gsutil

There is a checked-in version of gsutil as part of depot_tools.

To initialize gsutil's credentials:

  python ~/depot_tools/third_party/gsutil/gsutil config

  That will give a URL which you should log into with your web browser.

  Copy the code back to the command line util. Ignore the project ID (it's OK
  to just leave blank when prompted).