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

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

Issue 1192913007: Change BodyStreamBuffer to be FetchDataConsumerHandle-based and enable backpressure in Fetch API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. 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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'fetch/CompositeDataConsumerHandle.cpp', 759 'fetch/CompositeDataConsumerHandle.cpp',
760 'fetch/CompositeDataConsumerHandle.h', 760 'fetch/CompositeDataConsumerHandle.h',
761 'fetch/DataConsumerHandleUtil.cpp', 761 'fetch/DataConsumerHandleUtil.cpp',
762 'fetch/DataConsumerHandleUtil.h', 762 'fetch/DataConsumerHandleUtil.h',
763 'fetch/Body.cpp', 763 'fetch/Body.cpp',
764 'fetch/Body.h', 764 'fetch/Body.h',
765 'fetch/BodyStreamBuffer.cpp', 765 'fetch/BodyStreamBuffer.cpp',
766 'fetch/BodyStreamBuffer.h', 766 'fetch/BodyStreamBuffer.h',
767 'fetch/DataConsumerTee.cpp', 767 'fetch/DataConsumerTee.cpp',
768 'fetch/DataConsumerTee.h', 768 'fetch/DataConsumerTee.h',
769 'fetch/FetchBlobDataConsumerHandle.cpp',
770 'fetch/FetchBlobDataConsumerHandle.h',
769 'fetch/FetchDataConsumerHandle.h', 771 'fetch/FetchDataConsumerHandle.h',
770 'fetch/FetchDataLoader.cpp', 772 'fetch/FetchDataLoader.cpp',
771 'fetch/FetchDataLoader.h', 773 'fetch/FetchDataLoader.h',
772 'fetch/FetchHeaderList.cpp', 774 'fetch/FetchHeaderList.cpp',
773 'fetch/FetchHeaderList.h', 775 'fetch/FetchHeaderList.h',
774 'fetch/FetchManager.cpp', 776 'fetch/FetchManager.cpp',
775 'fetch/FetchManager.h', 777 'fetch/FetchManager.h',
776 'fetch/FetchRequestData.cpp', 778 'fetch/FetchRequestData.cpp',
777 'fetch/FetchRequestData.h', 779 'fetch/FetchRequestData.h',
778 'fetch/FetchResponseData.cpp', 780 'fetch/FetchResponseData.cpp',
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1502 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1501 'webaudio/ConvolverNodeTest.cpp', 1503 'webaudio/ConvolverNodeTest.cpp',
1502 'webaudio/DynamicsCompressorNodeTest.cpp', 1504 'webaudio/DynamicsCompressorNodeTest.cpp',
1503 'webaudio/ScriptProcessorNodeTest.cpp', 1505 'webaudio/ScriptProcessorNodeTest.cpp',
1504 'webaudio/StereoPannerNodeTest.cpp', 1506 'webaudio/StereoPannerNodeTest.cpp',
1505 'websockets/DOMWebSocketTest.cpp', 1507 'websockets/DOMWebSocketTest.cpp',
1506 'websockets/DocumentWebSocketChannelTest.cpp', 1508 'websockets/DocumentWebSocketChannelTest.cpp',
1507 ], 1509 ],
1508 }, 1510 },
1509 } 1511 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698