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

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

Issue 1265413002: Introduce FetchFormDataConsumerHandle. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/modules/fetch/FetchFormDataConsumerHandleTest.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 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 'fetch/Body.h', 886 'fetch/Body.h',
887 'fetch/BodyStreamBuffer.cpp', 887 'fetch/BodyStreamBuffer.cpp',
888 'fetch/BodyStreamBuffer.h', 888 'fetch/BodyStreamBuffer.h',
889 'fetch/DataConsumerTee.cpp', 889 'fetch/DataConsumerTee.cpp',
890 'fetch/DataConsumerTee.h', 890 'fetch/DataConsumerTee.h',
891 'fetch/FetchBlobDataConsumerHandle.cpp', 891 'fetch/FetchBlobDataConsumerHandle.cpp',
892 'fetch/FetchBlobDataConsumerHandle.h', 892 'fetch/FetchBlobDataConsumerHandle.h',
893 'fetch/FetchDataConsumerHandle.h', 893 'fetch/FetchDataConsumerHandle.h',
894 'fetch/FetchDataLoader.cpp', 894 'fetch/FetchDataLoader.cpp',
895 'fetch/FetchDataLoader.h', 895 'fetch/FetchDataLoader.h',
896 'fetch/FetchFormDataConsumerHandle.cpp',
897 'fetch/FetchFormDataConsumerHandle.h',
896 'fetch/FetchHeaderList.cpp', 898 'fetch/FetchHeaderList.cpp',
897 'fetch/FetchHeaderList.h', 899 'fetch/FetchHeaderList.h',
898 'fetch/FetchManager.cpp', 900 'fetch/FetchManager.cpp',
899 'fetch/FetchManager.h', 901 'fetch/FetchManager.h',
900 'fetch/FetchRequestData.cpp', 902 'fetch/FetchRequestData.cpp',
901 'fetch/FetchRequestData.h', 903 'fetch/FetchRequestData.h',
902 'fetch/FetchResponseData.cpp', 904 'fetch/FetchResponseData.cpp',
903 'fetch/FetchResponseData.h', 905 'fetch/FetchResponseData.h',
904 'fetch/GlobalFetch.cpp', 906 'fetch/GlobalFetch.cpp',
905 'fetch/GlobalFetch.h', 907 'fetch/GlobalFetch.h',
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
1749 'canvas2d/CanvasRenderingContext2DTest.cpp', 1751 'canvas2d/CanvasRenderingContext2DTest.cpp',
1750 'compositorworker/CompositorWorkerManagerTest.cpp', 1752 'compositorworker/CompositorWorkerManagerTest.cpp',
1751 'fetch/BodyStreamBufferTest.cpp', 1753 'fetch/BodyStreamBufferTest.cpp',
1752 'fetch/CompositeDataConsumerHandleTest.cpp', 1754 'fetch/CompositeDataConsumerHandleTest.cpp',
1753 'fetch/DataConsumerHandleTestUtil.cpp', 1755 'fetch/DataConsumerHandleTestUtil.cpp',
1754 'fetch/DataConsumerHandleTestUtil.h', 1756 'fetch/DataConsumerHandleTestUtil.h',
1755 'fetch/DataConsumerHandleUtilTest.cpp', 1757 'fetch/DataConsumerHandleUtilTest.cpp',
1756 'fetch/DataConsumerTeeTest.cpp', 1758 'fetch/DataConsumerTeeTest.cpp',
1757 'fetch/FetchBlobDataConsumerHandleTest.cpp', 1759 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1758 'fetch/FetchDataLoaderTest.cpp', 1760 'fetch/FetchDataLoaderTest.cpp',
1761 'fetch/FetchFormDataConsumerHandleTest.cpp',
1759 'fetch/FetchResponseDataTest.cpp', 1762 'fetch/FetchResponseDataTest.cpp',
1760 'fetch/RequestTest.cpp', 1763 'fetch/RequestTest.cpp',
1761 'fetch/ResponseTest.cpp', 1764 'fetch/ResponseTest.cpp',
1762 'filesystem/DOMFileSystemBaseTest.cpp', 1765 'filesystem/DOMFileSystemBaseTest.cpp',
1763 'imagebitmap/ImageBitmapModuleTest.cpp', 1766 'imagebitmap/ImageBitmapModuleTest.cpp',
1764 'indexeddb/IDBKeyPathTest.cpp', 1767 'indexeddb/IDBKeyPathTest.cpp',
1765 'indexeddb/IDBRequestTest.cpp', 1768 'indexeddb/IDBRequestTest.cpp',
1766 'indexeddb/IDBTransactionTest.cpp', 1769 'indexeddb/IDBTransactionTest.cpp',
1767 'mediastream/RTCDataChannelTest.cpp', 1770 'mediastream/RTCDataChannelTest.cpp',
1768 'notifications/NotificationDataTest.cpp', 1771 'notifications/NotificationDataTest.cpp',
1769 'serviceworkers/ServiceWorkerContainerTest.cpp', 1772 'serviceworkers/ServiceWorkerContainerTest.cpp',
1770 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1773 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1771 'webaudio/ConvolverNodeTest.cpp', 1774 'webaudio/ConvolverNodeTest.cpp',
1772 'webaudio/DynamicsCompressorNodeTest.cpp', 1775 'webaudio/DynamicsCompressorNodeTest.cpp',
1773 'webaudio/ScriptProcessorNodeTest.cpp', 1776 'webaudio/ScriptProcessorNodeTest.cpp',
1774 'webaudio/StereoPannerNodeTest.cpp', 1777 'webaudio/StereoPannerNodeTest.cpp',
1775 'websockets/DOMWebSocketTest.cpp', 1778 'websockets/DOMWebSocketTest.cpp',
1776 'websockets/DocumentWebSocketChannelTest.cpp', 1779 'websockets/DocumentWebSocketChannelTest.cpp',
1777 ], 1780 ],
1778 }, 1781 },
1779 } 1782 }
OLDNEW
« no previous file with comments | « Source/modules/fetch/FetchFormDataConsumerHandleTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698