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

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: Simplified layout tests Created 6 years, 7 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/NetworkInfoConnection.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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'imagebitmap/ImageBitmapFactories.idl', 208 'imagebitmap/ImageBitmapFactories.idl',
208 'imagebitmap/WindowImageBitmapFactories.idl', 209 'imagebitmap/WindowImageBitmapFactories.idl',
209 'indexeddb/WindowIndexedDatabase.idl', 210 'indexeddb/WindowIndexedDatabase.idl',
210 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 211 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
211 'mediasource/HTMLVideoElementMediaSource.idl', 212 'mediasource/HTMLVideoElementMediaSource.idl',
212 'mediasource/URLMediaSource.idl', 213 'mediasource/URLMediaSource.idl',
213 'mediastream/NavigatorMediaStream.idl', 214 'mediastream/NavigatorMediaStream.idl',
214 'mediastream/URLMediaStream.idl', 215 'mediastream/URLMediaStream.idl',
215 'mediastream/WindowMediaStream.idl', 216 'mediastream/WindowMediaStream.idl',
216 'navigatorcontentutils/NavigatorContentUtils.idl', 217 'navigatorcontentutils/NavigatorContentUtils.idl',
218 'netinfo/NavigatorNetworkInfoConnection.idl',
217 'performance/SharedWorkerPerformance.idl', 219 'performance/SharedWorkerPerformance.idl',
218 'performance/WorkerGlobalScopePerformance.idl', 220 'performance/WorkerGlobalScopePerformance.idl',
219 'push_messaging/NavigatorPushManager.idl', 221 'push_messaging/NavigatorPushManager.idl',
220 'quota/NavigatorStorageQuota.idl', 222 'quota/NavigatorStorageQuota.idl',
221 'quota/WindowQuota.idl', 223 'quota/WindowQuota.idl',
222 'quota/WorkerNavigatorStorageQuota.idl', 224 'quota/WorkerNavigatorStorageQuota.idl',
223 'screen_orientation/ScreenOrientation.idl', 225 'screen_orientation/ScreenOrientation.idl',
224 'serviceworkers/NavigatorServiceWorker.idl', 226 'serviceworkers/NavigatorServiceWorker.idl',
225 'speech/WindowSpeech.idl', 227 'speech/WindowSpeech.idl',
226 'speech/WindowSpeechSynthesis.idl', 228 'speech/WindowSpeechSynthesis.idl',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'mediastream/URLMediaStream.cpp', 572 'mediastream/URLMediaStream.cpp',
571 'mediastream/URLMediaStream.h', 573 'mediastream/URLMediaStream.h',
572 'mediastream/UserMediaClient.h', 574 'mediastream/UserMediaClient.h',
573 'mediastream/UserMediaController.cpp', 575 'mediastream/UserMediaController.cpp',
574 'mediastream/UserMediaController.h', 576 'mediastream/UserMediaController.h',
575 'mediastream/UserMediaRequest.cpp', 577 'mediastream/UserMediaRequest.cpp',
576 'mediastream/UserMediaRequest.h', 578 'mediastream/UserMediaRequest.h',
577 'navigatorcontentutils/NavigatorContentUtils.cpp', 579 'navigatorcontentutils/NavigatorContentUtils.cpp',
578 'navigatorcontentutils/NavigatorContentUtils.h', 580 'navigatorcontentutils/NavigatorContentUtils.h',
579 'navigatorcontentutils/NavigatorContentUtilsClient.h', 581 'navigatorcontentutils/NavigatorContentUtilsClient.h',
582 'netinfo/NavigatorNetworkInfoConnection.cpp',
583 'netinfo/NavigatorNetworkInfoConnection.h',
584 'netinfo/NetworkInfoConnection.cpp',
585 'netinfo/NetworkInfoConnection.h',
580 'notifications/Notification.cpp', 586 'notifications/Notification.cpp',
581 'notifications/Notification.h', 587 'notifications/Notification.h',
582 'notifications/NotificationClient.h', 588 'notifications/NotificationClient.h',
583 'notifications/NotificationController.cpp', 589 'notifications/NotificationController.cpp',
584 'notifications/NotificationController.h', 590 'notifications/NotificationController.h',
585 'notifications/NotificationPermissionCallback.h', 591 'notifications/NotificationPermissionCallback.h',
586 'performance/SharedWorkerPerformance.cpp', 592 'performance/SharedWorkerPerformance.cpp',
587 'performance/WorkerGlobalScopePerformance.cpp', 593 'performance/WorkerGlobalScopePerformance.cpp',
588 'performance/WorkerGlobalScopePerformance.h', 594 'performance/WorkerGlobalScopePerformance.h',
589 'performance/WorkerPerformance.cpp', 595 'performance/WorkerPerformance.cpp',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 'indexeddb/IDBKeyPathTest.cpp', 950 'indexeddb/IDBKeyPathTest.cpp',
945 'indexeddb/IDBRequestTest.cpp', 951 'indexeddb/IDBRequestTest.cpp',
946 'indexeddb/IDBTransactionTest.cpp', 952 'indexeddb/IDBTransactionTest.cpp',
947 'websockets/WebSocketDeflaterTest.cpp', 953 'websockets/WebSocketDeflaterTest.cpp',
948 'websockets/WebSocketExtensionDispatcherTest.cpp', 954 'websockets/WebSocketExtensionDispatcherTest.cpp',
949 'websockets/WebSocketExtensionParserTest.cpp', 955 'websockets/WebSocketExtensionParserTest.cpp',
950 'websockets/WebSocketPerMessageDeflateTest.cpp', 956 'websockets/WebSocketPerMessageDeflateTest.cpp',
951 ], 957 ],
952 }, 958 },
953 } 959 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698