blob: 06b8fe0b8f57b8285f9ee4ce8cf5eb977cd5547d [file] [log] [blame]
# 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",
]
}