| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 3190533ad17f33c7451c461908eb32eedbdfcce5..01e3860074f84ca624d8a2241ea0b74eb1646b6a 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -445,6 +445,7 @@
|
| 'navigatorconnect/ServicePortConnectResponse.idl',
|
| 'navigatorconnect/ServicePortMatchOptions.idl',
|
| 'notifications/GetNotificationOptions.idl',
|
| + 'notifications/NotificationAction.idl',
|
| 'notifications/NotificationEventInit.idl',
|
| 'notifications/NotificationOptions.idl',
|
| 'permissions/MidiPermissionDescriptor.idl',
|
| @@ -557,6 +558,8 @@
|
| '<(blink_modules_output_dir)/navigatorconnect/ServicePortMatchOptions.h',
|
| '<(blink_modules_output_dir)/notifications/GetNotificationOptions.cpp',
|
| '<(blink_modules_output_dir)/notifications/GetNotificationOptions.h',
|
| + '<(blink_modules_output_dir)/notifications/NotificationAction.cpp',
|
| + '<(blink_modules_output_dir)/notifications/NotificationAction.h',
|
| '<(blink_modules_output_dir)/notifications/NotificationEventInit.cpp',
|
| '<(blink_modules_output_dir)/notifications/NotificationEventInit.h',
|
| '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp',
|
|
|