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

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

Issue 2046203003: [Fetch API] Introduce BytesConsumer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp', 1023 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp',
1024 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h', 1024 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
1025 'fetch/CompositeDataConsumerHandle.cpp', 1025 'fetch/CompositeDataConsumerHandle.cpp',
1026 'fetch/CompositeDataConsumerHandle.h', 1026 'fetch/CompositeDataConsumerHandle.h',
1027 'fetch/DataConsumerHandleUtil.cpp', 1027 'fetch/DataConsumerHandleUtil.cpp',
1028 'fetch/DataConsumerHandleUtil.h', 1028 'fetch/DataConsumerHandleUtil.h',
1029 'fetch/Body.cpp', 1029 'fetch/Body.cpp',
1030 'fetch/Body.h', 1030 'fetch/Body.h',
1031 'fetch/BodyStreamBuffer.cpp', 1031 'fetch/BodyStreamBuffer.cpp',
1032 'fetch/BodyStreamBuffer.h', 1032 'fetch/BodyStreamBuffer.h',
1033 'fetch/BytesConsumer.cpp',
1034 'fetch/BytesConsumer.h',
1035 'fetch/BytesConsumerForDataConsumerHandle.cpp',
1036 'fetch/BytesConsumerForDataConsumerHandle.h',
1033 'fetch/CrossThreadHolder.h', 1037 'fetch/CrossThreadHolder.h',
1034 'fetch/DataConsumerTee.cpp', 1038 'fetch/DataConsumerTee.cpp',
1035 'fetch/DataConsumerTee.h', 1039 'fetch/DataConsumerTee.h',
1036 'fetch/FetchBlobDataConsumerHandle.cpp', 1040 'fetch/FetchBlobDataConsumerHandle.cpp',
1037 'fetch/FetchBlobDataConsumerHandle.h', 1041 'fetch/FetchBlobDataConsumerHandle.h',
1038 'fetch/FetchDataConsumerHandle.h', 1042 'fetch/FetchDataConsumerHandle.h',
1039 'fetch/FetchDataLoader.cpp', 1043 'fetch/FetchDataLoader.cpp',
1040 'fetch/FetchDataLoader.h', 1044 'fetch/FetchDataLoader.h',
1041 'fetch/FetchFormDataConsumerHandle.cpp', 1045 'fetch/FetchFormDataConsumerHandle.cpp',
1042 'fetch/FetchFormDataConsumerHandle.h', 1046 'fetch/FetchFormDataConsumerHandle.h',
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 'accessibility/AXObjectTest.cpp', 1980 'accessibility/AXObjectTest.cpp',
1977 'cachestorage/CacheTest.cpp', 1981 'cachestorage/CacheTest.cpp',
1978 'canvas/HTMLCanvasElementModuleTest.cpp', 1982 'canvas/HTMLCanvasElementModuleTest.cpp',
1979 'canvas2d/CanvasRenderingContext2DAPITest.cpp', 1983 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
1980 'canvas2d/CanvasRenderingContext2DTest.cpp', 1984 'canvas2d/CanvasRenderingContext2DTest.cpp',
1981 'compositorworker/CompositorWorkerThreadTest.cpp', 1985 'compositorworker/CompositorWorkerThreadTest.cpp',
1982 'credentialmanager/PasswordCredentialTest.cpp', 1986 'credentialmanager/PasswordCredentialTest.cpp',
1983 'csspaint/PaintRenderingContext2DTest.cpp', 1987 'csspaint/PaintRenderingContext2DTest.cpp',
1984 'csspaint/PaintWorkletTest.cpp', 1988 'csspaint/PaintWorkletTest.cpp',
1985 'fetch/BodyStreamBufferTest.cpp', 1989 'fetch/BodyStreamBufferTest.cpp',
1990 'fetch/BytesConsumerForDataConsumerHandleTest.cpp',
1986 'fetch/CompositeDataConsumerHandleTest.cpp', 1991 'fetch/CompositeDataConsumerHandleTest.cpp',
1987 'fetch/DataConsumerHandleTestUtil.cpp', 1992 'fetch/DataConsumerHandleTestUtil.cpp',
1988 'fetch/DataConsumerHandleTestUtil.h', 1993 'fetch/DataConsumerHandleTestUtil.h',
1989 'fetch/DataConsumerHandleUtilTest.cpp', 1994 'fetch/DataConsumerHandleUtilTest.cpp',
1990 'fetch/DataConsumerTeeTest.cpp', 1995 'fetch/DataConsumerTeeTest.cpp',
1991 'fetch/FetchBlobDataConsumerHandleTest.cpp', 1996 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1992 'fetch/FetchDataLoaderTest.cpp', 1997 'fetch/FetchDataLoaderTest.cpp',
1993 'fetch/FetchFormDataConsumerHandleTest.cpp', 1998 'fetch/FetchFormDataConsumerHandleTest.cpp',
1994 'fetch/FetchResponseDataTest.cpp', 1999 'fetch/FetchResponseDataTest.cpp',
1995 'fetch/ReadableStreamDataConsumerHandleTest.cpp', 2000 'fetch/ReadableStreamDataConsumerHandleTest.cpp',
(...skipping 25 matching lines...) Expand all
2021 'webaudio/ConvolverNodeTest.cpp', 2026 'webaudio/ConvolverNodeTest.cpp',
2022 'webaudio/DynamicsCompressorNodeTest.cpp', 2027 'webaudio/DynamicsCompressorNodeTest.cpp',
2023 'webaudio/ScriptProcessorNodeTest.cpp', 2028 'webaudio/ScriptProcessorNodeTest.cpp',
2024 'webaudio/StereoPannerNodeTest.cpp', 2029 'webaudio/StereoPannerNodeTest.cpp',
2025 'webdatabase/QuotaTrackerTest.cpp', 2030 'webdatabase/QuotaTrackerTest.cpp',
2026 'websockets/DOMWebSocketTest.cpp', 2031 'websockets/DOMWebSocketTest.cpp',
2027 'websockets/DocumentWebSocketChannelTest.cpp', 2032 'websockets/DocumentWebSocketChannelTest.cpp',
2028 ], 2033 ],
2029 }, 2034 },
2030 } 2035 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698