0
Files
src/content/services
Alexander Cooper cb573b0d29 Split VROrientationDevice into it's own component
This change creates a new target containing only VROrientationDevice.
This will allow embedders (and content) to link against just the only
VROrientation device so that it doesn't need to link in all of device/vr
if that's the only device that it wants/needs.

Future work can create components for each device, such that including
AR, GVR, or each of the immersive (windows) runtimes can be done
independent of each other.

Bug: 1070807
Change-Id: I12c8ec78a60e876d820cac881354a088b9843d73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154399
Commit-Queue: Alexander Cooper <alcooper@chromium.org>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#761164}
2020-04-21 22:16:35 +00:00
..

This directory holds services that are: (a) Not considered part of Chrome's foundation (i.e., //services) or they have dependencies which we don't allow in /services (such as content or Blink), and (b) are entirely consumed by content/ (or exposed via a content/public interface).

If in doubt about where your service belongs, contact services-dev@chromium.org.