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

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: Addressed feedback from philipj@opera.com, rebased 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.h » ('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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'notifications/NotificationOptions.idl', 334 'notifications/NotificationOptions.idl',
329 'presentation/AvailableChangeEventInit.idl', 335 'presentation/AvailableChangeEventInit.idl',
330 'push_messaging/PushEventInit.idl', 336 'push_messaging/PushEventInit.idl',
331 'serviceworkers/CacheQueryOptions.idl', 337 'serviceworkers/CacheQueryOptions.idl',
332 'serviceworkers/ClientQueryOptions.idl', 338 'serviceworkers/ClientQueryOptions.idl',
333 'serviceworkers/ExtendableEventInit.idl', 339 'serviceworkers/ExtendableEventInit.idl',
334 'serviceworkers/InstallEventInit.idl', 340 'serviceworkers/InstallEventInit.idl',
335 'serviceworkers/RegistrationOptions.idl', 341 'serviceworkers/RegistrationOptions.idl',
336 'speech/SpeechRecognitionErrorInit.idl', 342 'speech/SpeechRecognitionErrorInit.idl',
337 'speech/SpeechRecognitionEventInit.idl', 343 'speech/SpeechRecognitionEventInit.idl',
344 'vr/VRFieldOfViewInit.idl',
338 'webmidi/MIDIConnectionEventInit.idl', 345 'webmidi/MIDIConnectionEventInit.idl',
339 'webmidi/MIDIMessageEventInit.idl', 346 'webmidi/MIDIMessageEventInit.idl',
340 'webmidi/MIDIOptions.idl', 347 'webmidi/MIDIOptions.idl',
341 'websockets/CloseEventInit.idl', 348 'websockets/CloseEventInit.idl',
342 ], 349 ],
343 'generated_modules_files': [ 350 'generated_modules_files': [
344 # .cpp files from make_modules_generated actions. 351 # .cpp files from make_modules_generated actions.
345 '<(blink_modules_output_dir)/EventModules.cpp', 352 '<(blink_modules_output_dir)/EventModules.cpp',
346 '<(blink_modules_output_dir)/EventModulesHeaders.h', 353 '<(blink_modules_output_dir)/EventModulesHeaders.h',
347 '<(blink_modules_output_dir)/EventModulesNames.cpp', 354 '<(blink_modules_output_dir)/EventModulesNames.cpp',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp', 410 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.cpp',
404 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h', 411 '<(blink_modules_output_dir)/serviceworkers/ExtendableEventInit.h',
405 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.cpp', 412 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.cpp',
406 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.h', 413 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.h',
407 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', 414 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
408 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', 415 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
409 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 416 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
410 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 417 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
411 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', 418 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
412 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', 419 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
420 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp',
421 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
413 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp', 422 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp',
414 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h', 423 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h',
415 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h', 424 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h',
416 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.cpp', 425 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.cpp',
417 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', 426 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp',
418 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', 427 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h',
419 '<(blink_modules_output_dir)/websockets/CloseEventInit.cpp', 428 '<(blink_modules_output_dir)/websockets/CloseEventInit.cpp',
420 '<(blink_modules_output_dir)/websockets/CloseEventInit.h', 429 '<(blink_modules_output_dir)/websockets/CloseEventInit.h',
421 ], 430 ],
422 'modules_files': [ 431 'modules_files': [
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 'speech/SpeechSynthesis.cpp', 1009 'speech/SpeechSynthesis.cpp',
1001 'speech/SpeechSynthesis.h', 1010 'speech/SpeechSynthesis.h',
1002 'speech/SpeechSynthesisEvent.cpp', 1011 'speech/SpeechSynthesisEvent.cpp',
1003 'speech/SpeechSynthesisEvent.h', 1012 'speech/SpeechSynthesisEvent.h',
1004 'speech/SpeechSynthesisUtterance.cpp', 1013 'speech/SpeechSynthesisUtterance.cpp',
1005 'speech/SpeechSynthesisUtterance.h', 1014 'speech/SpeechSynthesisUtterance.h',
1006 'speech/SpeechSynthesisVoice.cpp', 1015 'speech/SpeechSynthesisVoice.cpp',
1007 'speech/SpeechSynthesisVoice.h', 1016 'speech/SpeechSynthesisVoice.h',
1008 'vibration/NavigatorVibration.cpp', 1017 'vibration/NavigatorVibration.cpp',
1009 'vibration/NavigatorVibration.h', 1018 'vibration/NavigatorVibration.h',
1019 'vr/HMDVRDevice.cpp',
1020 'vr/HMDVRDevice.h',
1021 'vr/NavigatorVRDevice.cpp',
1022 'vr/NavigatorVRDevice.h',
1023 'vr/PositionSensorVRDevice.cpp',
1024 'vr/PositionSensorVRDevice.h',
1025 'vr/VRDevice.cpp',
1026 'vr/VRDevice.h',
1027 'vr/VRFieldOfView.h',
1028 'vr/VRHardwareUnit.cpp',
1029 'vr/VRHardwareUnit.h',
1030 'vr/VRPositionState.cpp',
1031 'vr/VRPositionState.h',
1010 'webaudio/AnalyserNode.cpp', 1032 'webaudio/AnalyserNode.cpp',
1011 'webaudio/AnalyserNode.h', 1033 'webaudio/AnalyserNode.h',
1012 'webaudio/AsyncAudioDecoder.cpp', 1034 'webaudio/AsyncAudioDecoder.cpp',
1013 'webaudio/AsyncAudioDecoder.h', 1035 'webaudio/AsyncAudioDecoder.h',
1014 'webaudio/AudioBasicInspectorNode.cpp', 1036 'webaudio/AudioBasicInspectorNode.cpp',
1015 'webaudio/AudioBasicInspectorNode.h', 1037 'webaudio/AudioBasicInspectorNode.h',
1016 'webaudio/AudioBasicProcessorNode.cpp', 1038 'webaudio/AudioBasicProcessorNode.cpp',
1017 'webaudio/AudioBasicProcessorNode.h', 1039 'webaudio/AudioBasicProcessorNode.h',
1018 'webaudio/AudioBuffer.cpp', 1040 'webaudio/AudioBuffer.cpp',
1019 'webaudio/AudioBuffer.h', 1041 'webaudio/AudioBuffer.h',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 'indexeddb/IDBKeyPathTest.cpp', 1260 'indexeddb/IDBKeyPathTest.cpp',
1239 'indexeddb/IDBRequestTest.cpp', 1261 'indexeddb/IDBRequestTest.cpp',
1240 'indexeddb/IDBTransactionTest.cpp', 1262 'indexeddb/IDBTransactionTest.cpp',
1241 'serviceworkers/CacheTest.cpp', 1263 'serviceworkers/CacheTest.cpp',
1242 'serviceworkers/ServiceWorkerContainerTest.cpp', 1264 'serviceworkers/ServiceWorkerContainerTest.cpp',
1243 'websockets/DOMWebSocketTest.cpp', 1265 'websockets/DOMWebSocketTest.cpp',
1244 'websockets/DocumentWebSocketChannelTest.cpp', 1266 'websockets/DocumentWebSocketChannelTest.cpp',
1245 ], 1267 ],
1246 }, 1268 },
1247 } 1269 }
OLDNEW
« 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