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

Unified Diff: Source/modules/modules.gypi

Issue 717273002: Implement the ServiceWorkerRegistration.showNotification() method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: adds 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 981f220e46f061a83802cd9cac569058108e0768..fd731cb56cd6f61331f38ec709bc1927763891d0 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -243,6 +243,7 @@
'netinfo/NavigatorNetworkInformation.idl',
'netinfo/WorkerNavigatorNetworkInformation.idl',
'notifications/ServiceWorkerGlobalScopeNotifications.idl',
+ 'notifications/ServiceWorkerRegistrationNotifications.idl',
'performance/SharedWorkerPerformance.idl',
'performance/WorkerGlobalScopePerformance.idl',
'presentation/NavigatorPresentation.idl',
@@ -745,6 +746,8 @@
'notifications/NotificationPermissionClient.cpp',
'notifications/NotificationPermissionClient.h',
'notifications/ServiceWorkerGlobalScopeNotifications.h',
+ 'notifications/ServiceWorkerRegistrationNotifications.cpp',
+ 'notifications/ServiceWorkerRegistrationNotifications.h',
'performance/SharedWorkerPerformance.cpp',
'performance/WorkerGlobalScopePerformance.cpp',
'performance/WorkerGlobalScopePerformance.h',

Powered by Google App Engine
This is Rietveld 408576698