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

Unified Diff: Source/modules/modules.gypi

Issue 848053002: Adding WebVR interface to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed compiler warning treated as an error on Windows Created 5 years, 9 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
« no previous file with comments | « no previous file | Source/modules/vr/HMDVRDevice.h » ('j') | Source/modules/vr/HMDVRDevice.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index d2ba53b4e410db53be18da057c77446b70e26d46..a3f19a4637ee0c1cf2613225ab3c7abf8b0ee394 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -169,6 +169,12 @@
'speech/SpeechSynthesisVoice.idl',
'storage/Storage.idl',
'storage/StorageEvent.idl',
+ 'vr/HMDVRDevice.idl',
+ 'vr/PositionSensorVRDevice.idl',
+ 'vr/VRDevice.idl',
+ 'vr/VREyeParameters.idl',
+ 'vr/VRFieldOfView.idl',
+ 'vr/VRPositionState.idl',
'webaudio/AnalyserNode.idl',
'webaudio/AudioBuffer.idl',
'webaudio/AudioBufferCallback.idl',
@@ -273,6 +279,7 @@
'speech/WindowSpeechSynthesis.idl',
'storage/WindowStorage.idl',
'vibration/NavigatorVibration.idl',
+ 'vr/NavigatorVRDevice.idl',
'webaudio/WindowWebAudio.idl',
'webdatabase/WindowWebDatabase.idl',
'webmidi/NavigatorWebMIDI.idl',
@@ -344,6 +351,7 @@
'speech/SpeechRecognitionErrorInit.idl',
'speech/SpeechRecognitionEventInit.idl',
'storage/StorageEventInit.idl',
+ 'vr/VRFieldOfViewInit.idl',
'webmidi/MIDIConnectionEventInit.idl',
'webmidi/MIDIMessageEventInit.idl',
'webmidi/MIDIOptions.idl',
@@ -425,6 +433,8 @@
'<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
'<(blink_modules_output_dir)/storage/StorageEventInit.cpp',
'<(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)/webmidi/MIDIConnectionEventInit.cpp',
'<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h',
'<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h',
@@ -1055,6 +1065,21 @@
'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/VRDevice.cpp',
+ 'vr/VRDevice.h',
+ 'vr/VREyeParameters.cpp',
+ 'vr/VREyeParameters.h',
+ 'vr/VRFieldOfView.h',
+ 'vr/VRHardwareUnit.cpp',
+ 'vr/VRHardwareUnit.h',
+ 'vr/VRPositionState.cpp',
+ 'vr/VRPositionState.h',
'webaudio/AnalyserNode.cpp',
'webaudio/AnalyserNode.h',
'webaudio/AsyncAudioDecoder.cpp',
« no previous file with comments | « no previous file | Source/modules/vr/HMDVRDevice.h » ('j') | Source/modules/vr/HMDVRDevice.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698