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

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: (temp) alternative to calling didGetReadable in sync. Created 5 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
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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 'fetch/CompositeDataConsumerHandle.cpp', 762 'fetch/CompositeDataConsumerHandle.cpp',
763 'fetch/CompositeDataConsumerHandle.h', 763 'fetch/CompositeDataConsumerHandle.h',
764 'fetch/DataConsumerHandleUtil.cpp', 764 'fetch/DataConsumerHandleUtil.cpp',
765 'fetch/DataConsumerHandleUtil.h', 765 'fetch/DataConsumerHandleUtil.h',
766 'fetch/Body.cpp', 766 'fetch/Body.cpp',
767 'fetch/Body.h', 767 'fetch/Body.h',
768 'fetch/BodyStreamBuffer.cpp', 768 'fetch/BodyStreamBuffer.cpp',
769 'fetch/BodyStreamBuffer.h', 769 'fetch/BodyStreamBuffer.h',
770 'fetch/DataConsumerTee.cpp', 770 'fetch/DataConsumerTee.cpp',
771 'fetch/DataConsumerTee.h', 771 'fetch/DataConsumerTee.h',
772 'fetch/FetchBlobDataConsumerHandle.cpp',
773 'fetch/FetchBlobDataConsumerHandle.h',
772 'fetch/FetchDataConsumerHandle.h', 774 'fetch/FetchDataConsumerHandle.h',
773 'fetch/FetchDataLoader.cpp', 775 'fetch/FetchDataLoader.cpp',
774 'fetch/FetchDataLoader.h', 776 'fetch/FetchDataLoader.h',
775 'fetch/FetchHeaderList.cpp', 777 'fetch/FetchHeaderList.cpp',
776 'fetch/FetchHeaderList.h', 778 'fetch/FetchHeaderList.h',
777 'fetch/FetchManager.cpp', 779 'fetch/FetchManager.cpp',
778 'fetch/FetchManager.h', 780 'fetch/FetchManager.h',
779 'fetch/FetchRequestData.cpp', 781 'fetch/FetchRequestData.cpp',
780 'fetch/FetchRequestData.h', 782 'fetch/FetchRequestData.h',
781 'fetch/FetchResponseData.cpp', 783 'fetch/FetchResponseData.cpp',
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1511 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1510 'webaudio/ConvolverNodeTest.cpp', 1512 'webaudio/ConvolverNodeTest.cpp',
1511 'webaudio/DynamicsCompressorNodeTest.cpp', 1513 'webaudio/DynamicsCompressorNodeTest.cpp',
1512 'webaudio/ScriptProcessorNodeTest.cpp', 1514 'webaudio/ScriptProcessorNodeTest.cpp',
1513 'webaudio/StereoPannerNodeTest.cpp', 1515 'webaudio/StereoPannerNodeTest.cpp',
1514 'websockets/DOMWebSocketTest.cpp', 1516 'websockets/DOMWebSocketTest.cpp',
1515 'websockets/DocumentWebSocketChannelTest.cpp', 1517 'websockets/DocumentWebSocketChannelTest.cpp',
1516 ], 1518 ],
1517 }, 1519 },
1518 } 1520 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698