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

Unified Diff: Source/modules/modules.gypi

Issue 720873002: Expose the notificationclick and notificationerror events on ServiceWorkerGlobalScope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 73703c91a061afa3409eab0a7e315cd909c931b5..8b68f15e50db15fde9145688ad126a1aefd1ff44 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -242,6 +242,7 @@
'navigatorcontentutils/NavigatorContentUtils.idl',
'netinfo/NavigatorNetworkInformation.idl',
'netinfo/WorkerNavigatorNetworkInformation.idl',
+ 'notifications/ServiceWorkerGlobalScopeNotifications.idl',
'performance/SharedWorkerPerformance.idl',
'performance/WorkerGlobalScopePerformance.idl',
'presentation/NavigatorPresentation.idl',
@@ -687,6 +688,7 @@
'notifications/NotificationPermissionCallback.h',
'notifications/NotificationPermissionClient.cpp',
'notifications/NotificationPermissionClient.h',
+ 'notifications/ServiceWorkerGlobalScopeNotifications.h',
'performance/SharedWorkerPerformance.cpp',
'performance/WorkerGlobalScopePerformance.cpp',
'performance/WorkerGlobalScopePerformance.h',

Powered by Google App Engine
This is Rietveld 408576698