| 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',
|
|
|