commit | 3dec34616aaf4298ac30aee57bebfe0b50af6715 | [log] [tgz] |
---|---|---|
author | Andrew Grieve <[email protected]> | Fri Mar 31 20:31:29 2023 |
committer | Chromium LUCI CQ <[email protected]> | Fri Mar 31 20:31:29 2023 |
tree | 3ecde9603c67beea629eaac8269d88b3a9af5d37 | |
parent | 88a4de31641a4b3c9e8f0832aa82fbcc7192b0d1 [diff] |
Copy zip-related funcs build_utils -> zip_helpers Non-android scripts use these helpers, so this moves them outside of the //build/android directory. This also modifies the helpers in the following ways: * Renamed them. * Added more assert checks about valid paths * Fixed zip_directory() adding \s instead of /s on windows * Merged in zipalign logic * Changed compress_fn -> compress= (was unused) * Do not call atomic_output from zip_directory() * Updated all callers to do so explicitly. Bug: 1428082 Change-Id: I9ad5df6cc2491efb974bc914ddbcc6d9de2d4657 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4386354 Reviewed-by: Sam Maier <[email protected]> Commit-Queue: Andrew Grieve <[email protected]> Owners-Override: Andrew Grieve <[email protected]> Cr-Commit-Position: refs/heads/main@{#1124879}
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.