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

Unified Diff: Source/modules/modules.gypi

Issue 152763002: DO NOT REVIEW Bindings and plumbing for push messaging API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Address some review comments. 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
« no previous file with comments | « no previous file | Source/modules/pushmessaging/NavigatorPushManager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 60359103809a7e879a2d0aabd0b3eb13e93993d9..870608978589ebdd17be89bb61686f3e71619c7f 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -104,6 +104,8 @@
'notifications/NotificationPermissionCallback.idl',
'notifications/WebKitNotification.idl',
'performance/WorkerPerformance.idl',
+ 'pushmessaging/PushManager.idl',
+ 'pushmessaging/PushRegistration.idl',
'quota/DeprecatedStorageInfo.idl',
'quota/DeprecatedStorageQuota.idl',
'quota/StorageErrorCallback.idl',
@@ -211,6 +213,7 @@
'notifications/WorkerGlobalScopeNotifications.idl',
'performance/SharedWorkerPerformance.idl',
'performance/WorkerGlobalScopePerformance.idl',
+ 'pushmessaging/NavigatorPushManager.idl',
'quota/NavigatorStorageQuota.idl',
'quota/WindowQuota.idl',
'quota/WorkerNavigatorStorageQuota.idl',
@@ -534,6 +537,16 @@
'performance/WorkerGlobalScopePerformance.h',
'performance/WorkerPerformance.cpp',
'performance/WorkerPerformance.h',
+ 'pushmessaging/NavigatorPushManager.cpp',
+ 'pushmessaging/NavigatorPushManager.h',
+ 'pushmessaging/PushController.cpp',
+ 'pushmessaging/PushController.h',
+ 'pushmessaging/PushManager.cpp',
+ 'pushmessaging/PushManager.h',
+ 'pushmessaging/PushMessagingError.cpp',
+ 'pushmessaging/PushMessagingError.h',
+ 'pushmessaging/PushRegistration.cpp',
+ 'pushmessaging/PushRegistration.h',
'quota/DeprecatedStorageInfo.cpp',
'quota/DeprecatedStorageInfo.h',
'quota/DeprecatedStorageQuota.cpp',
« no previous file with comments | « no previous file | Source/modules/pushmessaging/NavigatorPushManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698