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

Unified Diff: Source/modules/modules.gypi

Issue 213013006: Define push_messaging module with PushManager skeleton. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: More oilpan types. Created 6 years, 9 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 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',
« no previous file with comments | « LayoutTests/push_messaging/push-messaging-expected.txt ('k') | Source/modules/push_messaging/NavigatorPushManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698