summaryrefslogtreecommitdiffstats
path: root/chromium/components/webxr/BUILD.gn
blob: 719ac8a8e2370cb121f70eeb4b4ae3fe4c48fa72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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",
  ]
}