| Index: third_party/WebKit/Source/modules/modules_idl_files.gni
|
| diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| index 5ed3cbc705c957090d15f76b3df90fe94c3d0cb7..7e9192fd8a7be944c2532d91464861b105546b70 100644
|
| --- a/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| +++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| @@ -41,6 +41,7 @@ modules_idl_files =
|
| get_path_info([
|
| "app_banner/AppBannerPromptResult.idl",
|
| "app_banner/BeforeInstallPromptEvent.idl",
|
| + "background_fetch/BackgroundFetchManager.idl",
|
| "background_sync/SyncEvent.idl",
|
| "background_sync/SyncManager.idl",
|
| "battery/BatteryManager.idl",
|
| @@ -554,6 +555,7 @@ modules_dependency_idl_files =
|
| get_path_info(
|
| [
|
| "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl",
|
| + "background_fetch/ServiceWorkerRegistrationBackgroundFetch.idl",
|
| "background_sync/ServiceWorkerGlobalScopeSync.idl",
|
| "background_sync/ServiceWorkerRegistrationSync.idl",
|
| "battery/NavigatorBattery.idl",
|
|
|