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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/modules/pushmessaging/NavigatorPushManager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'mediastream/RTCSessionDescriptionCallback.idl', 97 'mediastream/RTCSessionDescriptionCallback.idl',
98 'mediastream/RTCStatsCallback.idl', 98 'mediastream/RTCStatsCallback.idl',
99 'mediastream/RTCStatsReport.idl', 99 'mediastream/RTCStatsReport.idl',
100 'mediastream/RTCStatsResponse.idl', 100 'mediastream/RTCStatsResponse.idl',
101 'mediastream/SourceInfo.idl', 101 'mediastream/SourceInfo.idl',
102 'notifications/Notification.idl', 102 'notifications/Notification.idl',
103 'notifications/NotificationCenter.idl', 103 'notifications/NotificationCenter.idl',
104 'notifications/NotificationPermissionCallback.idl', 104 'notifications/NotificationPermissionCallback.idl',
105 'notifications/WebKitNotification.idl', 105 'notifications/WebKitNotification.idl',
106 'performance/WorkerPerformance.idl', 106 'performance/WorkerPerformance.idl',
107 'pushmessaging/PushManager.idl',
108 'pushmessaging/PushRegistration.idl',
107 'quota/DeprecatedStorageInfo.idl', 109 'quota/DeprecatedStorageInfo.idl',
108 'quota/DeprecatedStorageQuota.idl', 110 'quota/DeprecatedStorageQuota.idl',
109 'quota/StorageErrorCallback.idl', 111 'quota/StorageErrorCallback.idl',
110 'quota/StorageInfo.idl', 112 'quota/StorageInfo.idl',
111 'quota/StorageQuota.idl', 113 'quota/StorageQuota.idl',
112 'quota/StorageQuotaCallback.idl', 114 'quota/StorageQuotaCallback.idl',
113 'quota/StorageUsageCallback.idl', 115 'quota/StorageUsageCallback.idl',
114 'serviceworkers/Cache.idl', 116 'serviceworkers/Cache.idl',
115 'serviceworkers/FetchEvent.idl', 117 'serviceworkers/FetchEvent.idl',
116 'serviceworkers/InstallEvent.idl', 118 'serviceworkers/InstallEvent.idl',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'mediasource/HTMLVideoElementMediaSource.idl', 206 'mediasource/HTMLVideoElementMediaSource.idl',
205 'mediasource/URLMediaSource.idl', 207 'mediasource/URLMediaSource.idl',
206 'mediasource/WindowMediaSource.idl', 208 'mediasource/WindowMediaSource.idl',
207 'mediastream/NavigatorMediaStream.idl', 209 'mediastream/NavigatorMediaStream.idl',
208 'mediastream/URLMediaStream.idl', 210 'mediastream/URLMediaStream.idl',
209 'navigatorcontentutils/NavigatorContentUtils.idl', 211 'navigatorcontentutils/NavigatorContentUtils.idl',
210 'notifications/WindowNotifications.idl', 212 'notifications/WindowNotifications.idl',
211 'notifications/WorkerGlobalScopeNotifications.idl', 213 'notifications/WorkerGlobalScopeNotifications.idl',
212 'performance/SharedWorkerPerformance.idl', 214 'performance/SharedWorkerPerformance.idl',
213 'performance/WorkerGlobalScopePerformance.idl', 215 'performance/WorkerGlobalScopePerformance.idl',
216 'pushmessaging/NavigatorPushManager.idl',
214 'quota/NavigatorStorageQuota.idl', 217 'quota/NavigatorStorageQuota.idl',
215 'quota/WindowQuota.idl', 218 'quota/WindowQuota.idl',
216 'quota/WorkerNavigatorStorageQuota.idl', 219 'quota/WorkerNavigatorStorageQuota.idl',
217 'screen_orientation/ScreenOrientation.idl', 220 'screen_orientation/ScreenOrientation.idl',
218 'serviceworkers/NavigatorServiceWorker.idl', 221 'serviceworkers/NavigatorServiceWorker.idl',
219 'speech/WindowSpeechSynthesis.idl', 222 'speech/WindowSpeechSynthesis.idl',
220 'vibration/NavigatorVibration.idl', 223 'vibration/NavigatorVibration.idl',
221 'webdatabase/WindowWebDatabase.idl', 224 'webdatabase/WindowWebDatabase.idl',
222 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 225 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
223 'webmidi/NavigatorWebMIDI.idl', 226 'webmidi/NavigatorWebMIDI.idl',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'notifications/NotificationPermissionCallback.h', 530 'notifications/NotificationPermissionCallback.h',
528 'notifications/WebKitNotification.cpp', 531 'notifications/WebKitNotification.cpp',
529 'notifications/WebKitNotification.h', 532 'notifications/WebKitNotification.h',
530 'notifications/WorkerGlobalScopeNotifications.cpp', 533 'notifications/WorkerGlobalScopeNotifications.cpp',
531 'notifications/WorkerGlobalScopeNotifications.h', 534 'notifications/WorkerGlobalScopeNotifications.h',
532 'performance/SharedWorkerPerformance.cpp', 535 'performance/SharedWorkerPerformance.cpp',
533 'performance/WorkerGlobalScopePerformance.cpp', 536 'performance/WorkerGlobalScopePerformance.cpp',
534 'performance/WorkerGlobalScopePerformance.h', 537 'performance/WorkerGlobalScopePerformance.h',
535 'performance/WorkerPerformance.cpp', 538 'performance/WorkerPerformance.cpp',
536 'performance/WorkerPerformance.h', 539 'performance/WorkerPerformance.h',
540 'pushmessaging/NavigatorPushManager.cpp',
541 'pushmessaging/NavigatorPushManager.h',
542 'pushmessaging/PushController.cpp',
543 'pushmessaging/PushController.h',
544 'pushmessaging/PushManager.cpp',
545 'pushmessaging/PushManager.h',
546 'pushmessaging/PushMessagingError.cpp',
547 'pushmessaging/PushMessagingError.h',
548 'pushmessaging/PushRegistration.cpp',
549 'pushmessaging/PushRegistration.h',
537 'quota/DeprecatedStorageInfo.cpp', 550 'quota/DeprecatedStorageInfo.cpp',
538 'quota/DeprecatedStorageInfo.h', 551 'quota/DeprecatedStorageInfo.h',
539 'quota/DeprecatedStorageQuota.cpp', 552 'quota/DeprecatedStorageQuota.cpp',
540 'quota/DeprecatedStorageQuota.h', 553 'quota/DeprecatedStorageQuota.h',
541 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 554 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
542 'quota/DeprecatedStorageQuotaCallbacksImpl.h', 555 'quota/DeprecatedStorageQuotaCallbacksImpl.h',
543 'quota/DOMWindowQuota.cpp', 556 'quota/DOMWindowQuota.cpp',
544 'quota/DOMWindowQuota.h', 557 'quota/DOMWindowQuota.h',
545 'quota/NavigatorStorageQuota.cpp', 558 'quota/NavigatorStorageQuota.cpp',
546 'quota/NavigatorStorageQuota.h', 559 'quota/NavigatorStorageQuota.h',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'indexeddb/IDBKeyPathTest.cpp', 889 'indexeddb/IDBKeyPathTest.cpp',
877 'indexeddb/IDBRequestTest.cpp', 890 'indexeddb/IDBRequestTest.cpp',
878 'indexeddb/IDBTransactionTest.cpp', 891 'indexeddb/IDBTransactionTest.cpp',
879 'websockets/WebSocketDeflaterTest.cpp', 892 'websockets/WebSocketDeflaterTest.cpp',
880 'websockets/WebSocketExtensionDispatcherTest.cpp', 893 'websockets/WebSocketExtensionDispatcherTest.cpp',
881 'websockets/WebSocketExtensionParserTest.cpp', 894 'websockets/WebSocketExtensionParserTest.cpp',
882 'websockets/WebSocketPerMessageDeflateTest.cpp', 895 'websockets/WebSocketPerMessageDeflateTest.cpp',
883 ], 896 ],
884 }, 897 },
885 } 898 }
OLDNEW
« 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