commit | 1354827c5d14ac1f62bd8114ac7b88602857ce67 | [log] [tgz] |
---|---|---|
author | Piotr Bialecki <bialpio@google.com> | Thu May 08 18:22:56 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 08 18:22:56 2025 |
tree | c0f69754a5ad7592a78e7311cdc81de7c9197092 | |
parent | 2f41115e28a27462813be29c8387ccd49a6d3659 [diff] |
WebXR: support ARCore and Cardboard in Android emulator With this CL, it is now possible to enter an AR session inside an Android emulator leveraging ARCore backend, and VR session leveraging Cardboard. Limitations: - https://developers.google.com/ar/develop/c/emulator describes that an emulator-capable version of Google Play Services for AR needs to be installed on the emulated device. - The docs also describe that x86 (i.e. 32bit) version of the image must be used. Change-Id: Ia977d501f48c8be2c290761220e1aae4cada8744 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6506811 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Richard (Torne) Coles <torne@chromium.org> Reviewed-by: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/main@{#1457724}
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.