Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1467)

Unified Diff: Source/modules/modules.gypi

Issue 1280913002: Deliver action clicks to page notifications (blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@click_test
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 861d6b00bfb78cb19d401fda84177ad9fbe3af51..212dc2491cf0712e0173f1fd9381ad2cdb25454e 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -145,6 +145,7 @@
'notifications/Notification.idl',
'notifications/NotificationEvent.idl',
'notifications/NotificationPermissionCallback.idl',
+ 'notifications/PageNotificationEvent.idl',
'permissions/Permissions.idl',
'permissions/PermissionStatus.idl',
'plugins/MimeType.idl',
@@ -392,6 +393,7 @@
'mediastream/RTCIceCandidateEvent.idl',
'navigatorconnect/ServicePortConnectEvent.idl',
'notifications/NotificationEvent.idl',
+ 'notifications/PageNotificationEvent.idl',
'presentation/DefaultSessionStartEvent.idl',
'push_messaging/PushEvent.idl',
'serviceworkers/ExtendableEvent.idl',
@@ -451,6 +453,7 @@
'notifications/NotificationAction.idl',
'notifications/NotificationEventInit.idl',
'notifications/NotificationOptions.idl',
+ 'notifications/PageNotificationEventInit.idl',
'permissions/MidiPermissionDescriptor.idl',
'permissions/PermissionDescriptor.idl',
'permissions/PushPermissionDescriptor.idl',
@@ -569,6 +572,8 @@
'<(blink_modules_output_dir)/notifications/NotificationEventInit.h',
'<(blink_modules_output_dir)/notifications/NotificationOptions.cpp',
'<(blink_modules_output_dir)/notifications/NotificationOptions.h',
+ '<(blink_modules_output_dir)/notifications/PageNotificationEventInit.cpp',
+ '<(blink_modules_output_dir)/notifications/PageNotificationEventInit.h',
'<(blink_modules_output_dir)/permissions/MidiPermissionDescriptor.cpp',
'<(blink_modules_output_dir)/permissions/MidiPermissionDescriptor.h',
'<(blink_modules_output_dir)/permissions/PermissionDescriptor.cpp',
@@ -1180,6 +1185,7 @@
'notifications/NotificationPermissionCallback.h',
'notifications/NotificationPermissionClient.cpp',
'notifications/NotificationPermissionClient.h',
+ 'notifications/PageNotificationEvent.h',
'notifications/ServiceWorkerGlobalScopeNotifications.h',
'notifications/ServiceWorkerRegistrationNotifications.cpp',
'notifications/ServiceWorkerRegistrationNotifications.h',
« no previous file with comments | « no previous file | Source/modules/notifications/Notification.h » ('j') | Source/modules/notifications/Notification.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698