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

Side by Side Diff: Source/modules/modules.gypi

Issue 1182243005: Add sinkId/setSinkId() extension to HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update expected value for public interface/properties tests Created 5 years, 6 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
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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'webmidi/MIDIInputMap.idl', 236 'webmidi/MIDIInputMap.idl',
237 'webmidi/MIDIMessageEvent.idl', 237 'webmidi/MIDIMessageEvent.idl',
238 'webmidi/MIDIOutput.idl', 238 'webmidi/MIDIOutput.idl',
239 'webmidi/MIDIOutputMap.idl', 239 'webmidi/MIDIOutputMap.idl',
240 'webmidi/MIDIPort.idl', 240 'webmidi/MIDIPort.idl',
241 'websockets/CloseEvent.idl', 241 'websockets/CloseEvent.idl',
242 'websockets/WebSocket.idl', 242 'websockets/WebSocket.idl',
243 ], 243 ],
244 # 'partial interface' or target (right side of) 'implements' 244 # 'partial interface' or target (right side of) 'implements'
245 'modules_dependency_idl_files': [ 245 'modules_dependency_idl_files': [
246 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
246 'background_sync/ServiceWorkerGlobalScopeSync.idl', 247 'background_sync/ServiceWorkerGlobalScopeSync.idl',
247 'background_sync/ServiceWorkerRegistrationSync.idl', 248 'background_sync/ServiceWorkerRegistrationSync.idl',
248 'battery/NavigatorBattery.idl', 249 'battery/NavigatorBattery.idl',
249 'beacon/NavigatorBeacon.idl', 250 'beacon/NavigatorBeacon.idl',
250 'bluetooth/NavigatorBluetooth.idl', 251 'bluetooth/NavigatorBluetooth.idl',
251 'cachestorage/WindowCacheStorage.idl', 252 'cachestorage/WindowCacheStorage.idl',
252 'cachestorage/WorkerCacheStorage.idl', 253 'cachestorage/WorkerCacheStorage.idl',
253 'credentialmanager/NavigatorCredentials.idl', 254 'credentialmanager/NavigatorCredentials.idl',
254 'crypto/WindowCrypto.idl', 255 'crypto/WindowCrypto.idl',
255 'crypto/WorkerGlobalScopeCrypto.idl', 256 'crypto/WorkerGlobalScopeCrypto.idl',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'accessibility/InspectorAccessibilityAgent.cpp', 574 'accessibility/InspectorAccessibilityAgent.cpp',
574 'accessibility/InspectorAccessibilityAgent.h', 575 'accessibility/InspectorAccessibilityAgent.h',
575 'accessibility/InspectorTypeBuilderHelper.cpp', 576 'accessibility/InspectorTypeBuilderHelper.cpp',
576 'accessibility/InspectorTypeBuilderHelper.h', 577 'accessibility/InspectorTypeBuilderHelper.h',
577 'app_banner/AppBannerController.cpp', 578 'app_banner/AppBannerController.cpp',
578 'app_banner/AppBannerController.h', 579 'app_banner/AppBannerController.h',
579 'app_banner/AppBannerPromptResult.cpp', 580 'app_banner/AppBannerPromptResult.cpp',
580 'app_banner/AppBannerPromptResult.h', 581 'app_banner/AppBannerPromptResult.h',
581 'app_banner/BeforeInstallPromptEvent.cpp', 582 'app_banner/BeforeInstallPromptEvent.cpp',
582 'app_banner/BeforeInstallPromptEvent.h', 583 'app_banner/BeforeInstallPromptEvent.h',
584 'audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp',
585 'audio_output_devices/HTMLMediaElementAudioOutputDevice.h',
583 'background_sync/PeriodicSyncEvent.cpp', 586 'background_sync/PeriodicSyncEvent.cpp',
584 'background_sync/PeriodicSyncEvent.h', 587 'background_sync/PeriodicSyncEvent.h',
585 'background_sync/PeriodicSyncManager.cpp', 588 'background_sync/PeriodicSyncManager.cpp',
586 'background_sync/PeriodicSyncManager.h', 589 'background_sync/PeriodicSyncManager.h',
587 'background_sync/PeriodicSyncRegistration.cpp', 590 'background_sync/PeriodicSyncRegistration.cpp',
588 'background_sync/PeriodicSyncRegistration.h', 591 'background_sync/PeriodicSyncRegistration.h',
589 'background_sync/ServiceWorkerGlobalScopeSync.h', 592 'background_sync/ServiceWorkerGlobalScopeSync.h',
590 'background_sync/ServiceWorkerRegistrationSync.cpp', 593 'background_sync/ServiceWorkerRegistrationSync.cpp',
591 'background_sync/ServiceWorkerRegistrationSync.h', 594 'background_sync/ServiceWorkerRegistrationSync.h',
592 'background_sync/SyncCallbacks.cpp', 595 'background_sync/SyncCallbacks.cpp',
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1462 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1460 'webaudio/ConvolverNodeTest.cpp', 1463 'webaudio/ConvolverNodeTest.cpp',
1461 'webaudio/DynamicsCompressorNodeTest.cpp', 1464 'webaudio/DynamicsCompressorNodeTest.cpp',
1462 'webaudio/ScriptProcessorNodeTest.cpp', 1465 'webaudio/ScriptProcessorNodeTest.cpp',
1463 'webaudio/StereoPannerNodeTest.cpp', 1466 'webaudio/StereoPannerNodeTest.cpp',
1464 'websockets/DOMWebSocketTest.cpp', 1467 'websockets/DOMWebSocketTest.cpp',
1465 'websockets/DocumentWebSocketChannelTest.cpp', 1468 'websockets/DocumentWebSocketChannelTest.cpp',
1466 ], 1469 ],
1467 }, 1470 },
1468 } 1471 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698