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

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

Issue 1416123005: Implement setSinkId() for media elements without src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'app_banner/AppBannerController.cpp', 753 'app_banner/AppBannerController.cpp',
754 'app_banner/AppBannerController.h', 754 'app_banner/AppBannerController.h',
755 'app_banner/AppBannerPromptResult.cpp', 755 'app_banner/AppBannerPromptResult.cpp',
756 'app_banner/AppBannerPromptResult.h', 756 'app_banner/AppBannerPromptResult.h',
757 'app_banner/BeforeInstallPromptEvent.cpp', 757 'app_banner/BeforeInstallPromptEvent.cpp',
758 'app_banner/BeforeInstallPromptEvent.h', 758 'app_banner/BeforeInstallPromptEvent.h',
759 'audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp', 759 'audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp',
760 'audio_output_devices/HTMLMediaElementAudioOutputDevice.h', 760 'audio_output_devices/HTMLMediaElementAudioOutputDevice.h',
761 'audio_output_devices/SetSinkIdCallbacks.cpp', 761 'audio_output_devices/SetSinkIdCallbacks.cpp',
762 'audio_output_devices/SetSinkIdCallbacks.h', 762 'audio_output_devices/SetSinkIdCallbacks.h',
763 'audio_output_devices/AudioOutputDeviceClient.cpp',
764 'audio_output_devices/AudioOutputDeviceClient.h',
763 'background_sync/PeriodicSyncEvent.cpp', 765 'background_sync/PeriodicSyncEvent.cpp',
764 'background_sync/PeriodicSyncEvent.h', 766 'background_sync/PeriodicSyncEvent.h',
765 'background_sync/PeriodicSyncManager.cpp', 767 'background_sync/PeriodicSyncManager.cpp',
766 'background_sync/PeriodicSyncManager.h', 768 'background_sync/PeriodicSyncManager.h',
767 'background_sync/PeriodicSyncRegistration.cpp', 769 'background_sync/PeriodicSyncRegistration.cpp',
768 'background_sync/PeriodicSyncRegistration.h', 770 'background_sync/PeriodicSyncRegistration.h',
769 'background_sync/ServiceWorkerGlobalScopeSync.h', 771 'background_sync/ServiceWorkerGlobalScopeSync.h',
770 'background_sync/ServiceWorkerRegistrationSync.cpp', 772 'background_sync/ServiceWorkerRegistrationSync.cpp',
771 'background_sync/ServiceWorkerRegistrationSync.h', 773 'background_sync/ServiceWorkerRegistrationSync.h',
772 'background_sync/SyncCallbacks.cpp', 774 'background_sync/SyncCallbacks.cpp',
(...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1882 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1884 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1883 'webaudio/ConvolverNodeTest.cpp', 1885 'webaudio/ConvolverNodeTest.cpp',
1884 'webaudio/DynamicsCompressorNodeTest.cpp', 1886 'webaudio/DynamicsCompressorNodeTest.cpp',
1885 'webaudio/ScriptProcessorNodeTest.cpp', 1887 'webaudio/ScriptProcessorNodeTest.cpp',
1886 'webaudio/StereoPannerNodeTest.cpp', 1888 'webaudio/StereoPannerNodeTest.cpp',
1887 'websockets/DOMWebSocketTest.cpp', 1889 'websockets/DOMWebSocketTest.cpp',
1888 'websockets/DocumentWebSocketChannelTest.cpp', 1890 'websockets/DocumentWebSocketChannelTest.cpp',
1889 ], 1891 ],
1890 }, 1892 },
1891 } 1893 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698