| OLD | NEW |
| 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 |
| 11 # ways. | 11 # ways. |
| 12 'extra_blink_module_idl_files': [], | 12 'extra_blink_module_idl_files': [], |
| 13 'extra_blink_module_files': [], | 13 'extra_blink_module_files': [], |
| 14 # Files for which bindings (.cpp and .h files) will be generated | 14 # Files for which bindings (.cpp and .h files) will be generated |
| 15 'modules_idl_files': [ | 15 'modules_idl_files': [ |
| 16 '<@(extra_blink_module_idl_files)', | 16 '<@(extra_blink_module_idl_files)', |
| 17 'app_banner/BeforeInstallPromptEvent.idl', | 17 'app_banner/BeforeInstallPromptEvent.idl', |
| 18 'background_sync/SyncEvent.idl', |
| 19 'background_sync/SyncManager.idl', |
| 20 'background_sync/SyncRegistration.idl', |
| 18 'battery/BatteryManager.idl', | 21 'battery/BatteryManager.idl', |
| 19 'bluetooth/Bluetooth.idl', | 22 'bluetooth/Bluetooth.idl', |
| 20 'bluetooth/BluetoothDevice.idl', | 23 'bluetooth/BluetoothDevice.idl', |
| 21 'bluetooth/BluetoothDiscovery.idl', | 24 'bluetooth/BluetoothDiscovery.idl', |
| 22 'credentialmanager/Credential.idl', | 25 'credentialmanager/Credential.idl', |
| 23 'credentialmanager/CredentialsContainer.idl', | 26 'credentialmanager/CredentialsContainer.idl', |
| 24 'credentialmanager/FederatedCredential.idl', | 27 'credentialmanager/FederatedCredential.idl', |
| 25 'credentialmanager/LocalCredential.idl', | 28 'credentialmanager/LocalCredential.idl', |
| 26 'crypto/Crypto.idl', | 29 'crypto/Crypto.idl', |
| 27 'crypto/CryptoKey.idl', | 30 'crypto/CryptoKey.idl', |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'webmidi/MIDIInputMap.idl', | 217 'webmidi/MIDIInputMap.idl', |
| 215 'webmidi/MIDIMessageEvent.idl', | 218 'webmidi/MIDIMessageEvent.idl', |
| 216 'webmidi/MIDIOutput.idl', | 219 'webmidi/MIDIOutput.idl', |
| 217 'webmidi/MIDIOutputMap.idl', | 220 'webmidi/MIDIOutputMap.idl', |
| 218 'webmidi/MIDIPort.idl', | 221 'webmidi/MIDIPort.idl', |
| 219 'websockets/CloseEvent.idl', | 222 'websockets/CloseEvent.idl', |
| 220 'websockets/WebSocket.idl', | 223 'websockets/WebSocket.idl', |
| 221 ], | 224 ], |
| 222 # 'partial interface' or target (right side of) 'implements' | 225 # 'partial interface' or target (right side of) 'implements' |
| 223 'modules_dependency_idl_files': [ | 226 'modules_dependency_idl_files': [ |
| 227 'background_sync/ServiceWorkerGlobalScopeSync.idl', |
| 228 'background_sync/ServiceWorkerRegistrationSync.idl', |
| 224 'battery/NavigatorBattery.idl', | 229 'battery/NavigatorBattery.idl', |
| 225 'beacon/NavigatorBeacon.idl', | 230 'beacon/NavigatorBeacon.idl', |
| 226 'bluetooth/NavigatorBluetooth.idl', | 231 'bluetooth/NavigatorBluetooth.idl', |
| 227 'credentialmanager/NavigatorCredentials.idl', | 232 'credentialmanager/NavigatorCredentials.idl', |
| 228 'crypto/WindowCrypto.idl', | 233 'crypto/WindowCrypto.idl', |
| 229 'crypto/WorkerGlobalScopeCrypto.idl', | 234 'crypto/WorkerGlobalScopeCrypto.idl', |
| 230 'device_light/WindowDeviceLight.idl', | 235 'device_light/WindowDeviceLight.idl', |
| 231 'device_orientation/WindowDeviceMotion.idl', | 236 'device_orientation/WindowDeviceMotion.idl', |
| 232 'device_orientation/WindowDeviceOrientation.idl', | 237 'device_orientation/WindowDeviceOrientation.idl', |
| 233 'donottrack/NavigatorDoNotTrack.idl', | 238 'donottrack/NavigatorDoNotTrack.idl', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'speech/WindowSpeechSynthesis.idl', | 278 'speech/WindowSpeechSynthesis.idl', |
| 274 'storage/WindowStorage.idl', | 279 'storage/WindowStorage.idl', |
| 275 'vibration/NavigatorVibration.idl', | 280 'vibration/NavigatorVibration.idl', |
| 276 'webaudio/WindowWebAudio.idl', | 281 'webaudio/WindowWebAudio.idl', |
| 277 'webdatabase/WindowWebDatabase.idl', | 282 'webdatabase/WindowWebDatabase.idl', |
| 278 'webmidi/NavigatorWebMIDI.idl', | 283 'webmidi/NavigatorWebMIDI.idl', |
| 279 ], | 284 ], |
| 280 # interfaces that inherit from Event | 285 # interfaces that inherit from Event |
| 281 'modules_event_idl_files': [ | 286 'modules_event_idl_files': [ |
| 282 'app_banner/BeforeInstallPromptEvent.idl', | 287 'app_banner/BeforeInstallPromptEvent.idl', |
| 288 'background_sync/SyncEvent.idl', |
| 283 'device_light/DeviceLightEvent.idl', | 289 'device_light/DeviceLightEvent.idl', |
| 284 'device_orientation/DeviceMotionEvent.idl', | 290 'device_orientation/DeviceMotionEvent.idl', |
| 285 'device_orientation/DeviceOrientationEvent.idl', | 291 'device_orientation/DeviceOrientationEvent.idl', |
| 286 'encryptedmedia/MediaEncryptedEvent.idl', | 292 'encryptedmedia/MediaEncryptedEvent.idl', |
| 287 'encryptedmedia/MediaKeyMessageEvent.idl', | 293 'encryptedmedia/MediaKeyMessageEvent.idl', |
| 288 'gamepad/GamepadEvent.idl', | 294 'gamepad/GamepadEvent.idl', |
| 289 'geofencing/GeofencingEvent.idl', | 295 'geofencing/GeofencingEvent.idl', |
| 290 'indexeddb/IDBVersionChangeEvent.idl', | 296 'indexeddb/IDBVersionChangeEvent.idl', |
| 291 'mediastream/MediaStreamEvent.idl', | 297 'mediastream/MediaStreamEvent.idl', |
| 292 'mediastream/MediaStreamTrackEvent.idl', | 298 'mediastream/MediaStreamTrackEvent.idl', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 306 'speech/SpeechSynthesisEvent.idl', | 312 'speech/SpeechSynthesisEvent.idl', |
| 307 'storage/StorageEvent.idl', | 313 'storage/StorageEvent.idl', |
| 308 'webaudio/AudioProcessingEvent.idl', | 314 'webaudio/AudioProcessingEvent.idl', |
| 309 'webaudio/OfflineAudioCompletionEvent.idl', | 315 'webaudio/OfflineAudioCompletionEvent.idl', |
| 310 'webmidi/MIDIConnectionEvent.idl', | 316 'webmidi/MIDIConnectionEvent.idl', |
| 311 'webmidi/MIDIMessageEvent.idl', | 317 'webmidi/MIDIMessageEvent.idl', |
| 312 'websockets/CloseEvent.idl', | 318 'websockets/CloseEvent.idl', |
| 313 ], | 319 ], |
| 314 'modules_dictionary_idl_files': [ | 320 'modules_dictionary_idl_files': [ |
| 315 'app_banner/BeforeInstallPromptEventInit.idl', | 321 'app_banner/BeforeInstallPromptEventInit.idl', |
| 322 'background_sync/SyncEventInit.idl', |
| 323 'background_sync/SyncRegistrationOptions.idl', |
| 316 'device_light/DeviceLightEventInit.idl', | 324 'device_light/DeviceLightEventInit.idl', |
| 317 'encoding/TextDecodeOptions.idl', | 325 'encoding/TextDecodeOptions.idl', |
| 318 'encoding/TextDecoderOptions.idl', | 326 'encoding/TextDecoderOptions.idl', |
| 319 'encryptedmedia/MediaEncryptedEventInit.idl', | 327 'encryptedmedia/MediaEncryptedEventInit.idl', |
| 320 'encryptedmedia/MediaKeyMessageEventInit.idl', | 328 'encryptedmedia/MediaKeyMessageEventInit.idl', |
| 321 'encryptedmedia/MediaKeySystemConfiguration.idl', | 329 'encryptedmedia/MediaKeySystemConfiguration.idl', |
| 322 'encryptedmedia/MediaKeySystemMediaCapability.idl', | 330 'encryptedmedia/MediaKeySystemMediaCapability.idl', |
| 323 'filesystem/FileSystemFlags.idl', | 331 'filesystem/FileSystemFlags.idl', |
| 324 'gamepad/GamepadEventInit.idl', | 332 'gamepad/GamepadEventInit.idl', |
| 325 'geofencing/CircularGeofencingRegionInit.idl', | 333 'geofencing/CircularGeofencingRegionInit.idl', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 356 '<(blink_modules_output_dir)/EventModulesNames.cpp', | 364 '<(blink_modules_output_dir)/EventModulesNames.cpp', |
| 357 '<(blink_modules_output_dir)/EventModulesNames.h', | 365 '<(blink_modules_output_dir)/EventModulesNames.h', |
| 358 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', | 366 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', |
| 359 '<(blink_modules_output_dir)/EventTargetModulesNames.h', | 367 '<(blink_modules_output_dir)/EventTargetModulesNames.h', |
| 360 '<(blink_modules_output_dir)/IndexedDBNames.cpp', | 368 '<(blink_modules_output_dir)/IndexedDBNames.cpp', |
| 361 '<(blink_modules_output_dir)/IndexedDBNames.h', | 369 '<(blink_modules_output_dir)/IndexedDBNames.h', |
| 362 ], | 370 ], |
| 363 'generated_modules_dictionary_files': [ | 371 'generated_modules_dictionary_files': [ |
| 364 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.cpp', | 372 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.cpp', |
| 365 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.h', | 373 '<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.h', |
| 374 '<(blink_modules_output_dir)/background_sync/SyncEventInit.cpp', |
| 375 '<(blink_modules_output_dir)/background_sync/SyncEventInit.h', |
| 376 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.cpp', |
| 377 '<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.h', |
| 366 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.cpp', | 378 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.cpp', |
| 367 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.h', | 379 '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.h', |
| 368 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp', | 380 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp', |
| 369 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h', | 381 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h', |
| 370 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp', | 382 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp', |
| 371 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h', | 383 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h', |
| 372 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.cpp', | 384 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.cpp', |
| 373 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.h', | 385 '<(blink_modules_output_dir)/encryptedmedia/MediaEncryptedEventInit.h', |
| 374 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.cpp', | 386 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.cpp', |
| 375 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.h', | 387 '<(blink_modules_output_dir)/encryptedmedia/MediaKeyMessageEventInit.h', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 'accessibility/AXTableHeaderContainer.cpp', | 507 'accessibility/AXTableHeaderContainer.cpp', |
| 496 'accessibility/AXTableHeaderContainer.h', | 508 'accessibility/AXTableHeaderContainer.h', |
| 497 'accessibility/AXTableRow.cpp', | 509 'accessibility/AXTableRow.cpp', |
| 498 'accessibility/AXTableRow.h', | 510 'accessibility/AXTableRow.h', |
| 499 'accessibility/InspectorAccessibilityAgent.cpp', | 511 'accessibility/InspectorAccessibilityAgent.cpp', |
| 500 'accessibility/InspectorAccessibilityAgent.h', | 512 'accessibility/InspectorAccessibilityAgent.h', |
| 501 'app_banner/AppBannerController.cpp', | 513 'app_banner/AppBannerController.cpp', |
| 502 'app_banner/AppBannerController.h', | 514 'app_banner/AppBannerController.h', |
| 503 'app_banner/BeforeInstallPromptEvent.cpp', | 515 'app_banner/BeforeInstallPromptEvent.cpp', |
| 504 'app_banner/BeforeInstallPromptEvent.h', | 516 'app_banner/BeforeInstallPromptEvent.h', |
| 517 'background_sync/ServiceWorkerGlobalScopeSync.h', |
| 518 'background_sync/ServiceWorkerRegistrationSync.cpp', |
| 519 'background_sync/ServiceWorkerRegistrationSync.h', |
| 520 'background_sync/SyncCallbacks.cpp', |
| 521 'background_sync/SyncCallbacks.h', |
| 522 'background_sync/SyncError.cpp', |
| 523 'background_sync/SyncError.h', |
| 524 'background_sync/SyncEvent.cpp', |
| 525 'background_sync/SyncEvent.h', |
| 526 'background_sync/SyncManager.cpp', |
| 527 'background_sync/SyncManager.h', |
| 528 'background_sync/SyncRegistration.cpp', |
| 529 'background_sync/SyncRegistration.h', |
| 505 'battery/BatteryDispatcher.cpp', | 530 'battery/BatteryDispatcher.cpp', |
| 506 'battery/BatteryDispatcher.h', | 531 'battery/BatteryDispatcher.h', |
| 507 'battery/BatteryManager.cpp', | 532 'battery/BatteryManager.cpp', |
| 508 'battery/BatteryManager.h', | 533 'battery/BatteryManager.h', |
| 509 'battery/BatteryStatus.cpp', | 534 'battery/BatteryStatus.cpp', |
| 510 'battery/BatteryStatus.h', | 535 'battery/BatteryStatus.h', |
| 511 'battery/NavigatorBattery.cpp', | 536 'battery/NavigatorBattery.cpp', |
| 512 'battery/NavigatorBattery.h', | 537 'battery/NavigatorBattery.h', |
| 513 'beacon/NavigatorBeacon.cpp', | 538 'beacon/NavigatorBeacon.cpp', |
| 514 'beacon/NavigatorBeacon.h', | 539 'beacon/NavigatorBeacon.h', |
| (...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |