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

Unified Diff: Source/modules/modules.gypi

Issue 285403002: Push API: define push event on Service Worker. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Define PushEvent with data attribute. Created 6 years, 7 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 e08b7e580acd281664ef409802c8975e8ecc34e1..39eff6b61ea66c0b61323c02d98088777fddddf8 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -103,6 +103,7 @@
'notifications/Notification.idl',
'notifications/NotificationPermissionCallback.idl',
'performance/WorkerPerformance.idl',
+ 'push_messaging/PushEvent.idl',
'push_messaging/PushManager.idl',
'push_messaging/PushRegistration.idl',
'quota/DeprecatedStorageInfo.idl',
@@ -244,6 +245,7 @@
'mediastream/RTCDTMFToneChangeEvent.idl',
'mediastream/RTCDataChannelEvent.idl',
'mediastream/RTCIceCandidateEvent.idl',
+ 'push_messaging/PushEvent.idl',
'serviceworkers/FetchEvent.idl',
'serviceworkers/InstallEvent.idl',
'serviceworkers/InstallPhaseEvent.idl',
@@ -579,6 +581,8 @@
'push_messaging/PushController.h',
'push_messaging/PushError.cpp',
'push_messaging/PushError.h',
+ 'push_messaging/PushEvent.cpp',
+ 'push_messaging/PushEvent.h',
'push_messaging/PushManager.cpp',
'push_messaging/PushManager.h',
'push_messaging/PushRegistration.cpp',

Powered by Google App Engine
This is Rietveld 408576698