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

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

Issue 782463002: Expose navigator.connect client side API in blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: also expose to workers Created 6 years 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 '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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'geofencing/ServiceWorkerRegistrationGeofencing.idl', 237 'geofencing/ServiceWorkerRegistrationGeofencing.idl',
238 'geofencing/WorkerNavigatorGeofencing.idl', 238 'geofencing/WorkerNavigatorGeofencing.idl',
239 'geolocation/NavigatorGeolocation.idl', 239 'geolocation/NavigatorGeolocation.idl',
240 'indexeddb/WindowIndexedDatabase.idl', 240 'indexeddb/WindowIndexedDatabase.idl',
241 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 241 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
242 'mediasource/HTMLVideoElementMediaSource.idl', 242 'mediasource/HTMLVideoElementMediaSource.idl',
243 'mediasource/URLMediaSource.idl', 243 'mediasource/URLMediaSource.idl',
244 'mediastream/NavigatorMediaStream.idl', 244 'mediastream/NavigatorMediaStream.idl',
245 'mediastream/URLMediaStream.idl', 245 'mediastream/URLMediaStream.idl',
246 'mediastream/WindowMediaStream.idl', 246 'mediastream/WindowMediaStream.idl',
247 'navigatorconnect/NavigatorConnect.idl',
248 'navigatorconnect/WorkerNavigatorConnect.idl',
247 'navigatorcontentutils/NavigatorContentUtils.idl', 249 'navigatorcontentutils/NavigatorContentUtils.idl',
248 'netinfo/NavigatorNetworkInformation.idl', 250 'netinfo/NavigatorNetworkInformation.idl',
249 'netinfo/WorkerNavigatorNetworkInformation.idl', 251 'netinfo/WorkerNavigatorNetworkInformation.idl',
250 'notifications/ServiceWorkerGlobalScopeNotifications.idl', 252 'notifications/ServiceWorkerGlobalScopeNotifications.idl',
251 'notifications/ServiceWorkerRegistrationNotifications.idl', 253 'notifications/ServiceWorkerRegistrationNotifications.idl',
252 'performance/SharedWorkerPerformance.idl', 254 'performance/SharedWorkerPerformance.idl',
253 'performance/WorkerGlobalScopePerformance.idl', 255 'performance/WorkerGlobalScopePerformance.idl',
254 'presentation/NavigatorPresentation.idl', 256 'presentation/NavigatorPresentation.idl',
255 'push_messaging/NavigatorPushManager.idl', 257 'push_messaging/NavigatorPushManager.idl',
256 'push_messaging/ServiceWorkerGlobalScopePush.idl', 258 'push_messaging/ServiceWorkerGlobalScopePush.idl',
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'mediastream/RTCVoidRequestImpl.h', 760 'mediastream/RTCVoidRequestImpl.h',
759 'mediastream/SourceInfo.cpp', 761 'mediastream/SourceInfo.cpp',
760 'mediastream/SourceInfo.h', 762 'mediastream/SourceInfo.h',
761 'mediastream/URLMediaStream.cpp', 763 'mediastream/URLMediaStream.cpp',
762 'mediastream/URLMediaStream.h', 764 'mediastream/URLMediaStream.h',
763 'mediastream/UserMediaClient.h', 765 'mediastream/UserMediaClient.h',
764 'mediastream/UserMediaController.cpp', 766 'mediastream/UserMediaController.cpp',
765 'mediastream/UserMediaController.h', 767 'mediastream/UserMediaController.h',
766 'mediastream/UserMediaRequest.cpp', 768 'mediastream/UserMediaRequest.cpp',
767 'mediastream/UserMediaRequest.h', 769 'mediastream/UserMediaRequest.h',
770 'navigatorconnect/NavigatorConnect.cpp',
771 'navigatorconnect/NavigatorConnect.h',
772 'navigatorconnect/WorkerNavigatorConnect.h',
768 'navigatorcontentutils/NavigatorContentUtils.cpp', 773 'navigatorcontentutils/NavigatorContentUtils.cpp',
769 'navigatorcontentutils/NavigatorContentUtils.h', 774 'navigatorcontentutils/NavigatorContentUtils.h',
770 'navigatorcontentutils/NavigatorContentUtilsClient.h', 775 'navigatorcontentutils/NavigatorContentUtilsClient.h',
771 'netinfo/NavigatorNetworkInformation.cpp', 776 'netinfo/NavigatorNetworkInformation.cpp',
772 'netinfo/NavigatorNetworkInformation.h', 777 'netinfo/NavigatorNetworkInformation.h',
773 'netinfo/NetworkInformation.cpp', 778 'netinfo/NetworkInformation.cpp',
774 'netinfo/NetworkInformation.h', 779 'netinfo/NetworkInformation.h',
775 'netinfo/WorkerNavigatorNetworkInformation.cpp', 780 'netinfo/WorkerNavigatorNetworkInformation.cpp',
776 'netinfo/WorkerNavigatorNetworkInformation.h', 781 'netinfo/WorkerNavigatorNetworkInformation.h',
777 'notifications/Notification.cpp', 782 'notifications/Notification.cpp',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 'serviceworkers/CacheTest.cpp', 1170 'serviceworkers/CacheTest.cpp',
1166 'serviceworkers/FetchResponseDataTest.cpp', 1171 'serviceworkers/FetchResponseDataTest.cpp',
1167 'serviceworkers/RequestTest.cpp', 1172 'serviceworkers/RequestTest.cpp',
1168 'serviceworkers/ResponseTest.cpp', 1173 'serviceworkers/ResponseTest.cpp',
1169 'serviceworkers/ServiceWorkerContainerTest.cpp', 1174 'serviceworkers/ServiceWorkerContainerTest.cpp',
1170 'websockets/DOMWebSocketTest.cpp', 1175 'websockets/DOMWebSocketTest.cpp',
1171 'websockets/DocumentWebSocketChannelTest.cpp', 1176 'websockets/DocumentWebSocketChannelTest.cpp',
1172 ], 1177 ],
1173 }, 1178 },
1174 } 1179 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698