OLD | NEW |
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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 'fetch/FetchManager.cpp', | 966 'fetch/FetchManager.cpp', |
967 'fetch/FetchManager.h', | 967 'fetch/FetchManager.h', |
968 'fetch/FetchRequestData.cpp', | 968 'fetch/FetchRequestData.cpp', |
969 'fetch/FetchRequestData.h', | 969 'fetch/FetchRequestData.h', |
970 'fetch/FetchResponseData.cpp', | 970 'fetch/FetchResponseData.cpp', |
971 'fetch/FetchResponseData.h', | 971 'fetch/FetchResponseData.h', |
972 'fetch/GlobalFetch.cpp', | 972 'fetch/GlobalFetch.cpp', |
973 'fetch/GlobalFetch.h', | 973 'fetch/GlobalFetch.h', |
974 'fetch/Headers.cpp', | 974 'fetch/Headers.cpp', |
975 'fetch/Headers.h', | 975 'fetch/Headers.h', |
| 976 'fetch/ReadableStreamDataConsumerHandle.cpp', |
| 977 'fetch/ReadableStreamDataConsumerHandle.h', |
976 'fetch/Request.cpp', | 978 'fetch/Request.cpp', |
977 'fetch/Request.h', | 979 'fetch/Request.h', |
978 'fetch/RequestInit.cpp', | 980 'fetch/RequestInit.cpp', |
979 'fetch/RequestInit.h', | 981 'fetch/RequestInit.h', |
980 'fetch/Response.cpp', | 982 'fetch/Response.cpp', |
981 'fetch/Response.h', | 983 'fetch/Response.h', |
982 'fetch/ResponseInit.h', | 984 'fetch/ResponseInit.h', |
983 'filesystem/DOMFilePath.cpp', | 985 'filesystem/DOMFilePath.cpp', |
984 'filesystem/DOMFilePath.h', | 986 'filesystem/DOMFilePath.h', |
985 'filesystem/DOMFileSystem.cpp', | 987 'filesystem/DOMFileSystem.cpp', |
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1862 'fetch/BodyStreamBufferTest.cpp', | 1864 'fetch/BodyStreamBufferTest.cpp', |
1863 'fetch/CompositeDataConsumerHandleTest.cpp', | 1865 'fetch/CompositeDataConsumerHandleTest.cpp', |
1864 'fetch/DataConsumerHandleTestUtil.cpp', | 1866 'fetch/DataConsumerHandleTestUtil.cpp', |
1865 'fetch/DataConsumerHandleTestUtil.h', | 1867 'fetch/DataConsumerHandleTestUtil.h', |
1866 'fetch/DataConsumerHandleUtilTest.cpp', | 1868 'fetch/DataConsumerHandleUtilTest.cpp', |
1867 'fetch/DataConsumerTeeTest.cpp', | 1869 'fetch/DataConsumerTeeTest.cpp', |
1868 'fetch/FetchBlobDataConsumerHandleTest.cpp', | 1870 'fetch/FetchBlobDataConsumerHandleTest.cpp', |
1869 'fetch/FetchDataLoaderTest.cpp', | 1871 'fetch/FetchDataLoaderTest.cpp', |
1870 'fetch/FetchFormDataConsumerHandleTest.cpp', | 1872 'fetch/FetchFormDataConsumerHandleTest.cpp', |
1871 'fetch/FetchResponseDataTest.cpp', | 1873 'fetch/FetchResponseDataTest.cpp', |
| 1874 'fetch/ReadableStreamDataConsumerHandleTest.cpp', |
1872 'fetch/RequestTest.cpp', | 1875 'fetch/RequestTest.cpp', |
1873 'fetch/ResponseTest.cpp', | 1876 'fetch/ResponseTest.cpp', |
1874 'filesystem/DOMFileSystemBaseTest.cpp', | 1877 'filesystem/DOMFileSystemBaseTest.cpp', |
1875 'indexeddb/IDBKeyPathTest.cpp', | 1878 'indexeddb/IDBKeyPathTest.cpp', |
1876 'indexeddb/IDBRequestTest.cpp', | 1879 'indexeddb/IDBRequestTest.cpp', |
1877 'indexeddb/IDBTransactionTest.cpp', | 1880 'indexeddb/IDBTransactionTest.cpp', |
1878 'indexeddb/MockWebIDBDatabase.cpp', | 1881 'indexeddb/MockWebIDBDatabase.cpp', |
1879 'indexeddb/MockWebIDBDatabase.h', | 1882 'indexeddb/MockWebIDBDatabase.h', |
1880 'mediasession/MediaSessionTest.cpp', | 1883 'mediasession/MediaSessionTest.cpp', |
1881 'mediastream/RTCDataChannelTest.cpp', | 1884 'mediastream/RTCDataChannelTest.cpp', |
1882 'notifications/NotificationDataTest.cpp', | 1885 'notifications/NotificationDataTest.cpp', |
1883 'presentation/PresentationAvailabilityTest.cpp', | 1886 'presentation/PresentationAvailabilityTest.cpp', |
1884 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1887 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1885 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1888 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
1886 'webaudio/ConvolverNodeTest.cpp', | 1889 'webaudio/ConvolverNodeTest.cpp', |
1887 'webaudio/DynamicsCompressorNodeTest.cpp', | 1890 'webaudio/DynamicsCompressorNodeTest.cpp', |
1888 'webaudio/ScriptProcessorNodeTest.cpp', | 1891 'webaudio/ScriptProcessorNodeTest.cpp', |
1889 'webaudio/StereoPannerNodeTest.cpp', | 1892 'webaudio/StereoPannerNodeTest.cpp', |
1890 'websockets/DOMWebSocketTest.cpp', | 1893 'websockets/DOMWebSocketTest.cpp', |
1891 'websockets/DocumentWebSocketChannelTest.cpp', | 1894 'websockets/DocumentWebSocketChannelTest.cpp', |
1892 ], | 1895 ], |
1893 }, | 1896 }, |
1894 } | 1897 } |
OLD | NEW |