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

Side by Side 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, 8 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'mediastream/RTCPeerConnection.idl', 99 'mediastream/RTCPeerConnection.idl',
100 'mediastream/RTCSessionDescription.idl', 100 'mediastream/RTCSessionDescription.idl',
101 'mediastream/RTCSessionDescriptionCallback.idl', 101 'mediastream/RTCSessionDescriptionCallback.idl',
102 'mediastream/RTCStatsCallback.idl', 102 'mediastream/RTCStatsCallback.idl',
103 'mediastream/RTCStatsReport.idl', 103 'mediastream/RTCStatsReport.idl',
104 'mediastream/RTCStatsResponse.idl', 104 'mediastream/RTCStatsResponse.idl',
105 'mediastream/SourceInfo.idl', 105 'mediastream/SourceInfo.idl',
106 'notifications/Notification.idl', 106 'notifications/Notification.idl',
107 'notifications/NotificationPermissionCallback.idl', 107 'notifications/NotificationPermissionCallback.idl',
108 'performance/WorkerPerformance.idl', 108 'performance/WorkerPerformance.idl',
109 'push_messaging/PushManager.idl',
109 'quota/DeprecatedStorageInfo.idl', 110 'quota/DeprecatedStorageInfo.idl',
110 'quota/DeprecatedStorageQuota.idl', 111 'quota/DeprecatedStorageQuota.idl',
111 'quota/StorageErrorCallback.idl', 112 'quota/StorageErrorCallback.idl',
112 'quota/StorageInfo.idl', 113 'quota/StorageInfo.idl',
113 'quota/StorageQuota.idl', 114 'quota/StorageQuota.idl',
114 'quota/StorageQuotaCallback.idl', 115 'quota/StorageQuotaCallback.idl',
115 'quota/StorageUsageCallback.idl', 116 'quota/StorageUsageCallback.idl',
116 'serviceworkers/Cache.idl', 117 'serviceworkers/Cache.idl',
117 'serviceworkers/FetchEvent.idl', 118 'serviceworkers/FetchEvent.idl',
118 'serviceworkers/InstallEvent.idl', 119 'serviceworkers/InstallEvent.idl',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'indexeddb/WindowIndexedDatabase.idl', 207 'indexeddb/WindowIndexedDatabase.idl',
207 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 208 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
208 'mediasource/HTMLVideoElementMediaSource.idl', 209 'mediasource/HTMLVideoElementMediaSource.idl',
209 'mediasource/URLMediaSource.idl', 210 'mediasource/URLMediaSource.idl',
210 'mediasource/WindowMediaSource.idl', 211 'mediasource/WindowMediaSource.idl',
211 'mediastream/NavigatorMediaStream.idl', 212 'mediastream/NavigatorMediaStream.idl',
212 'mediastream/URLMediaStream.idl', 213 'mediastream/URLMediaStream.idl',
213 'navigatorcontentutils/NavigatorContentUtils.idl', 214 'navigatorcontentutils/NavigatorContentUtils.idl',
214 'performance/SharedWorkerPerformance.idl', 215 'performance/SharedWorkerPerformance.idl',
215 'performance/WorkerGlobalScopePerformance.idl', 216 'performance/WorkerGlobalScopePerformance.idl',
217 'push_messaging/NavigatorPushManager.idl',
216 'quota/NavigatorStorageQuota.idl', 218 'quota/NavigatorStorageQuota.idl',
217 'quota/WindowQuota.idl', 219 'quota/WindowQuota.idl',
218 'quota/WorkerNavigatorStorageQuota.idl', 220 'quota/WorkerNavigatorStorageQuota.idl',
219 'screen_orientation/ScreenOrientation.idl', 221 'screen_orientation/ScreenOrientation.idl',
220 'serviceworkers/NavigatorServiceWorker.idl', 222 'serviceworkers/NavigatorServiceWorker.idl',
221 'speech/WindowSpeechSynthesis.idl', 223 'speech/WindowSpeechSynthesis.idl',
222 'vibration/NavigatorVibration.idl', 224 'vibration/NavigatorVibration.idl',
223 'webdatabase/WindowWebDatabase.idl', 225 'webdatabase/WindowWebDatabase.idl',
224 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 226 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
225 'webmidi/NavigatorWebMIDI.idl', 227 'webmidi/NavigatorWebMIDI.idl',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'notifications/Notification.h', 536 'notifications/Notification.h',
535 'notifications/NotificationClient.h', 537 'notifications/NotificationClient.h',
536 'notifications/NotificationController.cpp', 538 'notifications/NotificationController.cpp',
537 'notifications/NotificationController.h', 539 'notifications/NotificationController.h',
538 'notifications/NotificationPermissionCallback.h', 540 'notifications/NotificationPermissionCallback.h',
539 'performance/SharedWorkerPerformance.cpp', 541 'performance/SharedWorkerPerformance.cpp',
540 'performance/WorkerGlobalScopePerformance.cpp', 542 'performance/WorkerGlobalScopePerformance.cpp',
541 'performance/WorkerGlobalScopePerformance.h', 543 'performance/WorkerGlobalScopePerformance.h',
542 'performance/WorkerPerformance.cpp', 544 'performance/WorkerPerformance.cpp',
543 'performance/WorkerPerformance.h', 545 'performance/WorkerPerformance.h',
546 'push_messaging/NavigatorPushManager.cpp',
547 'push_messaging/NavigatorPushManager.h',
548 'push_messaging/PushManager.cpp',
549 'push_messaging/PushManager.h',
544 'quota/DeprecatedStorageInfo.cpp', 550 'quota/DeprecatedStorageInfo.cpp',
545 'quota/DeprecatedStorageInfo.h', 551 'quota/DeprecatedStorageInfo.h',
546 'quota/DeprecatedStorageQuota.cpp', 552 'quota/DeprecatedStorageQuota.cpp',
547 'quota/DeprecatedStorageQuota.h', 553 'quota/DeprecatedStorageQuota.h',
548 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 554 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
549 'quota/DeprecatedStorageQuotaCallbacksImpl.h', 555 'quota/DeprecatedStorageQuotaCallbacksImpl.h',
550 'quota/DOMWindowQuota.cpp', 556 'quota/DOMWindowQuota.cpp',
551 'quota/DOMWindowQuota.h', 557 'quota/DOMWindowQuota.h',
552 'quota/NavigatorStorageQuota.cpp', 558 'quota/NavigatorStorageQuota.cpp',
553 'quota/NavigatorStorageQuota.h', 559 'quota/NavigatorStorageQuota.h',
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 'indexeddb/IDBKeyPathTest.cpp', 887 'indexeddb/IDBKeyPathTest.cpp',
882 'indexeddb/IDBRequestTest.cpp', 888 'indexeddb/IDBRequestTest.cpp',
883 'indexeddb/IDBTransactionTest.cpp', 889 'indexeddb/IDBTransactionTest.cpp',
884 'websockets/WebSocketDeflaterTest.cpp', 890 'websockets/WebSocketDeflaterTest.cpp',
885 'websockets/WebSocketExtensionDispatcherTest.cpp', 891 'websockets/WebSocketExtensionDispatcherTest.cpp',
886 'websockets/WebSocketExtensionParserTest.cpp', 892 'websockets/WebSocketExtensionParserTest.cpp',
887 'websockets/WebSocketPerMessageDeflateTest.cpp', 893 'websockets/WebSocketPerMessageDeflateTest.cpp',
888 ], 894 ],
889 }, 895 },
890 } 896 }
OLDNEW
« 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