BUILD.gn 431 B

123456789101112131415161718
  1. # Copyright 2020 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. static_library("vr_android") {
  5. defines = []
  6. sources = [
  7. "mailbox_to_surface_bridge.h",
  8. "web_xr_presentation_state.cc",
  9. "web_xr_presentation_state.h",
  10. ]
  11. deps = [
  12. "//components/viz/common",
  13. "//gpu/ipc/common:common",
  14. "//ui/gl:gl",
  15. ]
  16. }