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

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

Issue 17648006: Rename WorkerContext to WorkerGlobalScope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 5 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 | Annotate | Revision Log
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 10
11 'modules_idl_files': [ 11 'modules_idl_files': [
12 '<@(extra_blink_module_idl_files)', 12 '<@(extra_blink_module_idl_files)',
13 'crypto/Crypto.idl', 13 'crypto/Crypto.idl',
14 'crypto/SubtleCrypto.idl', 14 'crypto/SubtleCrypto.idl',
15 'crypto/WindowCrypto.idl', 15 'crypto/WindowCrypto.idl',
16 'crypto/WorkerContextCrypto.idl', 16 'crypto/WorkerGlobalScopeCrypto.idl',
17 'crypto/WorkerCrypto.idl', 17 'crypto/WorkerCrypto.idl',
18 'device_orientation/DeviceAcceleration.idl', 18 'device_orientation/DeviceAcceleration.idl',
19 'device_orientation/DeviceMotionEvent.idl', 19 'device_orientation/DeviceMotionEvent.idl',
20 'device_orientation/DeviceRotationRate.idl', 20 'device_orientation/DeviceRotationRate.idl',
21 'donottrack/NavigatorDoNotTrack.idl', 21 'donottrack/NavigatorDoNotTrack.idl',
22 'encryptedmedia/MediaKeyMessageEvent.idl', 22 'encryptedmedia/MediaKeyMessageEvent.idl',
23 'encryptedmedia/MediaKeyNeededEvent.idl', 23 'encryptedmedia/MediaKeyNeededEvent.idl',
24 'encryptedmedia/MediaKeys.idl', 24 'encryptedmedia/MediaKeys.idl',
25 'encryptedmedia/MediaKeySession.idl', 25 'encryptedmedia/MediaKeySession.idl',
26 'filesystem/DOMFileSystem.idl', 26 'filesystem/DOMFileSystem.idl',
(...skipping 14 matching lines...) Expand all
41 'filesystem/FileEntry.idl', 41 'filesystem/FileEntry.idl',
42 'filesystem/FileEntrySync.idl', 42 'filesystem/FileEntrySync.idl',
43 'filesystem/FileSystemCallback.idl', 43 'filesystem/FileSystemCallback.idl',
44 'filesystem/FileWriter.idl', 44 'filesystem/FileWriter.idl',
45 'filesystem/FileWriterCallback.idl', 45 'filesystem/FileWriterCallback.idl',
46 'filesystem/FileWriterSync.idl', 46 'filesystem/FileWriterSync.idl',
47 'filesystem/HTMLInputElementFileSystem.idl', 47 'filesystem/HTMLInputElementFileSystem.idl',
48 'filesystem/Metadata.idl', 48 'filesystem/Metadata.idl',
49 'filesystem/MetadataCallback.idl', 49 'filesystem/MetadataCallback.idl',
50 'filesystem/WindowFileSystem.idl', 50 'filesystem/WindowFileSystem.idl',
51 'filesystem/WorkerContextFileSystem.idl', 51 'filesystem/WorkerGlobalScopeFileSystem.idl',
52 'gamepad/Gamepad.idl', 52 'gamepad/Gamepad.idl',
53 'gamepad/GamepadList.idl', 53 'gamepad/GamepadList.idl',
54 'gamepad/NavigatorGamepad.idl', 54 'gamepad/NavigatorGamepad.idl',
55 'geolocation/Coordinates.idl', 55 'geolocation/Coordinates.idl',
56 'geolocation/Geolocation.idl', 56 'geolocation/Geolocation.idl',
57 'geolocation/Geoposition.idl', 57 'geolocation/Geoposition.idl',
58 'geolocation/NavigatorGeolocation.idl', 58 'geolocation/NavigatorGeolocation.idl',
59 'geolocation/PositionCallback.idl', 59 'geolocation/PositionCallback.idl',
60 'geolocation/PositionError.idl', 60 'geolocation/PositionError.idl',
61 'geolocation/PositionErrorCallback.idl', 61 'geolocation/PositionErrorCallback.idl',
62 'indexeddb/IDBAny.idl', 62 'indexeddb/IDBAny.idl',
63 'indexeddb/IDBCursor.idl', 63 'indexeddb/IDBCursor.idl',
64 'indexeddb/IDBCursorWithValue.idl', 64 'indexeddb/IDBCursorWithValue.idl',
65 'indexeddb/IDBDatabase.idl', 65 'indexeddb/IDBDatabase.idl',
66 'indexeddb/IDBFactory.idl', 66 'indexeddb/IDBFactory.idl',
67 'indexeddb/IDBIndex.idl', 67 'indexeddb/IDBIndex.idl',
68 'indexeddb/IDBKeyRange.idl', 68 'indexeddb/IDBKeyRange.idl',
69 'indexeddb/IDBObjectStore.idl', 69 'indexeddb/IDBObjectStore.idl',
70 'indexeddb/IDBOpenDBRequest.idl', 70 'indexeddb/IDBOpenDBRequest.idl',
71 'indexeddb/IDBRequest.idl', 71 'indexeddb/IDBRequest.idl',
72 'indexeddb/IDBTransaction.idl', 72 'indexeddb/IDBTransaction.idl',
73 'indexeddb/IDBVersionChangeEvent.idl', 73 'indexeddb/IDBVersionChangeEvent.idl',
74 'indexeddb/WindowIndexedDatabase.idl', 74 'indexeddb/WindowIndexedDatabase.idl',
75 'indexeddb/WorkerContextIndexedDatabase.idl', 75 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
76 'mediasource/MediaSource.idl', 76 'mediasource/MediaSource.idl',
77 'mediasource/SourceBuffer.idl', 77 'mediasource/SourceBuffer.idl',
78 'mediasource/SourceBufferList.idl', 78 'mediasource/SourceBufferList.idl',
79 'mediasource/WebKitMediaSource.idl', 79 'mediasource/WebKitMediaSource.idl',
80 'mediasource/WebKitSourceBuffer.idl', 80 'mediasource/WebKitSourceBuffer.idl',
81 'mediasource/WebKitSourceBufferList.idl', 81 'mediasource/WebKitSourceBufferList.idl',
82 'mediasource/WindowMediaSource.idl', 82 'mediasource/WindowMediaSource.idl',
83 'mediastream/MediaStream.idl', 83 'mediastream/MediaStream.idl',
84 'mediastream/MediaStreamEvent.idl', 84 'mediastream/MediaStreamEvent.idl',
85 'mediastream/MediaStreamTrack.idl', 85 'mediastream/MediaStreamTrack.idl',
(...skipping 15 matching lines...) Expand all
101 'mediastream/RTCSessionDescriptionCallback.idl', 101 'mediastream/RTCSessionDescriptionCallback.idl',
102 'mediastream/RTCStatsCallback.idl', 102 'mediastream/RTCStatsCallback.idl',
103 'mediastream/RTCStatsReport.idl', 103 'mediastream/RTCStatsReport.idl',
104 'mediastream/RTCStatsResponse.idl', 104 'mediastream/RTCStatsResponse.idl',
105 'mediastream/SourceInfo.idl', 105 'mediastream/SourceInfo.idl',
106 'navigatorcontentutils/NavigatorContentUtils.idl', 106 'navigatorcontentutils/NavigatorContentUtils.idl',
107 'notifications/Notification.idl', 107 'notifications/Notification.idl',
108 'notifications/NotificationCenter.idl', 108 'notifications/NotificationCenter.idl',
109 'notifications/NotificationPermissionCallback.idl', 109 'notifications/NotificationPermissionCallback.idl',
110 'notifications/WindowNotifications.idl', 110 'notifications/WindowNotifications.idl',
111 'notifications/WorkerContextNotifications.idl', 111 'notifications/WorkerGlobalScopeNotifications.idl',
112 'performance/WorkerContextPerformance.idl', 112 'performance/WorkerGlobalScopePerformance.idl',
113 'performance/WorkerPerformance.idl', 113 'performance/WorkerPerformance.idl',
114 'quota/NavigatorStorageQuota.idl', 114 'quota/NavigatorStorageQuota.idl',
115 'quota/StorageErrorCallback.idl', 115 'quota/StorageErrorCallback.idl',
116 'quota/StorageInfo.idl', 116 'quota/StorageInfo.idl',
117 'quota/StorageQuota.idl', 117 'quota/StorageQuota.idl',
118 'quota/StorageQuotaCallback.idl', 118 'quota/StorageQuotaCallback.idl',
119 'quota/StorageUsageCallback.idl', 119 'quota/StorageUsageCallback.idl',
120 'quota/WindowQuota.idl', 120 'quota/WindowQuota.idl',
121 'quota/WorkerNavigatorStorageQuota.idl', 121 'quota/WorkerNavigatorStorageQuota.idl',
122 'speech/SpeechGrammar.idl', 122 'speech/SpeechGrammar.idl',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'webdatabase/SQLResultSet.idl', 169 'webdatabase/SQLResultSet.idl',
170 'webdatabase/SQLResultSetRowList.idl', 170 'webdatabase/SQLResultSetRowList.idl',
171 'webdatabase/SQLStatementCallback.idl', 171 'webdatabase/SQLStatementCallback.idl',
172 'webdatabase/SQLStatementErrorCallback.idl', 172 'webdatabase/SQLStatementErrorCallback.idl',
173 'webdatabase/SQLTransaction.idl', 173 'webdatabase/SQLTransaction.idl',
174 'webdatabase/SQLTransactionCallback.idl', 174 'webdatabase/SQLTransactionCallback.idl',
175 'webdatabase/SQLTransactionErrorCallback.idl', 175 'webdatabase/SQLTransactionErrorCallback.idl',
176 'webdatabase/SQLTransactionSync.idl', 176 'webdatabase/SQLTransactionSync.idl',
177 'webdatabase/SQLTransactionSyncCallback.idl', 177 'webdatabase/SQLTransactionSyncCallback.idl',
178 'webdatabase/WindowWebDatabase.idl', 178 'webdatabase/WindowWebDatabase.idl',
179 'webdatabase/WorkerContextWebDatabase.idl', 179 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
180 'webmidi/MIDIAccess.idl', 180 'webmidi/MIDIAccess.idl',
181 'webmidi/MIDIAccessPromise.idl', 181 'webmidi/MIDIAccessPromise.idl',
182 'webmidi/MIDIConnectionEvent.idl', 182 'webmidi/MIDIConnectionEvent.idl',
183 'webmidi/MIDIErrorCallback.idl', 183 'webmidi/MIDIErrorCallback.idl',
184 'webmidi/MIDIInput.idl', 184 'webmidi/MIDIInput.idl',
185 'webmidi/MIDIMessageEvent.idl', 185 'webmidi/MIDIMessageEvent.idl',
186 'webmidi/MIDIOutput.idl', 186 'webmidi/MIDIOutput.idl',
187 'webmidi/MIDIPort.idl', 187 'webmidi/MIDIPort.idl',
188 'webmidi/MIDISuccessCallback.idl', 188 'webmidi/MIDISuccessCallback.idl',
189 'webmidi/NavigatorWebMIDI.idl', 189 'webmidi/NavigatorWebMIDI.idl',
190 'websockets/CloseEvent.idl', 190 'websockets/CloseEvent.idl',
191 'websockets/WebSocket.idl', 191 'websockets/WebSocket.idl',
192 'websockets/WorkerContextWebSocket.idl',
193 ], 192 ],
194 'modules_files': [ 193 'modules_files': [
195 '<@(extra_blink_module_files)', 194 '<@(extra_blink_module_files)',
196 'crypto/Crypto.cpp', 195 'crypto/Crypto.cpp',
197 'crypto/Crypto.h', 196 'crypto/Crypto.h',
198 'crypto/DOMWindowCrypto.cpp', 197 'crypto/DOMWindowCrypto.cpp',
199 'crypto/DOMWindowCrypto.h', 198 'crypto/DOMWindowCrypto.h',
200 'crypto/SubtleCrypto.cpp', 199 'crypto/SubtleCrypto.cpp',
201 'crypto/SubtleCrypto.h', 200 'crypto/SubtleCrypto.h',
202 'crypto/WorkerContextCrypto.cpp', 201 'crypto/WorkerGlobalScopeCrypto.cpp',
203 'crypto/WorkerContextCrypto.h', 202 'crypto/WorkerGlobalScopeCrypto.h',
204 'crypto/WorkerCrypto.cpp', 203 'crypto/WorkerCrypto.cpp',
205 'crypto/WorkerCrypto.h', 204 'crypto/WorkerCrypto.h',
206 'device_orientation/DeviceAcceleration.cpp', 205 'device_orientation/DeviceAcceleration.cpp',
207 'device_orientation/DeviceAcceleration.h', 206 'device_orientation/DeviceAcceleration.h',
208 'device_orientation/DeviceMotionClient.h', 207 'device_orientation/DeviceMotionClient.h',
209 'device_orientation/DeviceMotionController.cpp', 208 'device_orientation/DeviceMotionController.cpp',
210 'device_orientation/DeviceMotionController.h', 209 'device_orientation/DeviceMotionController.h',
211 'device_orientation/DeviceMotionData.cpp', 210 'device_orientation/DeviceMotionData.cpp',
212 'device_orientation/DeviceMotionData.h', 211 'device_orientation/DeviceMotionData.h',
213 'device_orientation/DeviceMotionDispatcher.cpp', 212 'device_orientation/DeviceMotionDispatcher.cpp',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'filesystem/FileWriterBaseCallback.h', 278 'filesystem/FileWriterBaseCallback.h',
280 'filesystem/FileWriterCallback.h', 279 'filesystem/FileWriterCallback.h',
281 'filesystem/FileWriterSync.cpp', 280 'filesystem/FileWriterSync.cpp',
282 'filesystem/FileWriterSync.h', 281 'filesystem/FileWriterSync.h',
283 'filesystem/HTMLInputElementFileSystem.cpp', 282 'filesystem/HTMLInputElementFileSystem.cpp',
284 'filesystem/HTMLInputElementFileSystem.h', 283 'filesystem/HTMLInputElementFileSystem.h',
285 'filesystem/LocalFileSystem.h', 284 'filesystem/LocalFileSystem.h',
286 'filesystem/Metadata.h', 285 'filesystem/Metadata.h',
287 'filesystem/MetadataCallback.h', 286 'filesystem/MetadataCallback.h',
288 'filesystem/SyncCallbackHelper.h', 287 'filesystem/SyncCallbackHelper.h',
289 'filesystem/WorkerContextFileSystem.cpp', 288 'filesystem/WorkerGlobalScopeFileSystem.cpp',
290 'filesystem/WorkerContextFileSystem.h', 289 'filesystem/WorkerGlobalScopeFileSystem.h',
291 'gamepad/Gamepad.cpp', 290 'gamepad/Gamepad.cpp',
292 'gamepad/Gamepad.h', 291 'gamepad/Gamepad.h',
293 'gamepad/GamepadList.cpp', 292 'gamepad/GamepadList.cpp',
294 'gamepad/GamepadList.h', 293 'gamepad/GamepadList.h',
295 'gamepad/NavigatorGamepad.cpp', 294 'gamepad/NavigatorGamepad.cpp',
296 'gamepad/NavigatorGamepad.h', 295 'gamepad/NavigatorGamepad.h',
297 'geolocation/Coordinates.cpp', 296 'geolocation/Coordinates.cpp',
298 'geolocation/Geolocation.cpp', 297 'geolocation/Geolocation.cpp',
299 'geolocation/GeolocationController.cpp', 298 'geolocation/GeolocationController.cpp',
300 'geolocation/NavigatorGeolocation.cpp', 299 'geolocation/NavigatorGeolocation.cpp',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'indexeddb/IDBRequest.cpp', 342 'indexeddb/IDBRequest.cpp',
344 'indexeddb/IDBRequest.h', 343 'indexeddb/IDBRequest.h',
345 'indexeddb/IDBTracing.h', 344 'indexeddb/IDBTracing.h',
346 'indexeddb/IDBTransaction.cpp', 345 'indexeddb/IDBTransaction.cpp',
347 'indexeddb/IDBTransaction.h', 346 'indexeddb/IDBTransaction.h',
348 'indexeddb/IDBVersionChangeEvent.cpp', 347 'indexeddb/IDBVersionChangeEvent.cpp',
349 'indexeddb/IDBVersionChangeEvent.h', 348 'indexeddb/IDBVersionChangeEvent.h',
350 'indexeddb/IndexedDB.h', 349 'indexeddb/IndexedDB.h',
351 'indexeddb/PageGroupIndexedDatabase.cpp', 350 'indexeddb/PageGroupIndexedDatabase.cpp',
352 'indexeddb/PageGroupIndexedDatabase.h', 351 'indexeddb/PageGroupIndexedDatabase.h',
353 'indexeddb/WorkerContextIndexedDatabase.cpp', 352 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
354 'indexeddb/WorkerContextIndexedDatabase.h', 353 'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
355 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp', 354 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp',
356 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h', 355 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h',
357 'mediasource/MediaSource.cpp', 356 'mediasource/MediaSource.cpp',
358 'mediasource/MediaSource.h', 357 'mediasource/MediaSource.h',
359 'mediasource/MediaSourceBase.cpp', 358 'mediasource/MediaSourceBase.cpp',
360 'mediasource/MediaSourceBase.h', 359 'mediasource/MediaSourceBase.h',
361 'mediasource/MediaSourceRegistry.cpp', 360 'mediasource/MediaSourceRegistry.cpp',
362 'mediasource/MediaSourceRegistry.h', 361 'mediasource/MediaSourceRegistry.h',
363 'mediasource/SourceBuffer.cpp', 362 'mediasource/SourceBuffer.cpp',
364 'mediasource/SourceBuffer.h', 363 'mediasource/SourceBuffer.h',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'navigatorcontentutils/NavigatorContentUtilsClient.h', 430 'navigatorcontentutils/NavigatorContentUtilsClient.h',
432 'notifications/DOMWindowNotifications.cpp', 431 'notifications/DOMWindowNotifications.cpp',
433 'notifications/DOMWindowNotifications.h', 432 'notifications/DOMWindowNotifications.h',
434 'notifications/Notification.cpp', 433 'notifications/Notification.cpp',
435 'notifications/Notification.h', 434 'notifications/Notification.h',
436 'notifications/NotificationCenter.cpp', 435 'notifications/NotificationCenter.cpp',
437 'notifications/NotificationCenter.h', 436 'notifications/NotificationCenter.h',
438 'notifications/NotificationController.cpp', 437 'notifications/NotificationController.cpp',
439 'notifications/NotificationController.h', 438 'notifications/NotificationController.h',
440 'notifications/NotificationPermissionCallback.h', 439 'notifications/NotificationPermissionCallback.h',
441 'notifications/WorkerContextNotifications.cpp', 440 'notifications/WorkerGlobalScopeNotifications.cpp',
442 'notifications/WorkerContextNotifications.h', 441 'notifications/WorkerGlobalScopeNotifications.h',
443 'performance/WorkerContextPerformance.cpp', 442 'performance/WorkerGlobalScopePerformance.cpp',
444 'performance/WorkerContextPerformance.h', 443 'performance/WorkerGlobalScopePerformance.h',
445 'performance/WorkerPerformance.cpp', 444 'performance/WorkerPerformance.cpp',
446 'performance/WorkerPerformance.h', 445 'performance/WorkerPerformance.h',
447 'quota/DOMWindowQuota.cpp', 446 'quota/DOMWindowQuota.cpp',
448 'quota/DOMWindowQuota.h', 447 'quota/DOMWindowQuota.h',
449 'quota/NavigatorStorageQuota.cpp', 448 'quota/NavigatorStorageQuota.cpp',
450 'quota/NavigatorStorageQuota.h', 449 'quota/NavigatorStorageQuota.h',
451 'quota/StorageInfo.cpp', 450 'quota/StorageInfo.cpp',
452 'quota/StorageInfo.h', 451 'quota/StorageInfo.h',
453 'quota/StorageErrorCallback.cpp', 452 'quota/StorageErrorCallback.cpp',
454 'quota/StorageErrorCallback.h', 453 'quota/StorageErrorCallback.h',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'webdatabase/SQLTransactionClient.cpp', 637 'webdatabase/SQLTransactionClient.cpp',
639 'webdatabase/SQLTransactionClient.h', 638 'webdatabase/SQLTransactionClient.h',
640 'webdatabase/SQLTransactionCoordinator.cpp', 639 'webdatabase/SQLTransactionCoordinator.cpp',
641 'webdatabase/SQLTransactionCoordinator.h', 640 'webdatabase/SQLTransactionCoordinator.h',
642 'webdatabase/SQLTransactionState.h', 641 'webdatabase/SQLTransactionState.h',
643 'webdatabase/SQLTransactionStateMachine.cpp', 642 'webdatabase/SQLTransactionStateMachine.cpp',
644 'webdatabase/SQLTransactionStateMachine.h', 643 'webdatabase/SQLTransactionStateMachine.h',
645 'webdatabase/SQLTransactionSync.cpp', 644 'webdatabase/SQLTransactionSync.cpp',
646 'webdatabase/SQLTransactionSync.h', 645 'webdatabase/SQLTransactionSync.h',
647 'webdatabase/SQLTransactionSyncCallback.h', 646 'webdatabase/SQLTransactionSyncCallback.h',
648 'webdatabase/WorkerContextWebDatabase.cpp', 647 'webdatabase/WorkerGlobalScopeWebDatabase.cpp',
649 'webdatabase/WorkerContextWebDatabase.h', 648 'webdatabase/WorkerGlobalScopeWebDatabase.h',
650 'webmidi/MIDIAccess.cpp', 649 'webmidi/MIDIAccess.cpp',
651 'webmidi/MIDIAccess.h', 650 'webmidi/MIDIAccess.h',
652 'webmidi/MIDIAccessPromise.cpp', 651 'webmidi/MIDIAccessPromise.cpp',
653 'webmidi/MIDIAccessPromise.h', 652 'webmidi/MIDIAccessPromise.h',
654 'webmidi/MIDIConnectionEvent.h', 653 'webmidi/MIDIConnectionEvent.h',
655 'webmidi/MIDIErrorCallback.h', 654 'webmidi/MIDIErrorCallback.h',
656 'webmidi/MIDIInput.cpp', 655 'webmidi/MIDIInput.cpp',
657 'webmidi/MIDIInput.h', 656 'webmidi/MIDIInput.h',
658 'webmidi/MIDIMessageEvent.h', 657 'webmidi/MIDIMessageEvent.h',
659 'webmidi/MIDIOptions.h', 658 'webmidi/MIDIOptions.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'websockets/WorkerThreadableWebSocketChannel.h', 696 'websockets/WorkerThreadableWebSocketChannel.h',
698 ], 697 ],
699 'modules_unittest_files': [ 698 'modules_unittest_files': [
700 'websockets/WebSocketDeflaterTest.cpp', 699 'websockets/WebSocketDeflaterTest.cpp',
701 'websockets/WebSocketExtensionDispatcherTest.cpp', 700 'websockets/WebSocketExtensionDispatcherTest.cpp',
702 'websockets/WebSocketExtensionParserTest.cpp', 701 'websockets/WebSocketExtensionParserTest.cpp',
703 'websockets/WebSocketPerMessageDeflateTest.cpp', 702 'websockets/WebSocketPerMessageDeflateTest.cpp',
704 ], 703 ],
705 }, 704 },
706 } 705 }
OLDNEW
« no previous file with comments | « Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl ('k') | Source/modules/notifications/Notification.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698