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

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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'app_banner/AppBannerController.cpp', 743 'app_banner/AppBannerController.cpp',
744 'app_banner/AppBannerController.h', 744 'app_banner/AppBannerController.h',
745 'app_banner/AppBannerPromptResult.cpp', 745 'app_banner/AppBannerPromptResult.cpp',
746 'app_banner/AppBannerPromptResult.h', 746 'app_banner/AppBannerPromptResult.h',
747 'app_banner/BeforeInstallPromptEvent.cpp', 747 'app_banner/BeforeInstallPromptEvent.cpp',
748 'app_banner/BeforeInstallPromptEvent.h', 748 'app_banner/BeforeInstallPromptEvent.h',
749 'audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp', 749 'audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp',
750 'audio_output_devices/HTMLMediaElementAudioOutputDevice.h', 750 'audio_output_devices/HTMLMediaElementAudioOutputDevice.h',
751 'audio_output_devices/SetSinkIdCallbacks.cpp', 751 'audio_output_devices/SetSinkIdCallbacks.cpp',
752 'audio_output_devices/SetSinkIdCallbacks.h', 752 'audio_output_devices/SetSinkIdCallbacks.h',
753 'audio_output_devices/AudioOutputDeviceClient.cpp',
754 'audio_output_devices/AudioOutputDeviceClient.h',
753 'background_sync/ServiceWorkerGlobalScopeSync.h', 755 'background_sync/ServiceWorkerGlobalScopeSync.h',
754 'background_sync/ServiceWorkerRegistrationSync.cpp', 756 'background_sync/ServiceWorkerRegistrationSync.cpp',
755 'background_sync/ServiceWorkerRegistrationSync.h', 757 'background_sync/ServiceWorkerRegistrationSync.h',
756 'background_sync/SyncCallbacks.cpp', 758 'background_sync/SyncCallbacks.cpp',
757 'background_sync/SyncCallbacks.h', 759 'background_sync/SyncCallbacks.h',
758 'background_sync/SyncError.cpp', 760 'background_sync/SyncError.cpp',
759 'background_sync/SyncError.h', 761 'background_sync/SyncError.h',
760 'background_sync/SyncEvent.cpp', 762 'background_sync/SyncEvent.cpp',
761 'background_sync/SyncEvent.h', 763 'background_sync/SyncEvent.h',
762 'background_sync/SyncManager.cpp', 764 'background_sync/SyncManager.cpp',
(...skipping 1103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1866 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1868 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1867 'webaudio/ConvolverNodeTest.cpp', 1869 'webaudio/ConvolverNodeTest.cpp',
1868 'webaudio/DynamicsCompressorNodeTest.cpp', 1870 'webaudio/DynamicsCompressorNodeTest.cpp',
1869 'webaudio/ScriptProcessorNodeTest.cpp', 1871 'webaudio/ScriptProcessorNodeTest.cpp',
1870 'webaudio/StereoPannerNodeTest.cpp', 1872 'webaudio/StereoPannerNodeTest.cpp',
1871 'websockets/DOMWebSocketTest.cpp', 1873 'websockets/DOMWebSocketTest.cpp',
1872 'websockets/DocumentWebSocketChannelTest.cpp', 1874 'websockets/DocumentWebSocketChannelTest.cpp',
1873 ], 1875 ],
1874 }, 1876 },
1875 } 1877 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698