chromium/components/webxr/BUILD.gn

# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//device/vr/buildflags/buildflags.gni")

assert(enable_vr)

source_set("webxr") {
  defines = []
  sources = [
    "mailbox_to_surface_bridge_impl.cc",
    "mailbox_to_surface_bridge_impl.h",
  ]

  deps = [
    "//components/viz/common:common",
    "//content/public/browser:browser",
    "//device/vr/android:vr_android",
    "//gpu/command_buffer/common:common",
    "//gpu/ipc/common:common",
    "//services/viz/public/cpp/gpu:gpu",
    "//ui/gl:gl",
  ]
}