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

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

Issue 2269953004: Implment BytesConsumer::tee (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 3 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 2030 matching lines...) Expand 10 before | Expand all | Expand 10 after
2041 'canvas/HTMLCanvasElementModuleTest.cpp', 2041 'canvas/HTMLCanvasElementModuleTest.cpp',
2042 'canvas2d/CanvasRenderingContext2DAPITest.cpp', 2042 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
2043 'canvas2d/CanvasRenderingContext2DTest.cpp', 2043 'canvas2d/CanvasRenderingContext2DTest.cpp',
2044 'canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp', 2044 'canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp',
2045 'compositorworker/CompositorWorkerThreadTest.cpp', 2045 'compositorworker/CompositorWorkerThreadTest.cpp',
2046 'credentialmanager/PasswordCredentialTest.cpp', 2046 'credentialmanager/PasswordCredentialTest.cpp',
2047 'csspaint/PaintRenderingContext2DTest.cpp', 2047 'csspaint/PaintRenderingContext2DTest.cpp',
2048 'csspaint/PaintWorkletTest.cpp', 2048 'csspaint/PaintWorkletTest.cpp',
2049 'fetch/BodyStreamBufferTest.cpp', 2049 'fetch/BodyStreamBufferTest.cpp',
2050 'fetch/BytesConsumerForDataConsumerHandleTest.cpp', 2050 'fetch/BytesConsumerForDataConsumerHandleTest.cpp',
2051 'fetch/BytesConsumerTest.cpp',
2052 'fetch/BytesConsumerTestUtil.cpp',
2053 'fetch/BytesConsumerTestUtil.h',
2051 'fetch/CompositeDataConsumerHandleTest.cpp', 2054 'fetch/CompositeDataConsumerHandleTest.cpp',
2052 'fetch/DataConsumerHandleTestUtil.cpp', 2055 'fetch/DataConsumerHandleTestUtil.cpp',
2053 'fetch/DataConsumerHandleTestUtil.h', 2056 'fetch/DataConsumerHandleTestUtil.h',
2054 'fetch/DataConsumerHandleUtilTest.cpp', 2057 'fetch/DataConsumerHandleUtilTest.cpp',
2055 'fetch/DataConsumerTeeTest.cpp', 2058 'fetch/DataConsumerTeeTest.cpp',
2056 'fetch/FetchBlobDataConsumerHandleTest.cpp', 2059 'fetch/FetchBlobDataConsumerHandleTest.cpp',
2057 'fetch/FetchDataLoaderTest.cpp', 2060 'fetch/FetchDataLoaderTest.cpp',
2058 'fetch/FetchFormDataConsumerHandleTest.cpp', 2061 'fetch/FetchFormDataConsumerHandleTest.cpp',
2059 'fetch/FetchResponseDataTest.cpp', 2062 'fetch/FetchResponseDataTest.cpp',
2060 'fetch/ReadableStreamDataConsumerHandleTest.cpp', 2063 'fetch/ReadableStreamDataConsumerHandleTest.cpp',
(...skipping 29 matching lines...) Expand all
2090 'webaudio/ConvolverNodeTest.cpp', 2093 'webaudio/ConvolverNodeTest.cpp',
2091 'webaudio/DynamicsCompressorNodeTest.cpp', 2094 'webaudio/DynamicsCompressorNodeTest.cpp',
2092 'webaudio/ScriptProcessorNodeTest.cpp', 2095 'webaudio/ScriptProcessorNodeTest.cpp',
2093 'webaudio/StereoPannerNodeTest.cpp', 2096 'webaudio/StereoPannerNodeTest.cpp',
2094 'webdatabase/QuotaTrackerTest.cpp', 2097 'webdatabase/QuotaTrackerTest.cpp',
2095 'websockets/DOMWebSocketTest.cpp', 2098 'websockets/DOMWebSocketTest.cpp',
2096 'websockets/DocumentWebSocketChannelTest.cpp', 2099 'websockets/DocumentWebSocketChannelTest.cpp',
2097 ], 2100 ],
2098 }, 2101 },
2099 } 2102 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698