Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1918143007: Updated Blink WebVR interfaces to WebVR v1 spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webvr_mojo
Patch Set: Fixed layout test Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 7eedd55a436f45ac5a8e9ffe6b3107a6a0c87b41..e848f6d5753dd3f66c15ef1383e4d96c9f0ad41e 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -211,12 +211,12 @@
'speech/SpeechSynthesisVoice.idl',
'storage/Storage.idl',
'storage/StorageEvent.idl',
- 'vr/HMDVRDevice.idl',
- 'vr/PositionSensorVRDevice.idl',
- 'vr/VRDevice.idl',
+ 'vr/VRDisplay.idl',
+ 'vr/VRDisplayCapabilities.idl',
'vr/VREyeParameters.idl',
'vr/VRFieldOfView.idl',
- 'vr/VRPositionState.idl',
+ 'vr/VRPose.idl',
+ 'vr/VRStageParameters.idl',
'webaudio/AnalyserNode.idl',
'webaudio/AudioBuffer.idl',
'webaudio/AudioBufferCallback.idl',
@@ -400,7 +400,7 @@
'srcobject/HTMLMediaElementSrcObject.idl',
'storage/WindowStorage.idl',
'vibration/NavigatorVibration.idl',
- 'vr/NavigatorVRDevice.idl',
+ 'vr/NavigatorVR.idl',
'wake_lock/ScreenWakeLock.idl',
'webaudio/WindowWebAudio.idl',
'webdatabase/WindowWebDatabase.idl',
@@ -533,6 +533,7 @@
'speech/SpeechRecognitionEventInit.idl',
'storage/StorageEventInit.idl',
'vr/VRFieldOfViewInit.idl',
+ 'vr/VRLayer.idl',
'webaudio/PeriodicWaveConstraints.idl',
'webgl/WebGLContextAttributes.idl',
'webgl/WebGLContextEventInit.idl',
@@ -723,6 +724,8 @@
'<(blink_modules_output_dir)/storage/StorageEventInit.h',
'<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp',
'<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
+ '<(blink_modules_output_dir)/vr/VRLayer.cpp',
+ '<(blink_modules_output_dir)/vr/VRLayer.h',
'<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.cpp',
'<(blink_modules_output_dir)/webaudio/PeriodicWaveConstraints.h',
'<(blink_modules_output_dir)/webgl/WebGLContextAttributes.cpp',
@@ -1572,27 +1575,25 @@
'storage/StorageNamespaceController.h',
'vibration/NavigatorVibration.cpp',
'vibration/NavigatorVibration.h',
- 'vr/HMDVRDevice.cpp',
- 'vr/HMDVRDevice.h',
- 'vr/NavigatorVRDevice.cpp',
- 'vr/NavigatorVRDevice.h',
- 'vr/PositionSensorVRDevice.cpp',
- 'vr/PositionSensorVRDevice.h',
+ 'vr/NavigatorVR.cpp',
+ 'vr/NavigatorVR.h',
'vr/VRController.cpp',
'vr/VRController.h',
- 'vr/VRDevice.cpp',
- 'vr/VRDevice.h',
+ 'vr/VRDisplay.cpp',
+ 'vr/VRDisplay.h',
+ 'vr/VRDisplayCapabilities.cpp',
+ 'vr/VRDisplayCapabilities.h',
+ 'vr/VRDisplayCollection.cpp',
+ 'vr/VRDisplayCollection.h',
'vr/VREyeParameters.cpp',
'vr/VREyeParameters.h',
'vr/VRFieldOfView.h',
'vr/VRGetDevicesCallback.cpp',
'vr/VRGetDevicesCallback.h',
- 'vr/VRHardwareUnit.cpp',
- 'vr/VRHardwareUnit.h',
- 'vr/VRHardwareUnitCollection.cpp',
- 'vr/VRHardwareUnitCollection.h',
- 'vr/VRPositionState.cpp',
- 'vr/VRPositionState.h',
+ 'vr/VRPose.cpp',
+ 'vr/VRPose.h',
+ 'vr/VRStageParameters.cpp',
+ 'vr/VRStageParameters.h',
'vr/VRTypeConverters.cc',
'vr/VRTypeConverters.h',
'wake_lock/ScreenWakeLock.cpp',

Powered by Google App Engine
This is Rietveld 408576698