| Index: third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/bindings/modules/BUILD.gn b/third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| index 39bbb661b09c8b5d70b7528896d1c10e165e1fab..ae7cca180e97e088ca7a64c2915cff8b0db1475e 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| +++ b/third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| @@ -19,6 +19,10 @@ group("bindings_modules_generated") {
|
| generate_event_interfaces("modules_bindings_generated_event_interfaces") {
|
| sources = [
|
| "//third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl",
|
| + "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchClickEvent.idl",
|
| + "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchEvent.idl",
|
| + "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEvent.idl",
|
| + "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl",
|
| "//third_party/WebKit/Source/modules/background_sync/SyncEvent.idl",
|
| "//third_party/WebKit/Source/modules/device_light/DeviceLightEvent.idl",
|
| "//third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.idl",
|
|
|