commit | ad7e50b6d31a1100fb6524af59b1246dd95bcbfc | [log] [tgz] |
---|---|---|
author | Sam Maier <smaier@chromium.org> | Tue Oct 17 14:36:50 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 17 14:36:50 2023 |
tree | 25e52f23f116b2da2458b0e01fd4e8b7b907b49d | |
parent | e743f5abd70fabdc1f12977f77d12907ecc8d5c5 [diff] |
jni_zero: Migrating all JNI annotations in /testing 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. R=torne@chromium.org Bug: 1456762 Change-Id: I7e8ac52fea27650d50a586e6cd7c6390ee97c3c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4938704 Auto-Submit: Sam Maier <smaier@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Owners-Override: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1210832}
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.