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

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

Issue 1179393007: [2a] Implement FetchDataLoader (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reflect comments (except for making GarbageCollected). Created 5 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 '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 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 'encryptedmedia/MediaKeysController.cpp', 731 'encryptedmedia/MediaKeysController.cpp',
732 'encryptedmedia/MediaKeysController.h', 732 'encryptedmedia/MediaKeysController.h',
733 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp', 733 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp',
734 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h', 734 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h',
735 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp', 735 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp',
736 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h', 736 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
737 'fetch/Body.cpp', 737 'fetch/Body.cpp',
738 'fetch/Body.h', 738 'fetch/Body.h',
739 'fetch/BodyStreamBuffer.cpp', 739 'fetch/BodyStreamBuffer.cpp',
740 'fetch/BodyStreamBuffer.h', 740 'fetch/BodyStreamBuffer.h',
741 'fetch/FetchDataLoader.cpp',
742 'fetch/FetchDataLoader.h',
741 'fetch/FetchHeaderList.cpp', 743 'fetch/FetchHeaderList.cpp',
742 'fetch/FetchHeaderList.h', 744 'fetch/FetchHeaderList.h',
743 'fetch/FetchManager.cpp', 745 'fetch/FetchManager.cpp',
744 'fetch/FetchManager.h', 746 'fetch/FetchManager.h',
745 'fetch/FetchRequestData.cpp', 747 'fetch/FetchRequestData.cpp',
746 'fetch/FetchRequestData.h', 748 'fetch/FetchRequestData.h',
747 'fetch/FetchResponseData.cpp', 749 'fetch/FetchResponseData.cpp',
748 'fetch/FetchResponseData.h', 750 'fetch/FetchResponseData.h',
749 'fetch/GlobalFetch.cpp', 751 'fetch/GlobalFetch.cpp',
750 'fetch/GlobalFetch.h', 752 'fetch/GlobalFetch.h',
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1461 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1460 'webaudio/ConvolverNodeTest.cpp', 1462 'webaudio/ConvolverNodeTest.cpp',
1461 'webaudio/DynamicsCompressorNodeTest.cpp', 1463 'webaudio/DynamicsCompressorNodeTest.cpp',
1462 'webaudio/ScriptProcessorNodeTest.cpp', 1464 'webaudio/ScriptProcessorNodeTest.cpp',
1463 'webaudio/StereoPannerNodeTest.cpp', 1465 'webaudio/StereoPannerNodeTest.cpp',
1464 'websockets/DOMWebSocketTest.cpp', 1466 'websockets/DOMWebSocketTest.cpp',
1465 'websockets/DocumentWebSocketChannelTest.cpp', 1467 'websockets/DocumentWebSocketChannelTest.cpp',
1466 ], 1468 ],
1467 }, 1469 },
1468 } 1470 }
OLDNEW
« Source/modules/fetch/FetchDataLoader.cpp ('K') | « Source/modules/fetch/FetchDataLoader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698