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

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

Issue 1406823002: Start of foreign fetch implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove blank line Created 5 years, 2 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 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'quota/StorageInfo.idl', 170 'quota/StorageInfo.idl',
171 'quota/StorageManager.idl', 171 'quota/StorageManager.idl',
172 'quota/StorageQuota.idl', 172 'quota/StorageQuota.idl',
173 'quota/StorageQuotaCallback.idl', 173 'quota/StorageQuotaCallback.idl',
174 'quota/StorageUsageCallback.idl', 174 'quota/StorageUsageCallback.idl',
175 'screen_orientation/ScreenOrientation.idl', 175 'screen_orientation/ScreenOrientation.idl',
176 'serviceworkers/Client.idl', 176 'serviceworkers/Client.idl',
177 'serviceworkers/Clients.idl', 177 'serviceworkers/Clients.idl',
178 'serviceworkers/ExtendableEvent.idl', 178 'serviceworkers/ExtendableEvent.idl',
179 'serviceworkers/FetchEvent.idl', 179 'serviceworkers/FetchEvent.idl',
180 'serviceworkers/InstallEvent.idl',
180 'serviceworkers/ServiceWorker.idl', 181 'serviceworkers/ServiceWorker.idl',
181 'serviceworkers/ServiceWorkerContainer.idl', 182 'serviceworkers/ServiceWorkerContainer.idl',
182 'serviceworkers/ServiceWorkerGlobalScope.idl', 183 'serviceworkers/ServiceWorkerGlobalScope.idl',
183 'serviceworkers/ServiceWorkerMessageEvent.idl', 184 'serviceworkers/ServiceWorkerMessageEvent.idl',
184 'serviceworkers/ServiceWorkerRegistration.idl', 185 'serviceworkers/ServiceWorkerRegistration.idl',
185 'serviceworkers/WindowClient.idl', 186 'serviceworkers/WindowClient.idl',
186 'speech/SpeechGrammar.idl', 187 'speech/SpeechGrammar.idl',
187 'speech/SpeechGrammarList.idl', 188 'speech/SpeechGrammarList.idl',
188 'speech/SpeechRecognition.idl', 189 'speech/SpeechRecognition.idl',
189 'speech/SpeechRecognitionAlternative.idl', 190 'speech/SpeechRecognitionAlternative.idl',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'mediastream/MediaStreamTrackEvent.idl', 404 'mediastream/MediaStreamTrackEvent.idl',
404 'mediastream/RTCDTMFToneChangeEvent.idl', 405 'mediastream/RTCDTMFToneChangeEvent.idl',
405 'mediastream/RTCDataChannelEvent.idl', 406 'mediastream/RTCDataChannelEvent.idl',
406 'mediastream/RTCIceCandidateEvent.idl', 407 'mediastream/RTCIceCandidateEvent.idl',
407 'navigatorconnect/ServicePortConnectEvent.idl', 408 'navigatorconnect/ServicePortConnectEvent.idl',
408 'notifications/NotificationEvent.idl', 409 'notifications/NotificationEvent.idl',
409 'presentation/PresentationConnectionAvailableEvent.idl', 410 'presentation/PresentationConnectionAvailableEvent.idl',
410 'push_messaging/PushEvent.idl', 411 'push_messaging/PushEvent.idl',
411 'serviceworkers/ExtendableEvent.idl', 412 'serviceworkers/ExtendableEvent.idl',
412 'serviceworkers/FetchEvent.idl', 413 'serviceworkers/FetchEvent.idl',
414 'serviceworkers/InstallEvent.idl',
413 'serviceworkers/ServiceWorkerMessageEvent.idl', 415 'serviceworkers/ServiceWorkerMessageEvent.idl',
414 'speech/SpeechRecognitionError.idl', 416 'speech/SpeechRecognitionError.idl',
415 'speech/SpeechRecognitionEvent.idl', 417 'speech/SpeechRecognitionEvent.idl',
416 'speech/SpeechSynthesisEvent.idl', 418 'speech/SpeechSynthesisEvent.idl',
417 'storage/StorageEvent.idl', 419 'storage/StorageEvent.idl',
418 'webaudio/AudioProcessingEvent.idl', 420 'webaudio/AudioProcessingEvent.idl',
419 'webaudio/OfflineAudioCompletionEvent.idl', 421 'webaudio/OfflineAudioCompletionEvent.idl',
420 'webgl/WebGLContextEvent.idl', 422 'webgl/WebGLContextEvent.idl',
421 'webmidi/MIDIConnectionEvent.idl', 423 'webmidi/MIDIConnectionEvent.idl',
422 'webmidi/MIDIMessageEvent.idl', 424 'webmidi/MIDIMessageEvent.idl',
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 'screen_orientation/ScreenOrientationController.cpp', 1342 'screen_orientation/ScreenOrientationController.cpp',
1341 'screen_orientation/ScreenOrientationController.h', 1343 'screen_orientation/ScreenOrientationController.h',
1342 'screen_orientation/ScreenOrientationDispatcher.cpp', 1344 'screen_orientation/ScreenOrientationDispatcher.cpp',
1343 'screen_orientation/ScreenOrientationDispatcher.h', 1345 'screen_orientation/ScreenOrientationDispatcher.h',
1344 'screen_orientation/ScreenOrientationInspectorAgent.cpp', 1346 'screen_orientation/ScreenOrientationInspectorAgent.cpp',
1345 'screen_orientation/ScreenOrientationInspectorAgent.h', 1347 'screen_orientation/ScreenOrientationInspectorAgent.h',
1346 'serviceworkers/ExtendableEvent.cpp', 1348 'serviceworkers/ExtendableEvent.cpp',
1347 'serviceworkers/ExtendableEvent.h', 1349 'serviceworkers/ExtendableEvent.h',
1348 'serviceworkers/FetchEvent.cpp', 1350 'serviceworkers/FetchEvent.cpp',
1349 'serviceworkers/FetchEvent.h', 1351 'serviceworkers/FetchEvent.h',
1352 'serviceworkers/InstallEvent.cpp',
1353 'serviceworkers/InstallEvent.h',
1350 'serviceworkers/NavigatorServiceWorker.cpp', 1354 'serviceworkers/NavigatorServiceWorker.cpp',
1351 'serviceworkers/NavigatorServiceWorker.h', 1355 'serviceworkers/NavigatorServiceWorker.h',
1352 'serviceworkers/RespondWithObserver.cpp', 1356 'serviceworkers/RespondWithObserver.cpp',
1353 'serviceworkers/RespondWithObserver.h', 1357 'serviceworkers/RespondWithObserver.h',
1354 'serviceworkers/ServiceWorker.cpp', 1358 'serviceworkers/ServiceWorker.cpp',
1355 'serviceworkers/ServiceWorker.h', 1359 'serviceworkers/ServiceWorker.h',
1356 'serviceworkers/ServiceWorkerClient.cpp', 1360 'serviceworkers/ServiceWorkerClient.cpp',
1357 'serviceworkers/ServiceWorkerClient.h', 1361 'serviceworkers/ServiceWorkerClient.h',
1358 'serviceworkers/ServiceWorkerClients.cpp', 1362 'serviceworkers/ServiceWorkerClients.cpp',
1359 'serviceworkers/ServiceWorkerClients.h', 1363 'serviceworkers/ServiceWorkerClients.h',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1848 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1845 'webaudio/ConvolverNodeTest.cpp', 1849 'webaudio/ConvolverNodeTest.cpp',
1846 'webaudio/DynamicsCompressorNodeTest.cpp', 1850 'webaudio/DynamicsCompressorNodeTest.cpp',
1847 'webaudio/ScriptProcessorNodeTest.cpp', 1851 'webaudio/ScriptProcessorNodeTest.cpp',
1848 'webaudio/StereoPannerNodeTest.cpp', 1852 'webaudio/StereoPannerNodeTest.cpp',
1849 'websockets/DOMWebSocketTest.cpp', 1853 'websockets/DOMWebSocketTest.cpp',
1850 'websockets/DocumentWebSocketChannelTest.cpp', 1854 'websockets/DocumentWebSocketChannelTest.cpp',
1851 ], 1855 ],
1852 }, 1856 },
1853 } 1857 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698