commit | ab07cc5bdd2e5fe9e0baa782aac02adbc3493b22 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <tasak@google.com> | Wed Jan 11 05:25:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 11 05:25:28 2023 |
tree | a639f2caea802bfdc6e246d3ed48302b0aea7f8c | |
parent | 9b3fd9daecf5dc83796ccd7509e25e64dad91b4a [diff] |
Add weblayer_test_assets to weblayer_support_apk's DEPS. WebLayerSupport.apk depends on assets/snapshot_blob_32.bin, but android_apk("weblayer_support_apk") doesn't have the dependency. We need to add android_assets("weblayer_test_assets") to the deps. Sample build failure: https://ci.chromium.org/ui/p/chromium/builders/ci/android-arm64-archive-rel/969/overview Sample log: KeyError: "There is no item named 'assets/snapshot_blob_32.bin' in the archive" Change-Id: I50c889c4b78a4f2f7351fed636a2fb3e75881b33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4122819 Commit-Queue: Takashi Sakamoto <tasak@google.com> Reviewed-by: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1091187}
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.