commit | d39b0a22b5fb93f3cb17299ba229968d76c9075b | [log] [tgz] |
---|---|---|
author | Chidera Olibie <colibie@google.com> | Fri Nov 10 11:50:48 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 10 11:50:48 2023 |
tree | f54d7b1ac50f62d8c69653fa3ff522131ccd4c6f | |
parent | f73c45a0aa7dbefbcf1191175bd55c72b600baf2 [diff] |
[Cronet] Add jni_zero's proguard config to cronet The annotations were removed from chromium_annotations.flags in https://crrev.com/c/4953055 Otherwise cronet native jni code fails to find these classes since they are proguarded. For example: "Failed to find class org/chromium/base/JNIUtils" Bug: b/309795327 Bug: 1456762 Change-Id: Ie310ca912bab58eb196ef3c6e751fba685fcada9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5017857 Reviewed-by: Mohannad Farrag <aymanm@google.com> Commit-Queue: Chidera Olibie <colibie@google.com> Cr-Commit-Position: refs/heads/main@{#1222861}
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.