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

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

Issue 1527493002: Revert of Response construction with a ReadableStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 'fetch/FetchManager.cpp', 970 'fetch/FetchManager.cpp',
971 'fetch/FetchManager.h', 971 'fetch/FetchManager.h',
972 'fetch/FetchRequestData.cpp', 972 'fetch/FetchRequestData.cpp',
973 'fetch/FetchRequestData.h', 973 'fetch/FetchRequestData.h',
974 'fetch/FetchResponseData.cpp', 974 'fetch/FetchResponseData.cpp',
975 'fetch/FetchResponseData.h', 975 'fetch/FetchResponseData.h',
976 'fetch/GlobalFetch.cpp', 976 'fetch/GlobalFetch.cpp',
977 'fetch/GlobalFetch.h', 977 'fetch/GlobalFetch.h',
978 'fetch/Headers.cpp', 978 'fetch/Headers.cpp',
979 'fetch/Headers.h', 979 'fetch/Headers.h',
980 'fetch/ReadableStreamDataConsumerHandle.cpp',
981 'fetch/ReadableStreamDataConsumerHandle.h',
982 'fetch/Request.cpp', 980 'fetch/Request.cpp',
983 'fetch/Request.h', 981 'fetch/Request.h',
984 'fetch/RequestInit.cpp', 982 'fetch/RequestInit.cpp',
985 'fetch/RequestInit.h', 983 'fetch/RequestInit.h',
986 'fetch/Response.cpp', 984 'fetch/Response.cpp',
987 'fetch/Response.h', 985 'fetch/Response.h',
988 'fetch/ResponseInit.h', 986 'fetch/ResponseInit.h',
989 'filesystem/DOMFilePath.cpp', 987 'filesystem/DOMFilePath.cpp',
990 'filesystem/DOMFilePath.h', 988 'filesystem/DOMFilePath.h',
991 'filesystem/DOMFileSystem.cpp', 989 'filesystem/DOMFileSystem.cpp',
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
1870 'fetch/BodyStreamBufferTest.cpp', 1868 'fetch/BodyStreamBufferTest.cpp',
1871 'fetch/CompositeDataConsumerHandleTest.cpp', 1869 'fetch/CompositeDataConsumerHandleTest.cpp',
1872 'fetch/DataConsumerHandleTestUtil.cpp', 1870 'fetch/DataConsumerHandleTestUtil.cpp',
1873 'fetch/DataConsumerHandleTestUtil.h', 1871 'fetch/DataConsumerHandleTestUtil.h',
1874 'fetch/DataConsumerHandleUtilTest.cpp', 1872 'fetch/DataConsumerHandleUtilTest.cpp',
1875 'fetch/DataConsumerTeeTest.cpp', 1873 'fetch/DataConsumerTeeTest.cpp',
1876 'fetch/FetchBlobDataConsumerHandleTest.cpp', 1874 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1877 'fetch/FetchDataLoaderTest.cpp', 1875 'fetch/FetchDataLoaderTest.cpp',
1878 'fetch/FetchFormDataConsumerHandleTest.cpp', 1876 'fetch/FetchFormDataConsumerHandleTest.cpp',
1879 'fetch/FetchResponseDataTest.cpp', 1877 'fetch/FetchResponseDataTest.cpp',
1880 'fetch/ReadableStreamDataConsumerHandleTest.cpp',
1881 'fetch/RequestTest.cpp', 1878 'fetch/RequestTest.cpp',
1882 'fetch/ResponseTest.cpp', 1879 'fetch/ResponseTest.cpp',
1883 'filesystem/DOMFileSystemBaseTest.cpp', 1880 'filesystem/DOMFileSystemBaseTest.cpp',
1884 'indexeddb/IDBKeyPathTest.cpp', 1881 'indexeddb/IDBKeyPathTest.cpp',
1885 'indexeddb/IDBRequestTest.cpp', 1882 'indexeddb/IDBRequestTest.cpp',
1886 'indexeddb/IDBTransactionTest.cpp', 1883 'indexeddb/IDBTransactionTest.cpp',
1887 'indexeddb/MockWebIDBDatabase.cpp', 1884 'indexeddb/MockWebIDBDatabase.cpp',
1888 'indexeddb/MockWebIDBDatabase.h', 1885 'indexeddb/MockWebIDBDatabase.h',
1889 'mediasession/MediaSessionTest.cpp', 1886 'mediasession/MediaSessionTest.cpp',
1890 'mediastream/RTCDataChannelTest.cpp', 1887 'mediastream/RTCDataChannelTest.cpp',
1891 'notifications/NotificationDataTest.cpp', 1888 'notifications/NotificationDataTest.cpp',
1892 'presentation/PresentationAvailabilityTest.cpp', 1889 'presentation/PresentationAvailabilityTest.cpp',
1893 'serviceworkers/ServiceWorkerContainerTest.cpp', 1890 'serviceworkers/ServiceWorkerContainerTest.cpp',
1894 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1891 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1895 'webaudio/ConvolverNodeTest.cpp', 1892 'webaudio/ConvolverNodeTest.cpp',
1896 'webaudio/DynamicsCompressorNodeTest.cpp', 1893 'webaudio/DynamicsCompressorNodeTest.cpp',
1897 'webaudio/ScriptProcessorNodeTest.cpp', 1894 'webaudio/ScriptProcessorNodeTest.cpp',
1898 'webaudio/StereoPannerNodeTest.cpp', 1895 'webaudio/StereoPannerNodeTest.cpp',
1899 'websockets/DOMWebSocketTest.cpp', 1896 'websockets/DOMWebSocketTest.cpp',
1900 'websockets/DocumentWebSocketChannelTest.cpp', 1897 'websockets/DocumentWebSocketChannelTest.cpp',
1901 ], 1898 ],
1902 }, 1899 },
1903 } 1900 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/Response.idl ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698