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

Side by Side Diff: Source/modules/modules.gypi

Issue 841333002: Push API: rename registration to subscription. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use https in the spec link. Created 5 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'notifications/NotificationEvent.idl', 123 'notifications/NotificationEvent.idl',
124 'notifications/NotificationPermissionCallback.idl', 124 'notifications/NotificationPermissionCallback.idl',
125 'performance/WorkerPerformance.idl', 125 'performance/WorkerPerformance.idl',
126 'permissions/Permissions.idl', 126 'permissions/Permissions.idl',
127 'permissions/PermissionStatus.idl', 127 'permissions/PermissionStatus.idl',
128 'presentation/Presentation.idl', 128 'presentation/Presentation.idl',
129 'presentation/PresentationSession.idl', 129 'presentation/PresentationSession.idl',
130 'push_messaging/PushEvent.idl', 130 'push_messaging/PushEvent.idl',
131 'push_messaging/PushManager.idl', 131 'push_messaging/PushManager.idl',
132 'push_messaging/PushMessageData.idl', 132 'push_messaging/PushMessageData.idl',
133 'push_messaging/PushRegistration.idl', 133 'push_messaging/PushSubscription.idl',
134 'quota/DeprecatedStorageInfo.idl', 134 'quota/DeprecatedStorageInfo.idl',
135 'quota/DeprecatedStorageQuota.idl', 135 'quota/DeprecatedStorageQuota.idl',
136 'quota/StorageErrorCallback.idl', 136 'quota/StorageErrorCallback.idl',
137 'quota/StorageInfo.idl', 137 'quota/StorageInfo.idl',
138 'quota/StorageQuota.idl', 138 'quota/StorageQuota.idl',
139 'quota/StorageQuotaCallback.idl', 139 'quota/StorageQuotaCallback.idl',
140 'quota/StorageUsageCallback.idl', 140 'quota/StorageUsageCallback.idl',
141 'screen_orientation/ScreenOrientation.idl', 141 'screen_orientation/ScreenOrientation.idl',
142 'serviceworkers/Cache.idl', 142 'serviceworkers/Cache.idl',
143 'serviceworkers/CacheStorage.idl', 143 'serviceworkers/CacheStorage.idl',
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 'push_messaging/PushError.cpp', 872 'push_messaging/PushError.cpp',
873 'push_messaging/PushError.h', 873 'push_messaging/PushError.h',
874 'push_messaging/PushEvent.cpp', 874 'push_messaging/PushEvent.cpp',
875 'push_messaging/PushEvent.h', 875 'push_messaging/PushEvent.h',
876 'push_messaging/PushManager.cpp', 876 'push_messaging/PushManager.cpp',
877 'push_messaging/PushManager.h', 877 'push_messaging/PushManager.h',
878 'push_messaging/PushMessageData.cpp', 878 'push_messaging/PushMessageData.cpp',
879 'push_messaging/PushMessageData.h', 879 'push_messaging/PushMessageData.h',
880 'push_messaging/PushPermissionStatusCallbacks.cpp', 880 'push_messaging/PushPermissionStatusCallbacks.cpp',
881 'push_messaging/PushPermissionStatusCallbacks.h', 881 'push_messaging/PushPermissionStatusCallbacks.h',
882 'push_messaging/PushRegistration.cpp', 882 'push_messaging/PushSubscription.cpp',
883 'push_messaging/PushRegistration.h', 883 'push_messaging/PushSubscription.h',
884 'push_messaging/PushRegistrationCallbacks.cpp', 884 'push_messaging/PushSubscriptionCallbacks.cpp',
885 'push_messaging/PushRegistrationCallbacks.h', 885 'push_messaging/PushSubscriptionCallbacks.h',
886 'push_messaging/ServiceWorkerGlobalScopePush.h', 886 'push_messaging/ServiceWorkerGlobalScopePush.h',
887 'push_messaging/ServiceWorkerRegistrationPush.cpp', 887 'push_messaging/ServiceWorkerRegistrationPush.cpp',
888 'push_messaging/ServiceWorkerRegistrationPush.h', 888 'push_messaging/ServiceWorkerRegistrationPush.h',
889 'quota/DOMWindowQuota.cpp', 889 'quota/DOMWindowQuota.cpp',
890 'quota/DOMWindowQuota.h', 890 'quota/DOMWindowQuota.h',
891 'quota/DeprecatedStorageInfo.cpp', 891 'quota/DeprecatedStorageInfo.cpp',
892 'quota/DeprecatedStorageInfo.h', 892 'quota/DeprecatedStorageInfo.h',
893 'quota/DeprecatedStorageQuota.cpp', 893 'quota/DeprecatedStorageQuota.cpp',
894 'quota/DeprecatedStorageQuota.h', 894 'quota/DeprecatedStorageQuota.h',
895 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 895 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 'indexeddb/IDBKeyPathTest.cpp', 1219 'indexeddb/IDBKeyPathTest.cpp',
1220 'indexeddb/IDBRequestTest.cpp', 1220 'indexeddb/IDBRequestTest.cpp',
1221 'indexeddb/IDBTransactionTest.cpp', 1221 'indexeddb/IDBTransactionTest.cpp',
1222 'serviceworkers/CacheTest.cpp', 1222 'serviceworkers/CacheTest.cpp',
1223 'serviceworkers/ServiceWorkerContainerTest.cpp', 1223 'serviceworkers/ServiceWorkerContainerTest.cpp',
1224 'websockets/DOMWebSocketTest.cpp', 1224 'websockets/DOMWebSocketTest.cpp',
1225 'websockets/DocumentWebSocketChannelTest.cpp', 1225 'websockets/DocumentWebSocketChannelTest.cpp',
1226 ], 1226 ],
1227 }, 1227 },
1228 } 1228 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/push_messaging/unsubscribe.html ('k') | Source/modules/push_messaging/PushManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698