blob: ad2681d6fcfe9ab0067c8a746444a585ef4d6349 [file]
# Copyright 2020 The Chromium Authors
# 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",
]
}