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

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: Regolding webexposed/ layout tests 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'imagebitmap/WindowImageBitmapFactories.idl', 211 'imagebitmap/WindowImageBitmapFactories.idl',
212 'indexeddb/WindowIndexedDatabase.idl', 212 'indexeddb/WindowIndexedDatabase.idl',
213 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 213 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
214 'mediasource/HTMLVideoElementMediaSource.idl', 214 'mediasource/HTMLVideoElementMediaSource.idl',
215 'mediasource/URLMediaSource.idl', 215 'mediasource/URLMediaSource.idl',
216 'mediastream/NavigatorMediaStream.idl', 216 'mediastream/NavigatorMediaStream.idl',
217 'mediastream/URLMediaStream.idl', 217 'mediastream/URLMediaStream.idl',
218 'mediastream/WindowMediaStream.idl', 218 'mediastream/WindowMediaStream.idl',
219 'navigatorcontentutils/NavigatorContentUtils.idl', 219 'navigatorcontentutils/NavigatorContentUtils.idl',
220 'netinfo/NavigatorNetworkInformation.idl', 220 'netinfo/NavigatorNetworkInformation.idl',
221 'netinfo/WorkerNavigatorNetworkInformation.idl',
221 'performance/SharedWorkerPerformance.idl', 222 'performance/SharedWorkerPerformance.idl',
222 'performance/WorkerGlobalScopePerformance.idl', 223 'performance/WorkerGlobalScopePerformance.idl',
223 'push_messaging/NavigatorPushManager.idl', 224 'push_messaging/NavigatorPushManager.idl',
224 'quota/NavigatorStorageQuota.idl', 225 'quota/NavigatorStorageQuota.idl',
225 'quota/WindowQuota.idl', 226 'quota/WindowQuota.idl',
226 'quota/WorkerNavigatorStorageQuota.idl', 227 'quota/WorkerNavigatorStorageQuota.idl',
227 'screen_orientation/ScreenOrientation.idl', 228 'screen_orientation/ScreenOrientation.idl',
228 'serviceworkers/NavigatorServiceWorker.idl', 229 'serviceworkers/NavigatorServiceWorker.idl',
229 'speech/WindowSpeech.idl', 230 'speech/WindowSpeech.idl',
230 'speech/WindowSpeechSynthesis.idl', 231 'speech/WindowSpeechSynthesis.idl',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'mediastream/UserMediaController.h', 579 'mediastream/UserMediaController.h',
579 'mediastream/UserMediaRequest.cpp', 580 'mediastream/UserMediaRequest.cpp',
580 'mediastream/UserMediaRequest.h', 581 'mediastream/UserMediaRequest.h',
581 'navigatorcontentutils/NavigatorContentUtils.cpp', 582 'navigatorcontentutils/NavigatorContentUtils.cpp',
582 'navigatorcontentutils/NavigatorContentUtils.h', 583 'navigatorcontentutils/NavigatorContentUtils.h',
583 'navigatorcontentutils/NavigatorContentUtilsClient.h', 584 'navigatorcontentutils/NavigatorContentUtilsClient.h',
584 'netinfo/NavigatorNetworkInformation.cpp', 585 'netinfo/NavigatorNetworkInformation.cpp',
585 'netinfo/NavigatorNetworkInformation.h', 586 'netinfo/NavigatorNetworkInformation.h',
586 'netinfo/NetworkInformation.cpp', 587 'netinfo/NetworkInformation.cpp',
587 'netinfo/NetworkInformation.h', 588 'netinfo/NetworkInformation.h',
589 'netinfo/WorkerNavigatorNetworkInformation.cpp',
590 'netinfo/WorkerNavigatorNetworkInformation.h',
588 'notifications/Notification.cpp', 591 'notifications/Notification.cpp',
589 'notifications/Notification.h', 592 'notifications/Notification.h',
590 'notifications/NotificationClient.h', 593 'notifications/NotificationClient.h',
591 'notifications/NotificationController.cpp', 594 'notifications/NotificationController.cpp',
592 'notifications/NotificationController.h', 595 'notifications/NotificationController.h',
593 'notifications/NotificationPermissionCallback.h', 596 'notifications/NotificationPermissionCallback.h',
594 'performance/SharedWorkerPerformance.cpp', 597 'performance/SharedWorkerPerformance.cpp',
595 'performance/WorkerGlobalScopePerformance.cpp', 598 'performance/WorkerGlobalScopePerformance.cpp',
596 'performance/WorkerGlobalScopePerformance.h', 599 'performance/WorkerGlobalScopePerformance.h',
597 'performance/WorkerPerformance.cpp', 600 'performance/WorkerPerformance.cpp',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 'indexeddb/IDBRequestTest.cpp', 957 'indexeddb/IDBRequestTest.cpp',
955 'indexeddb/IDBTransactionTest.cpp', 958 'indexeddb/IDBTransactionTest.cpp',
956 'websockets/WebSocketDeflaterTest.cpp', 959 'websockets/WebSocketDeflaterTest.cpp',
957 'websockets/WebSocketExtensionDispatcherTest.cpp', 960 'websockets/WebSocketExtensionDispatcherTest.cpp',
958 'websockets/WebSocketExtensionParserTest.cpp', 961 'websockets/WebSocketExtensionParserTest.cpp',
959 'websockets/WebSocketPerMessageDeflateTest.cpp', 962 'websockets/WebSocketPerMessageDeflateTest.cpp',
960 'websockets/WebSocketTest.cpp', 963 'websockets/WebSocketTest.cpp',
961 ], 964 ],
962 }, 965 },
963 } 966 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698