OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # Experimental hooks for embedder to provide extra IDL and source files. | 3 # Experimental hooks for embedder to provide extra IDL and source files. |
4 # | 4 # |
5 # Note: this is not a supported API. If you rely on this, you will be broken | 5 # Note: this is not a supported API. If you rely on this, you will be broken |
6 # from time to time as the code generator changes in backward incompatible | 6 # from time to time as the code generator changes in backward incompatible |
7 # ways. | 7 # ways. |
8 'extra_blink_module_idl_files': [], | 8 'extra_blink_module_idl_files': [], |
9 'extra_blink_module_files': [], | 9 'extra_blink_module_files': [], |
10 # Files for which bindings (.cpp and .h files) will be generated | 10 # Files for which bindings (.cpp and .h files) will be generated |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 'mediasource/VideoPlaybackQuality.cpp', | 411 'mediasource/VideoPlaybackQuality.cpp', |
412 'mediasource/VideoPlaybackQuality.h', | 412 'mediasource/VideoPlaybackQuality.h', |
413 'mediasource/WebKitMediaSource.cpp', | 413 'mediasource/WebKitMediaSource.cpp', |
414 'mediasource/WebKitMediaSource.h', | 414 'mediasource/WebKitMediaSource.h', |
415 'mediasource/WebKitSourceBuffer.cpp', | 415 'mediasource/WebKitSourceBuffer.cpp', |
416 'mediasource/WebKitSourceBuffer.h', | 416 'mediasource/WebKitSourceBuffer.h', |
417 'mediasource/WebKitSourceBufferList.cpp', | 417 'mediasource/WebKitSourceBufferList.cpp', |
418 'mediasource/WebKitSourceBufferList.h', | 418 'mediasource/WebKitSourceBufferList.h', |
419 'mediastream/MediaConstraintsImpl.cpp', | 419 'mediastream/MediaConstraintsImpl.cpp', |
420 'mediastream/MediaConstraintsImpl.h', | 420 'mediastream/MediaConstraintsImpl.h', |
| 421 'mediastream/MediaDeviceInfo.cpp', |
| 422 'mediastream/MediaDeviceInfo.h', |
| 423 'mediastream/MediaDeviceInfoCallback.h', |
| 424 'mediastream/MediaDevicesRequest.cpp', |
| 425 'mediastream/MediaDevicesRequest.h', |
421 'mediastream/MediaStream.cpp', | 426 'mediastream/MediaStream.cpp', |
422 'mediastream/MediaStream.h', | 427 'mediastream/MediaStream.h', |
423 'mediastream/MediaStreamEvent.cpp', | 428 'mediastream/MediaStreamEvent.cpp', |
424 'mediastream/MediaStreamEvent.h', | 429 'mediastream/MediaStreamEvent.h', |
425 'mediastream/MediaStreamRegistry.cpp', | 430 'mediastream/MediaStreamRegistry.cpp', |
426 'mediastream/MediaStreamRegistry.h', | 431 'mediastream/MediaStreamRegistry.h', |
427 'mediastream/MediaStreamTrack.cpp', | 432 'mediastream/MediaStreamTrack.cpp', |
428 'mediastream/MediaStreamTrack.h', | 433 'mediastream/MediaStreamTrack.h', |
429 'mediastream/MediaStreamTrackEvent.cpp', | 434 'mediastream/MediaStreamTrackEvent.cpp', |
430 'mediastream/MediaStreamTrackEvent.h', | 435 'mediastream/MediaStreamTrackEvent.h', |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
812 'indexeddb/IDBKeyPathTest.cpp', | 817 'indexeddb/IDBKeyPathTest.cpp', |
813 'indexeddb/IDBRequestTest.cpp', | 818 'indexeddb/IDBRequestTest.cpp', |
814 'indexeddb/IDBTransactionTest.cpp', | 819 'indexeddb/IDBTransactionTest.cpp', |
815 'websockets/WebSocketDeflaterTest.cpp', | 820 'websockets/WebSocketDeflaterTest.cpp', |
816 'websockets/WebSocketExtensionDispatcherTest.cpp', | 821 'websockets/WebSocketExtensionDispatcherTest.cpp', |
817 'websockets/WebSocketExtensionParserTest.cpp', | 822 'websockets/WebSocketExtensionParserTest.cpp', |
818 'websockets/WebSocketPerMessageDeflateTest.cpp', | 823 'websockets/WebSocketPerMessageDeflateTest.cpp', |
819 ], | 824 ], |
820 }, | 825 }, |
821 } | 826 } |
OLD | NEW |