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

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: fix Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp', 1047 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp',
1048 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h', 1048 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
1049 'fetch/CompositeDataConsumerHandle.cpp', 1049 'fetch/CompositeDataConsumerHandle.cpp',
1050 'fetch/CompositeDataConsumerHandle.h', 1050 'fetch/CompositeDataConsumerHandle.h',
1051 'fetch/DataConsumerHandleUtil.cpp', 1051 'fetch/DataConsumerHandleUtil.cpp',
1052 'fetch/DataConsumerHandleUtil.h', 1052 'fetch/DataConsumerHandleUtil.h',
1053 'fetch/Body.cpp', 1053 'fetch/Body.cpp',
1054 'fetch/Body.h', 1054 'fetch/Body.h',
1055 'fetch/BodyStreamBuffer.cpp', 1055 'fetch/BodyStreamBuffer.cpp',
1056 'fetch/BodyStreamBuffer.h', 1056 'fetch/BodyStreamBuffer.h',
1057 'fetch/BytesConsumer.cpp',
1058 'fetch/BytesConsumer.h',
1059 'fetch/BytesConsumerForDataConsumerHandle.cpp',
1060 'fetch/BytesConsumerForDataConsumerHandle.h',
1057 'fetch/CrossThreadHolder.h', 1061 'fetch/CrossThreadHolder.h',
1058 'fetch/DataConsumerTee.cpp', 1062 'fetch/DataConsumerTee.cpp',
1059 'fetch/DataConsumerTee.h', 1063 'fetch/DataConsumerTee.h',
1060 'fetch/FetchBlobDataConsumerHandle.cpp', 1064 'fetch/FetchBlobDataConsumerHandle.cpp',
1061 'fetch/FetchBlobDataConsumerHandle.h', 1065 'fetch/FetchBlobDataConsumerHandle.h',
1062 'fetch/FetchDataConsumerHandle.cpp', 1066 'fetch/FetchDataConsumerHandle.cpp',
1063 'fetch/FetchDataConsumerHandle.h', 1067 'fetch/FetchDataConsumerHandle.h',
1064 'fetch/FetchDataLoader.cpp', 1068 'fetch/FetchDataLoader.cpp',
1065 'fetch/FetchDataLoader.h', 1069 'fetch/FetchDataLoader.h',
1066 'fetch/FetchFormDataConsumerHandle.cpp', 1070 'fetch/FetchFormDataConsumerHandle.cpp',
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
2013 'cachestorage/CacheTest.cpp', 2017 'cachestorage/CacheTest.cpp',
2014 'canvas/HTMLCanvasElementModuleTest.cpp', 2018 'canvas/HTMLCanvasElementModuleTest.cpp',
2015 'canvas2d/CanvasRenderingContext2DAPITest.cpp', 2019 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
2016 'canvas2d/CanvasRenderingContext2DTest.cpp', 2020 'canvas2d/CanvasRenderingContext2DTest.cpp',
2017 'canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp', 2021 'canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp',
2018 'compositorworker/CompositorWorkerThreadTest.cpp', 2022 'compositorworker/CompositorWorkerThreadTest.cpp',
2019 'credentialmanager/PasswordCredentialTest.cpp', 2023 'credentialmanager/PasswordCredentialTest.cpp',
2020 'csspaint/PaintRenderingContext2DTest.cpp', 2024 'csspaint/PaintRenderingContext2DTest.cpp',
2021 'csspaint/PaintWorkletTest.cpp', 2025 'csspaint/PaintWorkletTest.cpp',
2022 'fetch/BodyStreamBufferTest.cpp', 2026 'fetch/BodyStreamBufferTest.cpp',
2027 'fetch/BytesConsumerForDataConsumerHandleTest.cpp',
2023 'fetch/CompositeDataConsumerHandleTest.cpp', 2028 'fetch/CompositeDataConsumerHandleTest.cpp',
2024 'fetch/DataConsumerHandleTestUtil.cpp', 2029 'fetch/DataConsumerHandleTestUtil.cpp',
2025 'fetch/DataConsumerHandleTestUtil.h', 2030 'fetch/DataConsumerHandleTestUtil.h',
2026 'fetch/DataConsumerHandleUtilTest.cpp', 2031 'fetch/DataConsumerHandleUtilTest.cpp',
2027 'fetch/DataConsumerTeeTest.cpp', 2032 'fetch/DataConsumerTeeTest.cpp',
2028 'fetch/FetchBlobDataConsumerHandleTest.cpp', 2033 'fetch/FetchBlobDataConsumerHandleTest.cpp',
2029 'fetch/FetchDataLoaderTest.cpp', 2034 'fetch/FetchDataLoaderTest.cpp',
2030 'fetch/FetchFormDataConsumerHandleTest.cpp', 2035 'fetch/FetchFormDataConsumerHandleTest.cpp',
2031 'fetch/FetchResponseDataTest.cpp', 2036 'fetch/FetchResponseDataTest.cpp',
2032 'fetch/ReadableStreamDataConsumerHandleTest.cpp', 2037 'fetch/ReadableStreamDataConsumerHandleTest.cpp',
(...skipping 28 matching lines...) Expand all
2061 'webaudio/ConvolverNodeTest.cpp', 2066 'webaudio/ConvolverNodeTest.cpp',
2062 'webaudio/DynamicsCompressorNodeTest.cpp', 2067 'webaudio/DynamicsCompressorNodeTest.cpp',
2063 'webaudio/ScriptProcessorNodeTest.cpp', 2068 'webaudio/ScriptProcessorNodeTest.cpp',
2064 'webaudio/StereoPannerNodeTest.cpp', 2069 'webaudio/StereoPannerNodeTest.cpp',
2065 'webdatabase/QuotaTrackerTest.cpp', 2070 'webdatabase/QuotaTrackerTest.cpp',
2066 'websockets/DOMWebSocketTest.cpp', 2071 'websockets/DOMWebSocketTest.cpp',
2067 'websockets/DocumentWebSocketChannelTest.cpp', 2072 'websockets/DocumentWebSocketChannelTest.cpp',
2068 ], 2073 ],
2069 }, 2074 },
2070 } 2075 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698