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

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: add comment 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',
247 'navigatorcontentutils/NavigatorContentUtils.idl', 248 'navigatorcontentutils/NavigatorContentUtils.idl',
248 'netinfo/NavigatorNetworkInformation.idl', 249 'netinfo/NavigatorNetworkInformation.idl',
249 'netinfo/WorkerNavigatorNetworkInformation.idl', 250 'netinfo/WorkerNavigatorNetworkInformation.idl',
250 'notifications/ServiceWorkerGlobalScopeNotifications.idl', 251 'notifications/ServiceWorkerGlobalScopeNotifications.idl',
251 'notifications/ServiceWorkerRegistrationNotifications.idl', 252 'notifications/ServiceWorkerRegistrationNotifications.idl',
252 'performance/SharedWorkerPerformance.idl', 253 'performance/SharedWorkerPerformance.idl',
253 'performance/WorkerGlobalScopePerformance.idl', 254 'performance/WorkerGlobalScopePerformance.idl',
254 'presentation/NavigatorPresentation.idl', 255 'presentation/NavigatorPresentation.idl',
255 'push_messaging/NavigatorPushManager.idl', 256 'push_messaging/NavigatorPushManager.idl',
256 'push_messaging/ServiceWorkerGlobalScopePush.idl', 257 'push_messaging/ServiceWorkerGlobalScopePush.idl',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 'mediastream/RTCVoidRequestImpl.h', 750 'mediastream/RTCVoidRequestImpl.h',
750 'mediastream/SourceInfo.cpp', 751 'mediastream/SourceInfo.cpp',
751 'mediastream/SourceInfo.h', 752 'mediastream/SourceInfo.h',
752 'mediastream/URLMediaStream.cpp', 753 'mediastream/URLMediaStream.cpp',
753 'mediastream/URLMediaStream.h', 754 'mediastream/URLMediaStream.h',
754 'mediastream/UserMediaClient.h', 755 'mediastream/UserMediaClient.h',
755 'mediastream/UserMediaController.cpp', 756 'mediastream/UserMediaController.cpp',
756 'mediastream/UserMediaController.h', 757 'mediastream/UserMediaController.h',
757 'mediastream/UserMediaRequest.cpp', 758 'mediastream/UserMediaRequest.cpp',
758 'mediastream/UserMediaRequest.h', 759 'mediastream/UserMediaRequest.h',
760 'navigatorconnect/NavigatorConnect.cpp',
761 'navigatorconnect/NavigatorConnect.h',
759 'navigatorcontentutils/NavigatorContentUtils.cpp', 762 'navigatorcontentutils/NavigatorContentUtils.cpp',
760 'navigatorcontentutils/NavigatorContentUtils.h', 763 'navigatorcontentutils/NavigatorContentUtils.h',
761 'navigatorcontentutils/NavigatorContentUtilsClient.h', 764 'navigatorcontentutils/NavigatorContentUtilsClient.h',
762 'netinfo/NavigatorNetworkInformation.cpp', 765 'netinfo/NavigatorNetworkInformation.cpp',
763 'netinfo/NavigatorNetworkInformation.h', 766 'netinfo/NavigatorNetworkInformation.h',
764 'netinfo/NetworkInformation.cpp', 767 'netinfo/NetworkInformation.cpp',
765 'netinfo/NetworkInformation.h', 768 'netinfo/NetworkInformation.h',
766 'netinfo/WorkerNavigatorNetworkInformation.cpp', 769 'netinfo/WorkerNavigatorNetworkInformation.cpp',
767 'netinfo/WorkerNavigatorNetworkInformation.h', 770 'netinfo/WorkerNavigatorNetworkInformation.h',
768 'notifications/Notification.cpp', 771 'notifications/Notification.cpp',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 'serviceworkers/CacheTest.cpp', 1156 'serviceworkers/CacheTest.cpp',
1154 'serviceworkers/FetchResponseDataTest.cpp', 1157 'serviceworkers/FetchResponseDataTest.cpp',
1155 'serviceworkers/RequestTest.cpp', 1158 'serviceworkers/RequestTest.cpp',
1156 'serviceworkers/ResponseTest.cpp', 1159 'serviceworkers/ResponseTest.cpp',
1157 'serviceworkers/ServiceWorkerContainerTest.cpp', 1160 'serviceworkers/ServiceWorkerContainerTest.cpp',
1158 'websockets/DOMWebSocketTest.cpp', 1161 'websockets/DOMWebSocketTest.cpp',
1159 'websockets/DocumentWebSocketChannelTest.cpp', 1162 'websockets/DocumentWebSocketChannelTest.cpp',
1160 ], 1163 ],
1161 }, 1164 },
1162 } 1165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698