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

Unified 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: More jochen's comments 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 6f802377303a49a8daa41083147bdb71e6635545..fd46458e2fba18e720597e33c66938de2b0069e0 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -757,6 +757,8 @@
'audio_output_devices/HTMLMediaElementAudioOutputDevice.h',
'audio_output_devices/SetSinkIdCallbacks.cpp',
'audio_output_devices/SetSinkIdCallbacks.h',
+ 'audio_output_devices/AudioOutputDeviceClient.cpp',
+ 'audio_output_devices/AudioOutputDeviceClient.h',
'background_sync/PeriodicSyncEvent.cpp',
'background_sync/PeriodicSyncEvent.h',
'background_sync/PeriodicSyncManager.cpp',

Powered by Google App Engine
This is Rietveld 408576698