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

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

Issue 1199043004: Add tests to FetchBlobDataConsumerHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@fix-tests
Patch Set: 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
« no previous file with comments | « Source/modules/fetch/FetchDataConsumerHandle.h ('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 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 'cachestorage/CacheTest.cpp', 1710 'cachestorage/CacheTest.cpp',
1711 'canvas2d/CanvasRenderingContext2DAPITest.cpp', 1711 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
1712 'canvas2d/CanvasRenderingContext2DTest.cpp', 1712 'canvas2d/CanvasRenderingContext2DTest.cpp',
1713 'compositorworker/CompositorWorkerManagerTest.cpp', 1713 'compositorworker/CompositorWorkerManagerTest.cpp',
1714 'fetch/BodyStreamBufferTest.cpp', 1714 'fetch/BodyStreamBufferTest.cpp',
1715 'fetch/CompositeDataConsumerHandleTest.cpp', 1715 'fetch/CompositeDataConsumerHandleTest.cpp',
1716 'fetch/DataConsumerHandleTestUtil.cpp', 1716 'fetch/DataConsumerHandleTestUtil.cpp',
1717 'fetch/DataConsumerHandleTestUtil.h', 1717 'fetch/DataConsumerHandleTestUtil.h',
1718 'fetch/DataConsumerHandleUtilTest.cpp', 1718 'fetch/DataConsumerHandleUtilTest.cpp',
1719 'fetch/DataConsumerTeeTest.cpp', 1719 'fetch/DataConsumerTeeTest.cpp',
1720 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1720 'fetch/FetchDataLoaderTest.cpp', 1721 'fetch/FetchDataLoaderTest.cpp',
1721 'fetch/FetchResponseDataTest.cpp', 1722 'fetch/FetchResponseDataTest.cpp',
1722 'fetch/RequestTest.cpp', 1723 'fetch/RequestTest.cpp',
1723 'fetch/ResponseTest.cpp', 1724 'fetch/ResponseTest.cpp',
1724 'filesystem/DOMFileSystemBaseTest.cpp', 1725 'filesystem/DOMFileSystemBaseTest.cpp',
1725 'imagebitmap/ImageBitmapModuleTest.cpp', 1726 'imagebitmap/ImageBitmapModuleTest.cpp',
1726 'indexeddb/IDBKeyPathTest.cpp', 1727 'indexeddb/IDBKeyPathTest.cpp',
1727 'indexeddb/IDBRequestTest.cpp', 1728 'indexeddb/IDBRequestTest.cpp',
1728 'indexeddb/IDBTransactionTest.cpp', 1729 'indexeddb/IDBTransactionTest.cpp',
1729 'serviceworkers/ServiceWorkerContainerTest.cpp', 1730 'serviceworkers/ServiceWorkerContainerTest.cpp',
1730 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1731 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1731 'webaudio/ConvolverNodeTest.cpp', 1732 'webaudio/ConvolverNodeTest.cpp',
1732 'webaudio/DynamicsCompressorNodeTest.cpp', 1733 'webaudio/DynamicsCompressorNodeTest.cpp',
1733 'webaudio/ScriptProcessorNodeTest.cpp', 1734 'webaudio/ScriptProcessorNodeTest.cpp',
1734 'webaudio/StereoPannerNodeTest.cpp', 1735 'webaudio/StereoPannerNodeTest.cpp',
1735 'websockets/DOMWebSocketTest.cpp', 1736 'websockets/DOMWebSocketTest.cpp',
1736 'websockets/DocumentWebSocketChannelTest.cpp', 1737 'websockets/DocumentWebSocketChannelTest.cpp',
1737 ], 1738 ],
1738 }, 1739 },
1739 } 1740 }
OLDNEW
« no previous file with comments | « Source/modules/fetch/FetchDataConsumerHandle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698