1 This folder contains GN binaries. They should be automatically downloaded from
2 Google Storage by gclient runhooks for the current platform.
6 python ~/depot_tools/upload_to_google_storage.py -b chromium-gn <FILENAME>
8 To download a file given a .sha1 file:
9 python ~/depot_tools/download_from_google_storage.py -b chromium-gn -s <FILENAME>.sha1
11 List the contents of GN's Google Storage bucket:
12 python ~/depot_tools/third_party/gsutil/gsutil ls gs://chromium-gn/
14 To initialize gsutil's credentials:
15 python ~/depot_tools/third_party/gsutil/gsutil config
17 That will give a URL which you should log into with your web browser. The
18 username should be the one that is on the ACL for the "chromium-gn" bucket
19 (probably your @google.com address). Contact the build team for help getting
22 Copy the code back to the command line util. Ignore the project ID (it's OK
23 to just leave blank when prompted).
26 https://developers.google.com/storage/docs/gsutil