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

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: 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 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'speech/SpeechRecognitionError.idl', 162 'speech/SpeechRecognitionError.idl',
163 'speech/SpeechRecognitionEvent.idl', 163 'speech/SpeechRecognitionEvent.idl',
164 'speech/SpeechRecognitionResult.idl', 164 'speech/SpeechRecognitionResult.idl',
165 'speech/SpeechRecognitionResultList.idl', 165 'speech/SpeechRecognitionResultList.idl',
166 'speech/SpeechSynthesis.idl', 166 'speech/SpeechSynthesis.idl',
167 'speech/SpeechSynthesisEvent.idl', 167 'speech/SpeechSynthesisEvent.idl',
168 'speech/SpeechSynthesisUtterance.idl', 168 'speech/SpeechSynthesisUtterance.idl',
169 'speech/SpeechSynthesisVoice.idl', 169 'speech/SpeechSynthesisVoice.idl',
170 'storage/Storage.idl', 170 'storage/Storage.idl',
171 'storage/StorageEvent.idl', 171 'storage/StorageEvent.idl',
172 'vr/HMDVRDevice.idl',
173 'vr/PositionSensorVRDevice.idl',
174 'vr/VRDevice.idl',
175 'vr/VREyeParameters.idl',
176 'vr/VRFieldOfView.idl',
177 'vr/VRPositionState.idl',
172 'webaudio/AnalyserNode.idl', 178 'webaudio/AnalyserNode.idl',
173 'webaudio/AudioBuffer.idl', 179 'webaudio/AudioBuffer.idl',
174 'webaudio/AudioBufferCallback.idl', 180 'webaudio/AudioBufferCallback.idl',
175 'webaudio/AudioBufferSourceNode.idl', 181 'webaudio/AudioBufferSourceNode.idl',
176 'webaudio/AudioContext.idl', 182 'webaudio/AudioContext.idl',
177 'webaudio/AudioDestinationNode.idl', 183 'webaudio/AudioDestinationNode.idl',
178 'webaudio/AudioListener.idl', 184 'webaudio/AudioListener.idl',
179 'webaudio/AudioNode.idl', 185 'webaudio/AudioNode.idl',
180 'webaudio/AudioParam.idl', 186 'webaudio/AudioParam.idl',
181 'webaudio/AudioProcessingEvent.idl', 187 'webaudio/AudioProcessingEvent.idl',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'push_messaging/ServiceWorkerRegistrationPush.idl', 272 'push_messaging/ServiceWorkerRegistrationPush.idl',
267 'quota/NavigatorStorageQuota.idl', 273 'quota/NavigatorStorageQuota.idl',
268 'quota/WindowQuota.idl', 274 'quota/WindowQuota.idl',
269 'quota/WorkerNavigatorStorageQuota.idl', 275 'quota/WorkerNavigatorStorageQuota.idl',
270 'screen_orientation/ScreenScreenOrientation.idl', 276 'screen_orientation/ScreenScreenOrientation.idl',
271 'serviceworkers/NavigatorServiceWorker.idl', 277 'serviceworkers/NavigatorServiceWorker.idl',
272 'speech/WindowSpeech.idl', 278 'speech/WindowSpeech.idl',
273 'speech/WindowSpeechSynthesis.idl', 279 'speech/WindowSpeechSynthesis.idl',
274 'storage/WindowStorage.idl', 280 'storage/WindowStorage.idl',
275 'vibration/NavigatorVibration.idl', 281 'vibration/NavigatorVibration.idl',
282 'vr/NavigatorVRDevice.idl',
276 'webaudio/WindowWebAudio.idl', 283 'webaudio/WindowWebAudio.idl',
277 'webdatabase/WindowWebDatabase.idl', 284 'webdatabase/WindowWebDatabase.idl',
278 'webmidi/NavigatorWebMIDI.idl', 285 'webmidi/NavigatorWebMIDI.idl',
279 ], 286 ],
280 # interfaces that inherit from Event 287 # interfaces that inherit from Event
281 'modules_event_idl_files': [ 288 'modules_event_idl_files': [
282 'app_banner/BeforeInstallPromptEvent.idl', 289 'app_banner/BeforeInstallPromptEvent.idl',
283 'device_light/DeviceLightEvent.idl', 290 'device_light/DeviceLightEvent.idl',
284 'device_orientation/DeviceMotionEvent.idl', 291 'device_orientation/DeviceMotionEvent.idl',
285 'device_orientation/DeviceOrientationEvent.idl', 292 'device_orientation/DeviceOrientationEvent.idl',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'presentation/DefaultSessionStartEventInit.idl', 344 'presentation/DefaultSessionStartEventInit.idl',
338 'push_messaging/PushEventInit.idl', 345 'push_messaging/PushEventInit.idl',
339 'serviceworkers/CacheQueryOptions.idl', 346 'serviceworkers/CacheQueryOptions.idl',
340 'serviceworkers/ClientQueryOptions.idl', 347 'serviceworkers/ClientQueryOptions.idl',
341 'serviceworkers/ExtendableEventInit.idl', 348 'serviceworkers/ExtendableEventInit.idl',
342 'serviceworkers/InstallEventInit.idl', 349 'serviceworkers/InstallEventInit.idl',
343 'serviceworkers/RegistrationOptions.idl', 350 'serviceworkers/RegistrationOptions.idl',
344 'speech/SpeechRecognitionErrorInit.idl', 351 'speech/SpeechRecognitionErrorInit.idl',
345 'speech/SpeechRecognitionEventInit.idl', 352 'speech/SpeechRecognitionEventInit.idl',
346 'storage/StorageEventInit.idl', 353 'storage/StorageEventInit.idl',
354 'vr/VRFieldOfViewInit.idl',
347 'webmidi/MIDIConnectionEventInit.idl', 355 'webmidi/MIDIConnectionEventInit.idl',
348 'webmidi/MIDIMessageEventInit.idl', 356 'webmidi/MIDIMessageEventInit.idl',
349 'webmidi/MIDIOptions.idl', 357 'webmidi/MIDIOptions.idl',
350 'websockets/CloseEventInit.idl', 358 'websockets/CloseEventInit.idl',
351 ], 359 ],
352 'generated_modules_files': [ 360 'generated_modules_files': [
353 # .cpp files from make_modules_generated actions. 361 # .cpp files from make_modules_generated actions.
354 '<(blink_modules_output_dir)/EventModules.cpp', 362 '<(blink_modules_output_dir)/EventModules.cpp',
355 '<(blink_modules_output_dir)/EventModulesHeaders.h', 363 '<(blink_modules_output_dir)/EventModulesHeaders.h',
356 '<(blink_modules_output_dir)/EventModulesNames.cpp', 364 '<(blink_modules_output_dir)/EventModulesNames.cpp',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.cpp', 426 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.cpp',
419 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.h', 427 '<(blink_modules_output_dir)/serviceworkers/InstallEventInit.h',
420 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', 428 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
421 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', 429 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
422 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp', 430 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.cpp',
423 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h', 431 '<(blink_modules_output_dir)/speech/SpeechRecognitionErrorInit.h',
424 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp', 432 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.cpp',
425 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h', 433 '<(blink_modules_output_dir)/speech/SpeechRecognitionEventInit.h',
426 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp', 434 '<(blink_modules_output_dir)/storage/StorageEventInit.cpp',
427 '<(blink_modules_output_dir)/storage/StorageEventInit.h', 435 '<(blink_modules_output_dir)/storage/StorageEventInit.h',
436 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.cpp',
437 '<(blink_modules_output_dir)/vr/VRFieldOfViewInit.h',
428 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp', 438 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp',
429 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h', 439 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h',
430 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h', 440 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h',
431 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.cpp', 441 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.cpp',
432 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', 442 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp',
433 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', 443 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h',
434 '<(blink_modules_output_dir)/websockets/CloseEventInit.cpp', 444 '<(blink_modules_output_dir)/websockets/CloseEventInit.cpp',
435 '<(blink_modules_output_dir)/websockets/CloseEventInit.h', 445 '<(blink_modules_output_dir)/websockets/CloseEventInit.h',
436 ], 446 ],
437 'modules_files': [ 447 'modules_files': [
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 'storage/StorageArea.cpp', 1058 'storage/StorageArea.cpp',
1049 'storage/StorageArea.h', 1059 'storage/StorageArea.h',
1050 'storage/StorageEvent.cpp', 1060 'storage/StorageEvent.cpp',
1051 'storage/StorageEvent.h', 1061 'storage/StorageEvent.h',
1052 'storage/StorageNamespace.cpp', 1062 'storage/StorageNamespace.cpp',
1053 'storage/StorageNamespace.h', 1063 'storage/StorageNamespace.h',
1054 'storage/StorageNamespaceController.cpp', 1064 'storage/StorageNamespaceController.cpp',
1055 'storage/StorageNamespaceController.h', 1065 'storage/StorageNamespaceController.h',
1056 'vibration/NavigatorVibration.cpp', 1066 'vibration/NavigatorVibration.cpp',
1057 'vibration/NavigatorVibration.h', 1067 'vibration/NavigatorVibration.h',
1068 'vr/HMDVRDevice.cpp',
1069 'vr/HMDVRDevice.h',
1070 'vr/NavigatorVRDevice.cpp',
1071 'vr/NavigatorVRDevice.h',
1072 'vr/PositionSensorVRDevice.cpp',
1073 'vr/PositionSensorVRDevice.h',
1074 'vr/VRDevice.cpp',
1075 'vr/VRDevice.h',
1076 'vr/VREyeParameters.cpp',
1077 'vr/VREyeParameters.h',
1078 'vr/VRFieldOfView.h',
1079 'vr/VRHardwareUnit.cpp',
1080 'vr/VRHardwareUnit.h',
1081 'vr/VRPositionState.cpp',
1082 'vr/VRPositionState.h',
1058 'webaudio/AnalyserNode.cpp', 1083 'webaudio/AnalyserNode.cpp',
1059 'webaudio/AnalyserNode.h', 1084 'webaudio/AnalyserNode.h',
1060 'webaudio/AsyncAudioDecoder.cpp', 1085 'webaudio/AsyncAudioDecoder.cpp',
1061 'webaudio/AsyncAudioDecoder.h', 1086 'webaudio/AsyncAudioDecoder.h',
1062 'webaudio/AudioBasicInspectorNode.cpp', 1087 'webaudio/AudioBasicInspectorNode.cpp',
1063 'webaudio/AudioBasicInspectorNode.h', 1088 'webaudio/AudioBasicInspectorNode.h',
1064 'webaudio/AudioBasicProcessorNode.cpp', 1089 'webaudio/AudioBasicProcessorNode.cpp',
1065 'webaudio/AudioBasicProcessorNode.h', 1090 'webaudio/AudioBasicProcessorNode.h',
1066 'webaudio/AudioBuffer.cpp', 1091 'webaudio/AudioBuffer.cpp',
1067 'webaudio/AudioBuffer.h', 1092 'webaudio/AudioBuffer.h',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 'indexeddb/IDBKeyPathTest.cpp', 1310 'indexeddb/IDBKeyPathTest.cpp',
1286 'indexeddb/IDBRequestTest.cpp', 1311 'indexeddb/IDBRequestTest.cpp',
1287 'indexeddb/IDBTransactionTest.cpp', 1312 'indexeddb/IDBTransactionTest.cpp',
1288 'serviceworkers/CacheTest.cpp', 1313 'serviceworkers/CacheTest.cpp',
1289 'serviceworkers/ServiceWorkerContainerTest.cpp', 1314 'serviceworkers/ServiceWorkerContainerTest.cpp',
1290 'websockets/DOMWebSocketTest.cpp', 1315 'websockets/DOMWebSocketTest.cpp',
1291 'websockets/DocumentWebSocketChannelTest.cpp', 1316 'websockets/DocumentWebSocketChannelTest.cpp',
1292 ], 1317 ],
1293 }, 1318 },
1294 } 1319 }
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