blob: ac6f487986f67a7a7286c9e2e786e97c0393b22a [file] [log] [blame]
# 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 = [
"navigator_xr.cc",
"navigator_xr.h",
"type_converters.cc",
"type_converters.h",
"xr.cc",
"xr.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_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_grip_space.cc",
"xr_grip_space.h",
"xr_hit_result.cc",
"xr_hit_result.h",
"xr_hit_test_options.cc",
"xr_hit_test_options.h",
"xr_hit_test_result.cc",
"xr_hit_test_result.h",
"xr_hit_test_source.cc",
"xr_hit_test_source.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_native_origin_information.cc",
"xr_native_origin_information.h",
"xr_object_space.h",
"xr_plane.cc",
"xr_plane.h",
"xr_plane_detection_state.cc",
"xr_plane_detection_state.h",
"xr_plane_set.cc",
"xr_plane_set.h",
"xr_pose.cc",
"xr_pose.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_setlike.h",
"xr_space.cc",
"xr_space.h",
"xr_target_ray_space.cc",
"xr_target_ray_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",
"xr_world_information.cc",
"xr_world_information.h",
"xr_world_tracking_state.cc",
"xr_world_tracking_state.h",
]
deps = [
"//device/vr/public/mojom:mojom_blink",
"//services/metrics/public/cpp:ukm_builders",
]
}