summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/xr/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/xr/BUILD.gn')
-rw-r--r--chromium/third_party/blink/renderer/modules/xr/BUILD.gn21
1 files changed, 17 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/modules/xr/BUILD.gn b/chromium/third_party/blink/renderer/modules/xr/BUILD.gn
index 2559761839d..2bae19df8ad 100644
--- a/chromium/third_party/blink/renderer/modules/xr/BUILD.gn
+++ b/chromium/third_party/blink/renderer/modules/xr/BUILD.gn
@@ -6,12 +6,11 @@ import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("xr") {
sources = [
+ "element_xr.h",
"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",
@@ -20,6 +19,10 @@ blink_modules_sources("xr") {
"xr_bounded_reference_space.h",
"xr_canvas_input_provider.cc",
"xr_canvas_input_provider.h",
+ "xr_cube_map.cc",
+ "xr_cube_map.h",
+ "xr_dom_overlay_state.cc",
+ "xr_dom_overlay_state.h",
"xr_frame.cc",
"xr_frame.h",
"xr_frame_provider.cc",
@@ -28,8 +31,6 @@ blink_modules_sources("xr") {
"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_result.cc",
"xr_hit_test_result.h",
"xr_hit_test_source.cc",
@@ -42,6 +43,12 @@ blink_modules_sources("xr") {
"xr_input_source_event.h",
"xr_input_sources_change_event.cc",
"xr_input_sources_change_event.h",
+ "xr_light_estimation.cc",
+ "xr_light_estimation.h",
+ "xr_light_estimation_state.cc",
+ "xr_light_estimation_state.h",
+ "xr_light_probe.cc",
+ "xr_light_probe.h",
"xr_native_origin_information.cc",
"xr_native_origin_information.h",
"xr_object_space.h",
@@ -59,6 +66,8 @@ blink_modules_sources("xr") {
"xr_reference_space.h",
"xr_reference_space_event.cc",
"xr_reference_space_event.h",
+ "xr_reflection_probe.cc",
+ "xr_reflection_probe.h",
"xr_render_state.cc",
"xr_render_state.h",
"xr_rigid_transform.cc",
@@ -70,6 +79,10 @@ blink_modules_sources("xr") {
"xr_setlike.h",
"xr_space.cc",
"xr_space.h",
+ "xr_spherical_harmonics.cc",
+ "xr_spherical_harmonics.h",
+ "xr_system.cc",
+ "xr_system.h",
"xr_target_ray_space.cc",
"xr_target_ray_space.h",
"xr_transient_input_hit_test_result.cc",