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

Unified Diff: Source/modules/modules.gypi

Issue 1182243005: Add sinkId/setSinkId() extension to HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update expected value for public interface/properties tests 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 42f3d9ced6fffe7dbf77be0980df73f732c7afe7..e7cd61c6566f0a2cb8adde7d679cfb4e68eb401e 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -243,6 +243,7 @@
],
# 'partial interface' or target (right side of) 'implements'
'modules_dependency_idl_files': [
+ 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
'background_sync/ServiceWorkerGlobalScopeSync.idl',
'background_sync/ServiceWorkerRegistrationSync.idl',
'battery/NavigatorBattery.idl',
@@ -580,6 +581,8 @@
'app_banner/AppBannerPromptResult.h',
'app_banner/BeforeInstallPromptEvent.cpp',
'app_banner/BeforeInstallPromptEvent.h',
+ 'audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp',
+ 'audio_output_devices/HTMLMediaElementAudioOutputDevice.h',
'background_sync/PeriodicSyncEvent.cpp',
'background_sync/PeriodicSyncEvent.h',
'background_sync/PeriodicSyncManager.cpp',

Powered by Google App Engine
This is Rietveld 408576698