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

Unified Diff: Source/modules/modules.gypi

Issue 1188203002: Implementation of setSinkId() for HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add guidou as owner 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 02bff649e6a4e61fe3065039d3d97844f1004a92..dce9162ece8256f4b2e75d7494cb7f96015e7b7d 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -588,6 +588,8 @@
'app_banner/BeforeInstallPromptEvent.h',
'audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp',
'audio_output_devices/HTMLMediaElementAudioOutputDevice.h',
+ 'audio_output_devices/SetSinkIdCallbacks.cpp',
+ 'audio_output_devices/SetSinkIdCallbacks.h',
'background_sync/PeriodicSyncEvent.cpp',
'background_sync/PeriodicSyncEvent.h',
'background_sync/PeriodicSyncManager.cpp',

Powered by Google App Engine
This is Rietveld 408576698