
* The file extensions for the compressed tarballs are .tar.xz, not .tgz * Update the clang-format diff script so that xargs spawns one clang-format process per file in parallel instead of spawning one clang-format process that formats all files. This considerably speeds things up. Note that the fetch and upload script is still broken for the following reasons that I haven't fixed yet because this is difficult to debug (upload_to_google_storage.py can only be run once per object for example.) * upload_to_google_storage_first_class.py prints a line that goes "Uploading {filename} as gs://{path}" before printing out JSON. This makes jq unhappy. * upload_to_google_storage_first_class.py prints the wrong object_name in the JSON; the object name printed is the same as the sha256sum. There does exist an object with that name and it contains the right data, but it doesn't have the executable bit set. We want another object that does. Change-Id: I6cd5faa0432b71098664e4e79bc7c22140d48545 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6226772 Reviewed-by: Hans Wennborg <hans@chromium.org> Commit-Queue: Alan Zhao <ayzhao@google.com> Cr-Commit-Position: refs/heads/main@{#1415760}
Chromium
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead,
follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.