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

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

Issue 299883004: Adds WebWorker support to NetInfo v3. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo3
Patch Set: Simplify layout test 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'imagebitmap/WindowImageBitmapFactories.idl', 209 'imagebitmap/WindowImageBitmapFactories.idl',
210 'indexeddb/WindowIndexedDatabase.idl', 210 'indexeddb/WindowIndexedDatabase.idl',
211 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 211 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
212 'mediasource/HTMLVideoElementMediaSource.idl', 212 'mediasource/HTMLVideoElementMediaSource.idl',
213 'mediasource/URLMediaSource.idl', 213 'mediasource/URLMediaSource.idl',
214 'mediastream/NavigatorMediaStream.idl', 214 'mediastream/NavigatorMediaStream.idl',
215 'mediastream/URLMediaStream.idl', 215 'mediastream/URLMediaStream.idl',
216 'mediastream/WindowMediaStream.idl', 216 'mediastream/WindowMediaStream.idl',
217 'navigatorcontentutils/NavigatorContentUtils.idl', 217 'navigatorcontentutils/NavigatorContentUtils.idl',
218 'netinfo/NavigatorNetworkInfoConnection.idl', 218 'netinfo/NavigatorNetworkInfoConnection.idl',
219 'netinfo/WorkerNavigatorNetworkInfoConnection.idl',
219 'performance/SharedWorkerPerformance.idl', 220 'performance/SharedWorkerPerformance.idl',
220 'performance/WorkerGlobalScopePerformance.idl', 221 'performance/WorkerGlobalScopePerformance.idl',
221 'push_messaging/NavigatorPushManager.idl', 222 'push_messaging/NavigatorPushManager.idl',
222 'quota/NavigatorStorageQuota.idl', 223 'quota/NavigatorStorageQuota.idl',
223 'quota/WindowQuota.idl', 224 'quota/WindowQuota.idl',
224 'quota/WorkerNavigatorStorageQuota.idl', 225 'quota/WorkerNavigatorStorageQuota.idl',
225 'screen_orientation/ScreenOrientation.idl', 226 'screen_orientation/ScreenOrientation.idl',
226 'serviceworkers/NavigatorServiceWorker.idl', 227 'serviceworkers/NavigatorServiceWorker.idl',
227 'speech/WindowSpeech.idl', 228 'speech/WindowSpeech.idl',
228 'speech/WindowSpeechSynthesis.idl', 229 'speech/WindowSpeechSynthesis.idl',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'mediastream/UserMediaController.h', 577 'mediastream/UserMediaController.h',
577 'mediastream/UserMediaRequest.cpp', 578 'mediastream/UserMediaRequest.cpp',
578 'mediastream/UserMediaRequest.h', 579 'mediastream/UserMediaRequest.h',
579 'navigatorcontentutils/NavigatorContentUtils.cpp', 580 'navigatorcontentutils/NavigatorContentUtils.cpp',
580 'navigatorcontentutils/NavigatorContentUtils.h', 581 'navigatorcontentutils/NavigatorContentUtils.h',
581 'navigatorcontentutils/NavigatorContentUtilsClient.h', 582 'navigatorcontentutils/NavigatorContentUtilsClient.h',
582 'netinfo/NavigatorNetworkInfoConnection.cpp', 583 'netinfo/NavigatorNetworkInfoConnection.cpp',
583 'netinfo/NavigatorNetworkInfoConnection.h', 584 'netinfo/NavigatorNetworkInfoConnection.h',
584 'netinfo/NetworkInfoConnection.cpp', 585 'netinfo/NetworkInfoConnection.cpp',
585 'netinfo/NetworkInfoConnection.h', 586 'netinfo/NetworkInfoConnection.h',
587 'netinfo/WorkerNavigatorNetworkInfoConnection.cpp',
588 'netinfo/WorkerNavigatorNetworkInfoConnection.h',
586 'notifications/Notification.cpp', 589 'notifications/Notification.cpp',
587 'notifications/Notification.h', 590 'notifications/Notification.h',
588 'notifications/NotificationClient.h', 591 'notifications/NotificationClient.h',
589 'notifications/NotificationController.cpp', 592 'notifications/NotificationController.cpp',
590 'notifications/NotificationController.h', 593 'notifications/NotificationController.h',
591 'notifications/NotificationPermissionCallback.h', 594 'notifications/NotificationPermissionCallback.h',
592 'performance/SharedWorkerPerformance.cpp', 595 'performance/SharedWorkerPerformance.cpp',
593 'performance/WorkerGlobalScopePerformance.cpp', 596 'performance/WorkerGlobalScopePerformance.cpp',
594 'performance/WorkerGlobalScopePerformance.h', 597 'performance/WorkerGlobalScopePerformance.h',
595 'performance/WorkerPerformance.cpp', 598 'performance/WorkerPerformance.cpp',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 'indexeddb/IDBKeyPathTest.cpp', 953 'indexeddb/IDBKeyPathTest.cpp',
951 'indexeddb/IDBRequestTest.cpp', 954 'indexeddb/IDBRequestTest.cpp',
952 'indexeddb/IDBTransactionTest.cpp', 955 'indexeddb/IDBTransactionTest.cpp',
953 'websockets/WebSocketDeflaterTest.cpp', 956 'websockets/WebSocketDeflaterTest.cpp',
954 'websockets/WebSocketExtensionDispatcherTest.cpp', 957 'websockets/WebSocketExtensionDispatcherTest.cpp',
955 'websockets/WebSocketExtensionParserTest.cpp', 958 'websockets/WebSocketExtensionParserTest.cpp',
956 'websockets/WebSocketPerMessageDeflateTest.cpp', 959 'websockets/WebSocketPerMessageDeflateTest.cpp',
957 ], 960 ],
958 }, 961 },
959 } 962 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698