Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index b3b481867c6a45290e481e73758d523672bc935c..9f78638e1a3dbb753c8461b14a23711127d26415 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -106,6 +106,7 @@ |
'notifications/Notification.idl', |
'notifications/NotificationPermissionCallback.idl', |
'performance/WorkerPerformance.idl', |
+ 'push_messaging/PushManager.idl', |
'quota/DeprecatedStorageInfo.idl', |
'quota/DeprecatedStorageQuota.idl', |
'quota/StorageErrorCallback.idl', |
@@ -213,6 +214,7 @@ |
'navigatorcontentutils/NavigatorContentUtils.idl', |
'performance/SharedWorkerPerformance.idl', |
'performance/WorkerGlobalScopePerformance.idl', |
+ 'push_messaging/NavigatorPushManager.idl', |
'quota/NavigatorStorageQuota.idl', |
'quota/WindowQuota.idl', |
'quota/WorkerNavigatorStorageQuota.idl', |
@@ -541,6 +543,10 @@ |
'performance/WorkerGlobalScopePerformance.h', |
'performance/WorkerPerformance.cpp', |
'performance/WorkerPerformance.h', |
+ 'push_messaging/NavigatorPushManager.cpp', |
+ 'push_messaging/NavigatorPushManager.h', |
+ 'push_messaging/PushManager.cpp', |
+ 'push_messaging/PushManager.h', |
'quota/DeprecatedStorageInfo.cpp', |
'quota/DeprecatedStorageInfo.h', |
'quota/DeprecatedStorageQuota.cpp', |