summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/xr/BUILD.gn
blob: 0f4806e5575d23c83689b28c4b4100290aad2f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Copyright 2017 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.

import("//third_party/blink/renderer/modules/modules.gni")

blink_modules_sources("xr") {
  sources = [
    "xr.cc",
    "xr.h",
    "xr_bounded_reference_space.cc",
    "xr_bounded_reference_space.h",
    "xr_canvas_input_provider.cc",
    "xr_canvas_input_provider.h",
    "xr_frame.cc",
    "xr_frame.h",
    "xr_frame_provider.cc",
    "xr_frame_provider.h",
    "xr_frame_request_callback_collection.cc",
    "xr_frame_request_callback_collection.h",
    "xr_hit_result.cc",
    "xr_hit_result.h",
    "xr_input_pose.cc",
    "xr_input_pose.h",
    "xr_input_source.cc",
    "xr_input_source.h",
    "xr_input_source_event.cc",
    "xr_input_source_event.h",
    "xr_layer.cc",
    "xr_layer.h",
    "xr_presentation_context.cc",
    "xr_presentation_context.h",
    "xr_ray.cc",
    "xr_ray.h",
    "xr_reference_space.cc",
    "xr_reference_space.h",
    "xr_rigid_transform.cc",
    "xr_rigid_transform.h",
    "xr_session.cc",
    "xr_session.h",
    "xr_session_event.cc",
    "xr_session_event.h",
    "xr_space.cc",
    "xr_space.h",
    "xr_stage_bounds.cc",
    "xr_stage_bounds.h",
    "xr_stationary_reference_space.cc",
    "xr_stationary_reference_space.h",
    "xr_unbounded_reference_space.cc",
    "xr_unbounded_reference_space.h",
    "xr_utils.cc",
    "xr_utils.h",
    "xr_view.cc",
    "xr_view.h",
    "xr_viewer_pose.cc",
    "xr_viewer_pose.h",
    "xr_viewport.h",
    "xr_webgl_layer.cc",
    "xr_webgl_layer.h",
  ]

  deps = [
    "//device/vr/public/mojom:mojom_blink",
  ]
}