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

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: 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 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 aa06a0439b6af712315a41fe3a39055f541d89f6..39655bbc37b423576966217ff74f369463bf3856 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -750,6 +750,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/ServiceWorkerGlobalScopeSync.h',
'background_sync/ServiceWorkerRegistrationSync.cpp',
'background_sync/ServiceWorkerRegistrationSync.h',

Powered by Google App Engine
This is Rietveld 408576698