Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index f6d0f77b38ad9faf0c644ddd055fe3e3cc120a2a..9f3c8b6e629660a9871d6cfd8b3eaea2f0b82056 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -444,6 +444,7 @@ |
'navigatorconnect/ServicePortConnectResponse.idl', |
'navigatorconnect/ServicePortMatchOptions.idl', |
'notifications/GetNotificationOptions.idl', |
+ 'notifications/NotificationAction.idl', |
'notifications/NotificationEventInit.idl', |
'notifications/NotificationOptions.idl', |
'permissions/MidiPermissionDescriptor.idl', |
@@ -558,6 +559,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', |