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

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

Issue 291203002: Adds NetInfo v3 Web API to Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo1
Patch Set: Comment typo Created 6 years, 6 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'mediastream/RTCErrorCallback.idl', 93 'mediastream/RTCErrorCallback.idl',
94 'mediastream/RTCIceCandidate.idl', 94 'mediastream/RTCIceCandidate.idl',
95 'mediastream/RTCIceCandidateEvent.idl', 95 'mediastream/RTCIceCandidateEvent.idl',
96 'mediastream/RTCPeerConnection.idl', 96 'mediastream/RTCPeerConnection.idl',
97 'mediastream/RTCSessionDescription.idl', 97 'mediastream/RTCSessionDescription.idl',
98 'mediastream/RTCSessionDescriptionCallback.idl', 98 'mediastream/RTCSessionDescriptionCallback.idl',
99 'mediastream/RTCStatsCallback.idl', 99 'mediastream/RTCStatsCallback.idl',
100 'mediastream/RTCStatsReport.idl', 100 'mediastream/RTCStatsReport.idl',
101 'mediastream/RTCStatsResponse.idl', 101 'mediastream/RTCStatsResponse.idl',
102 'mediastream/SourceInfo.idl', 102 'mediastream/SourceInfo.idl',
103 'netinfo/NetworkInformation.idl',
103 'notifications/Notification.idl', 104 'notifications/Notification.idl',
104 'notifications/NotificationPermissionCallback.idl', 105 'notifications/NotificationPermissionCallback.idl',
105 'performance/WorkerPerformance.idl', 106 'performance/WorkerPerformance.idl',
106 'push_messaging/PushManager.idl', 107 'push_messaging/PushManager.idl',
107 'push_messaging/PushRegistration.idl', 108 'push_messaging/PushRegistration.idl',
108 'quota/DeprecatedStorageInfo.idl', 109 'quota/DeprecatedStorageInfo.idl',
109 'quota/DeprecatedStorageQuota.idl', 110 'quota/DeprecatedStorageQuota.idl',
110 'quota/StorageErrorCallback.idl', 111 'quota/StorageErrorCallback.idl',
111 'quota/StorageInfo.idl', 112 'quota/StorageInfo.idl',
112 'quota/StorageQuota.idl', 113 'quota/StorageQuota.idl',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'imagebitmap/ImageBitmapFactories.idl', 210 'imagebitmap/ImageBitmapFactories.idl',
210 'imagebitmap/WindowImageBitmapFactories.idl', 211 'imagebitmap/WindowImageBitmapFactories.idl',
211 'indexeddb/WindowIndexedDatabase.idl', 212 'indexeddb/WindowIndexedDatabase.idl',
212 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 213 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
213 'mediasource/HTMLVideoElementMediaSource.idl', 214 'mediasource/HTMLVideoElementMediaSource.idl',
214 'mediasource/URLMediaSource.idl', 215 'mediasource/URLMediaSource.idl',
215 'mediastream/NavigatorMediaStream.idl', 216 'mediastream/NavigatorMediaStream.idl',
216 'mediastream/URLMediaStream.idl', 217 'mediastream/URLMediaStream.idl',
217 'mediastream/WindowMediaStream.idl', 218 'mediastream/WindowMediaStream.idl',
218 'navigatorcontentutils/NavigatorContentUtils.idl', 219 'navigatorcontentutils/NavigatorContentUtils.idl',
220 'netinfo/NavigatorNetworkInformation.idl',
219 'performance/SharedWorkerPerformance.idl', 221 'performance/SharedWorkerPerformance.idl',
220 'performance/WorkerGlobalScopePerformance.idl', 222 'performance/WorkerGlobalScopePerformance.idl',
221 'push_messaging/NavigatorPushManager.idl', 223 'push_messaging/NavigatorPushManager.idl',
222 'quota/NavigatorStorageQuota.idl', 224 'quota/NavigatorStorageQuota.idl',
223 'quota/WindowQuota.idl', 225 'quota/WindowQuota.idl',
224 'quota/WorkerNavigatorStorageQuota.idl', 226 'quota/WorkerNavigatorStorageQuota.idl',
225 'screen_orientation/ScreenOrientation.idl', 227 'screen_orientation/ScreenOrientation.idl',
226 'serviceworkers/NavigatorServiceWorker.idl', 228 'serviceworkers/NavigatorServiceWorker.idl',
227 'speech/WindowSpeech.idl', 229 'speech/WindowSpeech.idl',
228 'speech/WindowSpeechSynthesis.idl', 230 'speech/WindowSpeechSynthesis.idl',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'mediastream/URLMediaStream.cpp', 574 'mediastream/URLMediaStream.cpp',
573 'mediastream/URLMediaStream.h', 575 'mediastream/URLMediaStream.h',
574 'mediastream/UserMediaClient.h', 576 'mediastream/UserMediaClient.h',
575 'mediastream/UserMediaController.cpp', 577 'mediastream/UserMediaController.cpp',
576 'mediastream/UserMediaController.h', 578 'mediastream/UserMediaController.h',
577 'mediastream/UserMediaRequest.cpp', 579 'mediastream/UserMediaRequest.cpp',
578 'mediastream/UserMediaRequest.h', 580 'mediastream/UserMediaRequest.h',
579 'navigatorcontentutils/NavigatorContentUtils.cpp', 581 'navigatorcontentutils/NavigatorContentUtils.cpp',
580 'navigatorcontentutils/NavigatorContentUtils.h', 582 'navigatorcontentutils/NavigatorContentUtils.h',
581 'navigatorcontentutils/NavigatorContentUtilsClient.h', 583 'navigatorcontentutils/NavigatorContentUtilsClient.h',
584 'netinfo/NavigatorNetworkInformation.cpp',
585 'netinfo/NavigatorNetworkInformation.h',
586 'netinfo/NetworkInformation.cpp',
587 'netinfo/NetworkInformation.h',
582 'notifications/Notification.cpp', 588 'notifications/Notification.cpp',
583 'notifications/Notification.h', 589 'notifications/Notification.h',
584 'notifications/NotificationClient.h', 590 'notifications/NotificationClient.h',
585 'notifications/NotificationController.cpp', 591 'notifications/NotificationController.cpp',
586 'notifications/NotificationController.h', 592 'notifications/NotificationController.h',
587 'notifications/NotificationPermissionCallback.h', 593 'notifications/NotificationPermissionCallback.h',
588 'performance/SharedWorkerPerformance.cpp', 594 'performance/SharedWorkerPerformance.cpp',
589 'performance/WorkerGlobalScopePerformance.cpp', 595 'performance/WorkerGlobalScopePerformance.cpp',
590 'performance/WorkerGlobalScopePerformance.h', 596 'performance/WorkerGlobalScopePerformance.h',
591 'performance/WorkerPerformance.cpp', 597 'performance/WorkerPerformance.cpp',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'indexeddb/IDBKeyPathTest.cpp', 953 'indexeddb/IDBKeyPathTest.cpp',
948 'indexeddb/IDBRequestTest.cpp', 954 'indexeddb/IDBRequestTest.cpp',
949 'indexeddb/IDBTransactionTest.cpp', 955 'indexeddb/IDBTransactionTest.cpp',
950 'websockets/WebSocketDeflaterTest.cpp', 956 'websockets/WebSocketDeflaterTest.cpp',
951 'websockets/WebSocketExtensionDispatcherTest.cpp', 957 'websockets/WebSocketExtensionDispatcherTest.cpp',
952 'websockets/WebSocketExtensionParserTest.cpp', 958 'websockets/WebSocketExtensionParserTest.cpp',
953 'websockets/WebSocketPerMessageDeflateTest.cpp', 959 'websockets/WebSocketPerMessageDeflateTest.cpp',
954 ], 960 ],
955 }, 961 },
956 } 962 }
OLDNEW
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/netinfo/NavigatorNetworkInformation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698