commit | 20e912c7e34497b7706b5c3cfbf1ad3b27e73058 | [log] [tgz] |
---|---|---|
author | Alexander Cooper <alcooper@chromium.org> | Mon Apr 20 22:51:28 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Apr 20 22:51:28 2020 |
tree | b00b532d5604819f4e90a450b65cf20da1e085cf | |
parent | a2d0c6cc35688a4144e4ddca3704e7069c5329ce [diff] |
Reduce external dependencies on //device/vr In preparation for creating a content/public interface method to get VRDeviceProvider objects, this moves that interface type to device/vr/public/cpp, and adds a build target for it (since it is a class). Additionally, removes a bunch of includes of vr_device.h which were no longer necessary (and should only be necessary within device/vr). Bug: 1070807 Change-Id: If9e08a495d654821838d2cc57047e4c3c7cdc933 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155073 Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#760730}
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.
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.