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

Side by Side 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, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/modules/vr/HMDVRDevice.h » ('j') | Source/modules/vr/HMDVRDevice.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'speech/SpeechRecognition.idl', 158 'speech/SpeechRecognition.idl',
159 'speech/SpeechRecognitionAlternative.idl', 159 'speech/SpeechRecognitionAlternative.idl',
160 'speech/SpeechRecognitionError.idl', 160 'speech/SpeechRecognitionError.idl',
161 'speech/SpeechRecognitionEvent.idl', 161 'speech/SpeechRecognitionEvent.idl',
162 'speech/SpeechRecognitionResult.idl', 162 'speech/SpeechRecognitionResult.idl',
163 'speech/SpeechRecognitionResultList.idl', 163 'speech/SpeechRecognitionResultList.idl',
164 'speech/SpeechSynthesis.idl', 164 'speech/SpeechSynthesis.idl',
165 'speech/SpeechSynthesisEvent.idl', 165 'speech/SpeechSynthesisEvent.idl',
166 'speech/SpeechSynthesisUtterance.idl', 166 'speech/SpeechSynthesisUtterance.idl',
167 'speech/SpeechSynthesisVoice.idl', 167 'speech/SpeechSynthesisVoice.idl',
168 'vr/HMDVRDevice.idl',
169 'vr/PositionSensorVRDevice.idl',
170 'vr/VRDevice.idl',
171 'vr/VRFieldOfView.idl',
172 'vr/VRPositionState.idl',
168 'webaudio/AnalyserNode.idl', 173 'webaudio/AnalyserNode.idl',
169 'webaudio/AudioBuffer.idl', 174 'webaudio/AudioBuffer.idl',
170 'webaudio/AudioBufferCallback.idl', 175 'webaudio/AudioBufferCallback.idl',
171 'webaudio/AudioBufferSourceNode.idl', 176 'webaudio/AudioBufferSourceNode.idl',
172 'webaudio/AudioContext.idl', 177 'webaudio/AudioContext.idl',
173 'webaudio/AudioDestinationNode.idl', 178 'webaudio/AudioDestinationNode.idl',
174 'webaudio/AudioListener.idl', 179 'webaudio/AudioListener.idl',
175 'webaudio/AudioNode.idl', 180 'webaudio/AudioNode.idl',
176 'webaudio/AudioParam.idl', 181 'webaudio/AudioParam.idl',
177 'webaudio/AudioProcessingEvent.idl', 182 'webaudio/AudioProcessingEvent.idl',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'push_messaging/ServiceWorkerGlobalScopePush.idl', 268 'push_messaging/ServiceWorkerGlobalScopePush.idl',
264 'push_messaging/ServiceWorkerRegistrationPush.idl', 269 'push_messaging/ServiceWorkerRegistrationPush.idl',
265 'quota/NavigatorStorageQuota.idl', 270 'quota/NavigatorStorageQuota.idl',
266 'quota/WindowQuota.idl', 271 'quota/WindowQuota.idl',
267 'quota/WorkerNavigatorStorageQuota.idl', 272 'quota/WorkerNavigatorStorageQuota.idl',
268 'screen_orientation/ScreenScreenOrientation.idl', 273 'screen_orientation/ScreenScreenOrientation.idl',
269 'serviceworkers/NavigatorServiceWorker.idl', 274 'serviceworkers/NavigatorServiceWorker.idl',
270 'speech/WindowSpeech.idl', 275 'speech/WindowSpeech.idl',
271 'speech/WindowSpeechSynthesis.idl', 276 'speech/WindowSpeechSynthesis.idl',
272 'vibration/NavigatorVibration.idl', 277 'vibration/NavigatorVibration.idl',
278 'vr/NavigatorVRDevice.idl',
273 'webaudio/WindowWebAudio.idl', 279 'webaudio/WindowWebAudio.idl',
274 'webdatabase/WindowWebDatabase.idl', 280 'webdatabase/WindowWebDatabase.idl',
275 'webmidi/NavigatorWebMIDI.idl', 281 'webmidi/NavigatorWebMIDI.idl',
276 ], 282 ],
277 # interfaces that inherit from Event 283 # interfaces that inherit from Event
278 'modules_event_idl_files': [ 284 'modules_event_idl_files': [
279 'device_light/DeviceLightEvent.idl', 285 'device_light/DeviceLightEvent.idl',
280 'device_orientation/DeviceMotionEvent.idl', 286 'device_orientation/DeviceMotionEvent.idl',
281 'device_orientation/DeviceOrientationEvent.idl', 287 'device_orientation/DeviceOrientationEvent.idl',
282 'encryptedmedia/MediaEncryptedEvent.idl', 288 'encryptedmedia/MediaEncryptedEvent.idl',
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 'speech/SpeechSynthesis.cpp', 1002 'speech/SpeechSynthesis.cpp',
997 'speech/SpeechSynthesis.h', 1003 'speech/SpeechSynthesis.h',
998 'speech/SpeechSynthesisEvent.cpp', 1004 'speech/SpeechSynthesisEvent.cpp',
999 'speech/SpeechSynthesisEvent.h', 1005 'speech/SpeechSynthesisEvent.h',
1000 'speech/SpeechSynthesisUtterance.cpp', 1006 'speech/SpeechSynthesisUtterance.cpp',
1001 'speech/SpeechSynthesisUtterance.h', 1007 'speech/SpeechSynthesisUtterance.h',
1002 'speech/SpeechSynthesisVoice.cpp', 1008 'speech/SpeechSynthesisVoice.cpp',
1003 'speech/SpeechSynthesisVoice.h', 1009 'speech/SpeechSynthesisVoice.h',
1004 'vibration/NavigatorVibration.cpp', 1010 'vibration/NavigatorVibration.cpp',
1005 'vibration/NavigatorVibration.h', 1011 'vibration/NavigatorVibration.h',
1012 'vr/HMDVRDevice.cpp',
1013 'vr/HMDVRDevice.h',
1014 'vr/NavigatorVRDevice.cpp',
1015 'vr/NavigatorVRDevice.h',
1016 'vr/PositionSensorVRDevice.cpp',
1017 'vr/PositionSensorVRDevice.h',
1018 'vr/VRDevice.cpp',
1019 'vr/VRDevice.h',
1020 'vr/VRFieldOfView.h',
1021 'vr/VRHardwareUnit.cpp',
1022 'vr/VRHardwareUnit.h',
1023 'vr/VRPositionState.cpp',
1024 'vr/VRPositionState.h',
1006 'webaudio/AnalyserNode.cpp', 1025 'webaudio/AnalyserNode.cpp',
1007 'webaudio/AnalyserNode.h', 1026 'webaudio/AnalyserNode.h',
1008 'webaudio/AsyncAudioDecoder.cpp', 1027 'webaudio/AsyncAudioDecoder.cpp',
1009 'webaudio/AsyncAudioDecoder.h', 1028 'webaudio/AsyncAudioDecoder.h',
1010 'webaudio/AudioBasicInspectorNode.cpp', 1029 'webaudio/AudioBasicInspectorNode.cpp',
1011 'webaudio/AudioBasicInspectorNode.h', 1030 'webaudio/AudioBasicInspectorNode.h',
1012 'webaudio/AudioBasicProcessorNode.cpp', 1031 'webaudio/AudioBasicProcessorNode.cpp',
1013 'webaudio/AudioBasicProcessorNode.h', 1032 'webaudio/AudioBasicProcessorNode.h',
1014 'webaudio/AudioBuffer.cpp', 1033 'webaudio/AudioBuffer.cpp',
1015 'webaudio/AudioBuffer.h', 1034 'webaudio/AudioBuffer.h',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 'indexeddb/IDBKeyPathTest.cpp', 1253 'indexeddb/IDBKeyPathTest.cpp',
1235 'indexeddb/IDBRequestTest.cpp', 1254 'indexeddb/IDBRequestTest.cpp',
1236 'indexeddb/IDBTransactionTest.cpp', 1255 'indexeddb/IDBTransactionTest.cpp',
1237 'serviceworkers/CacheTest.cpp', 1256 'serviceworkers/CacheTest.cpp',
1238 'serviceworkers/ServiceWorkerContainerTest.cpp', 1257 'serviceworkers/ServiceWorkerContainerTest.cpp',
1239 'websockets/DOMWebSocketTest.cpp', 1258 'websockets/DOMWebSocketTest.cpp',
1240 'websockets/DocumentWebSocketChannelTest.cpp', 1259 'websockets/DocumentWebSocketChannelTest.cpp',
1241 ], 1260 ],
1242 }, 1261 },
1243 } 1262 }
OLDNEW
« 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