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

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: Rebase Created 5 years, 11 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.cpp » ('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 e063e2514eabb03c51ca4f77950d1e690dd8ae83..ab7cd895133baac07f9467253c091bf45e7bec48 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -165,6 +165,11 @@
'speech/SpeechSynthesisEvent.idl',
'speech/SpeechSynthesisUtterance.idl',
'speech/SpeechSynthesisVoice.idl',
+ 'vr/HMDVRDevice.idl',
+ 'vr/PositionSensorVRDevice.idl',
+ 'vr/VRDevice.idl',
+ 'vr/VRFieldOfView.idl',
+ 'vr/VRPositionState.idl',
'webaudio/AnalyserNode.idl',
'webaudio/AudioBuffer.idl',
'webaudio/AudioBufferCallback.idl',
@@ -270,6 +275,7 @@
'speech/WindowSpeech.idl',
'speech/WindowSpeechSynthesis.idl',
'vibration/NavigatorVibration.idl',
+ 'vr/NavigatorVRDevice.idl',
'webaudio/WindowWebAudio.idl',
'webdatabase/WindowWebDatabase.idl',
'webmidi/NavigatorWebMIDI.idl',
@@ -1003,6 +1009,19 @@
'speech/SpeechSynthesisVoice.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/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.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698