Revert "[M120 Migration]Fix for crash during chrome exit"
[platform/framework/web/chromium-efl.git] / buildtools / README.txt
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
5 This directory also exists as a stand-alone git mirror at
6 https://chromium.googlesource.com/chromium/src/buildtools/.
7 That mirror exists so that the shared build tools can be shared between
8 the various Chromium-related projects without each one needing to maintain
9 their own versionining of each binary.
10
11 ________________________
12 ADDING BINARIES MANUALLY
13
14 One uploads new versions of the tools using the 'gsutil' binary from the
15 Google Storage SDK:
16
17   https://developers.google.com/storage/docs/gsutil
18
19 There is a checked-in version of gsutil as part of depot_tools.
20
21 To 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).