commit | c45bc648b3616610b5c2a19ea5060492dc1cb24b | [log] [tgz] |
---|---|---|
author | Sam Maier <smaier@chromium.org> | Thu Oct 12 16:34:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 12 16:34:28 2023 |
tree | a13c3e32e476575a4103d97883f74d512e831b38 | |
parent | 499be61dc08928ece00903bca573e83918273b29 [diff] |
jni_zero: Migrating all JNI annotations in /base to jni_zero copies This CL is the result of a few simple sed commands, switching any import statement using any of the 6 JNI annotations, and switching over the gn targets from base:jni_java to jni_zero_java. This CL was uploaded by git cl split. Bug: 1456762 Change-Id: Ib6cb82809fd480bce81e8e0808501faf837fa9cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4935910 Auto-Submit: Sam Maier <smaier@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1208878}
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.