| # Copyright 2020 The Chromium Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| static_library("vr_android") { | |
| defines = [] | |
| sources = [ | |
| "mailbox_to_surface_bridge.h", | |
| "web_xr_presentation_state.cc", | |
| "web_xr_presentation_state.h", | |
| ] | |
| deps = [ | |
| "//components/viz/common", | |
| "//gpu/ipc/common:common", | |
| "//ui/gl:gl", | |
| ] | |
| } |