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

Unified Diff: Source/modules/modules.gypi

Issue 718093002: Introduce the NotificationEvent object. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add a test Created 6 years, 1 month 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 2eab43827d938fd563c41e0d67b5b3d6e84877c5..452fbef00850ed224692f37ffb6aa14ce096f83a 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -114,6 +114,7 @@
'mediastream/SourceInfo.idl',
'netinfo/NetworkInformation.idl',
'notifications/Notification.idl',
+ 'notifications/NotificationEvent.idl',
'notifications/NotificationPermissionCallback.idl',
'performance/WorkerPerformance.idl',
'presentation/Presentation.idl',
@@ -273,6 +274,7 @@
'mediastream/RTCDTMFToneChangeEvent.idl',
'mediastream/RTCDataChannelEvent.idl',
'mediastream/RTCIceCandidateEvent.idl',
+ 'notifications/NotificationEvent.idl',
'push_messaging/PushEvent.idl',
'serviceworkers/ExtendableEvent.idl',
'serviceworkers/FetchEvent.idl',
@@ -736,6 +738,8 @@
'notifications/NotificationClient.h',
'notifications/NotificationController.cpp',
'notifications/NotificationController.h',
+ 'notifications/NotificationEvent.cpp',
+ 'notifications/NotificationEvent.h',
'notifications/NotificationPermissionCallback.h',
'notifications/NotificationPermissionClient.cpp',
'notifications/NotificationPermissionClient.h',
« no previous file with comments | « LayoutTests/http/tests/notifications/serviceworker-notification-event.html ('k') | Source/modules/notifications/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698