0
Files
src/buildtools
Sylvain Defresne 21272efa27 [apple] Use !is_apple gn variable when appropriate
https://crrev.com/c/2315695 added `is_apple` variable defined as
`is_ios || is_mac` and converted usages of this pattern, but the
conversion missed the negative form.

Convert `!is_ios && !is_mac` to `!is_apple` as a followup.

Bug: 1105907
Change-Id: Iae063a2cbb89a7d545958b5bbeebac48bac9ec0f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410021
Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806636}
2020-09-14 14:35:30 +00:00
..
2020-08-03 12:37:40 +00:00
2020-09-09 20:51:00 +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).