File: BUILD.gn

package info (click to toggle)
chromium 138.0.7204.183-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,071,908 kB
  • sloc: cpp: 34,937,088; ansic: 7,176,967; javascript: 4,110,704; python: 1,419,953; asm: 946,768; xml: 739,971; pascal: 187,324; sh: 89,623; perl: 88,663; objc: 79,944; sql: 50,304; cs: 41,786; fortran: 24,137; makefile: 21,806; php: 13,980; tcl: 13,166; yacc: 8,925; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (164 lines) | stat: -rw-r--r-- 4,619 bytes parent folder | download | duplicates (5)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# Copyright 2017 The Chromium Authors
# 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 = [
    "average_timer.cc",
    "average_timer.h",
    "global_event_handlers_xr.h",
    "vr_service_type_converters.cc",
    "vr_service_type_converters.h",
    "xr_anchor.cc",
    "xr_anchor.h",
    "xr_anchor_set.cc",
    "xr_anchor_set.h",
    "xr_bounded_reference_space.cc",
    "xr_bounded_reference_space.h",
    "xr_camera.cc",
    "xr_camera.h",
    "xr_canvas_input_provider.cc",
    "xr_canvas_input_provider.h",
    "xr_composition_layer.cc",
    "xr_composition_layer.h",
    "xr_cpu_depth_information.cc",
    "xr_cpu_depth_information.h",
    "xr_cube_map.cc",
    "xr_cube_map.h",
    "xr_depth_information.cc",
    "xr_depth_information.h",
    "xr_depth_manager.cc",
    "xr_depth_manager.h",
    "xr_dom_overlay_state.cc",
    "xr_dom_overlay_state.h",
    "xr_enter_fullscreen_observer.cc",
    "xr_enter_fullscreen_observer.h",
    "xr_exit_fullscreen_observer.cc",
    "xr_exit_fullscreen_observer.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_gpu_binding.cc",
    "xr_gpu_binding.h",
    "xr_gpu_projection_layer.cc",
    "xr_gpu_projection_layer.h",
    "xr_gpu_sub_image.h",
    "xr_gpu_swap_chain.cc",
    "xr_gpu_swap_chain.h",
    "xr_gpu_texture_array_swap_chain.cc",
    "xr_gpu_texture_array_swap_chain.h",
    "xr_graphics_binding.cc",
    "xr_graphics_binding.h",
    "xr_grip_space.cc",
    "xr_grip_space.h",
    "xr_hand.cc",
    "xr_hand.h",
    "xr_hit_test_result.cc",
    "xr_hit_test_result.h",
    "xr_hit_test_source.cc",
    "xr_hit_test_source.h",
    "xr_image_tracking_result.cc",
    "xr_image_tracking_result.h",
    "xr_input_source.cc",
    "xr_input_source.h",
    "xr_input_source_array.cc",
    "xr_input_source_array.h",
    "xr_input_source_event.cc",
    "xr_input_source_event.h",
    "xr_input_sources_change_event.cc",
    "xr_input_sources_change_event.h",
    "xr_joint_pose.cc",
    "xr_joint_pose.h",
    "xr_joint_space.cc",
    "xr_joint_space.h",
    "xr_layer.cc",
    "xr_layer.h",
    "xr_layer_shared_image_manager.cc",
    "xr_layer_shared_image_manager.h",
    "xr_light_estimate.cc",
    "xr_light_estimate.h",
    "xr_light_probe.cc",
    "xr_light_probe.h",
    "xr_object_space.h",
    "xr_plane.cc",
    "xr_plane.h",
    "xr_plane_manager.cc",
    "xr_plane_manager.h",
    "xr_plane_set.cc",
    "xr_plane_set.h",
    "xr_pose.cc",
    "xr_pose.h",
    "xr_projection_layer.cc",
    "xr_projection_layer.h",
    "xr_ray.cc",
    "xr_ray.h",
    "xr_reference_space.cc",
    "xr_reference_space.h",
    "xr_reference_space_event.cc",
    "xr_reference_space_event.h",
    "xr_render_state.cc",
    "xr_render_state.h",
    "xr_rigid_transform.cc",
    "xr_rigid_transform.h",
    "xr_session.cc",
    "xr_session.h",
    "xr_session_event.cc",
    "xr_session_event.h",
    "xr_session_viewport_scaler.cc",
    "xr_session_viewport_scaler.h",
    "xr_setlike.h",
    "xr_space.cc",
    "xr_space.h",
    "xr_sub_image.h",
    "xr_swap_chain.h",
    "xr_system.cc",
    "xr_system.h",
    "xr_target_ray_space.cc",
    "xr_target_ray_space.h",
    "xr_transient_input_hit_test_result.cc",
    "xr_transient_input_hit_test_result.h",
    "xr_transient_input_hit_test_source.cc",
    "xr_transient_input_hit_test_source.h",
    "xr_utils.cc",
    "xr_utils.h",
    "xr_view.cc",
    "xr_view.h",
    "xr_view_geometry.cc",
    "xr_view_geometry.h",
    "xr_viewer_pose.cc",
    "xr_viewer_pose.h",
    "xr_viewport.h",
    "xr_webgl_binding.cc",
    "xr_webgl_binding.h",
    "xr_webgl_depth_information.cc",
    "xr_webgl_depth_information.h",
    "xr_webgl_drawing_buffer_swap_chain.cc",
    "xr_webgl_drawing_buffer_swap_chain.h",
    "xr_webgl_layer.cc",
    "xr_webgl_layer.h",
    "xr_webgl_layer_client.h",
    "xr_webgl_projection_layer.cc",
    "xr_webgl_projection_layer.h",
    "xr_webgl_sub_image.cc",
    "xr_webgl_sub_image.h",
    "xr_webgl_swap_chain.cc",
    "xr_webgl_swap_chain.h",
    "xr_webgl_texture_array_swap_chain.cc",
    "xr_webgl_texture_array_swap_chain.h",
  ]

  deps = [
    "//device/vr/public/mojom:vr_service_blink",
    "//services/metrics/public/cpp:ukm_builders",
  ]

  public_deps = [
    "//third_party/blink/renderer/modules/gamepad:gamepad",
    "//third_party/blink/renderer/modules/webgpu:webgpu",
  ]
}