| 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 543de2959a212ff01aabd05072602c862fd23bb0..87293a13e2e6d9fc7ae0e852d85c8b4349fecd07 100644
|
| --- a/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| +++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| @@ -39,6 +39,7 @@ modules_global_constructors_generated_idl_files = process_file_template(
|
|
|
| modules_idl_files =
|
| get_path_info([
|
| + "accessibility/AccessibleNode.idl",
|
| "app_banner/AppBannerPromptResult.idl",
|
| "app_banner/BeforeInstallPromptEvent.idl",
|
| "background_fetch/BackgroundFetchClickEvent.idl",
|
| @@ -568,6 +569,7 @@ modules_dictionary_idl_files =
|
| modules_dependency_idl_files =
|
| get_path_info(
|
| [
|
| + "accessibility/ElementAccessibleNode.idl",
|
| "audio_output_devices/HTMLMediaElementAudioOutputDevice.idl",
|
| "background_fetch/ServiceWorkerGlobalScopeBackgroundFetch.idl",
|
| "background_fetch/ServiceWorkerRegistrationBackgroundFetch.idl",
|
|
|