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 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', |
980 'fetch/Request.cpp', | 982 'fetch/Request.cpp', |
981 'fetch/Request.h', | 983 'fetch/Request.h', |
982 'fetch/RequestInit.cpp', | 984 'fetch/RequestInit.cpp', |
983 'fetch/RequestInit.h', | 985 'fetch/RequestInit.h', |
984 'fetch/Response.cpp', | 986 'fetch/Response.cpp', |
985 'fetch/Response.h', | 987 'fetch/Response.h', |
986 'fetch/ResponseInit.h', | 988 'fetch/ResponseInit.h', |
987 'filesystem/DOMFilePath.cpp', | 989 'filesystem/DOMFilePath.cpp', |
988 'filesystem/DOMFilePath.h', | 990 'filesystem/DOMFilePath.h', |
989 'filesystem/DOMFileSystem.cpp', | 991 'filesystem/DOMFileSystem.cpp', |
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1868 'fetch/BodyStreamBufferTest.cpp', | 1870 'fetch/BodyStreamBufferTest.cpp', |
1869 'fetch/CompositeDataConsumerHandleTest.cpp', | 1871 'fetch/CompositeDataConsumerHandleTest.cpp', |
1870 'fetch/DataConsumerHandleTestUtil.cpp', | 1872 'fetch/DataConsumerHandleTestUtil.cpp', |
1871 'fetch/DataConsumerHandleTestUtil.h', | 1873 'fetch/DataConsumerHandleTestUtil.h', |
1872 'fetch/DataConsumerHandleUtilTest.cpp', | 1874 'fetch/DataConsumerHandleUtilTest.cpp', |
1873 'fetch/DataConsumerTeeTest.cpp', | 1875 'fetch/DataConsumerTeeTest.cpp', |
1874 'fetch/FetchBlobDataConsumerHandleTest.cpp', | 1876 'fetch/FetchBlobDataConsumerHandleTest.cpp', |
1875 'fetch/FetchDataLoaderTest.cpp', | 1877 'fetch/FetchDataLoaderTest.cpp', |
1876 'fetch/FetchFormDataConsumerHandleTest.cpp', | 1878 'fetch/FetchFormDataConsumerHandleTest.cpp', |
1877 'fetch/FetchResponseDataTest.cpp', | 1879 'fetch/FetchResponseDataTest.cpp', |
| 1880 'fetch/ReadableStreamDataConsumerHandleTest.cpp', |
1878 'fetch/RequestTest.cpp', | 1881 'fetch/RequestTest.cpp', |
1879 'fetch/ResponseTest.cpp', | 1882 'fetch/ResponseTest.cpp', |
1880 'filesystem/DOMFileSystemBaseTest.cpp', | 1883 'filesystem/DOMFileSystemBaseTest.cpp', |
1881 'indexeddb/IDBKeyPathTest.cpp', | 1884 'indexeddb/IDBKeyPathTest.cpp', |
1882 'indexeddb/IDBRequestTest.cpp', | 1885 'indexeddb/IDBRequestTest.cpp', |
1883 'indexeddb/IDBTransactionTest.cpp', | 1886 'indexeddb/IDBTransactionTest.cpp', |
1884 'indexeddb/MockWebIDBDatabase.cpp', | 1887 'indexeddb/MockWebIDBDatabase.cpp', |
1885 'indexeddb/MockWebIDBDatabase.h', | 1888 'indexeddb/MockWebIDBDatabase.h', |
1886 'mediasession/MediaSessionTest.cpp', | 1889 'mediasession/MediaSessionTest.cpp', |
1887 'mediastream/RTCDataChannelTest.cpp', | 1890 'mediastream/RTCDataChannelTest.cpp', |
1888 'notifications/NotificationDataTest.cpp', | 1891 'notifications/NotificationDataTest.cpp', |
1889 'presentation/PresentationAvailabilityTest.cpp', | 1892 'presentation/PresentationAvailabilityTest.cpp', |
1890 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1893 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1891 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1894 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
1892 'webaudio/ConvolverNodeTest.cpp', | 1895 'webaudio/ConvolverNodeTest.cpp', |
1893 'webaudio/DynamicsCompressorNodeTest.cpp', | 1896 'webaudio/DynamicsCompressorNodeTest.cpp', |
1894 'webaudio/ScriptProcessorNodeTest.cpp', | 1897 'webaudio/ScriptProcessorNodeTest.cpp', |
1895 'webaudio/StereoPannerNodeTest.cpp', | 1898 'webaudio/StereoPannerNodeTest.cpp', |
1896 'websockets/DOMWebSocketTest.cpp', | 1899 'websockets/DOMWebSocketTest.cpp', |
1897 'websockets/DocumentWebSocketChannelTest.cpp', | 1900 'websockets/DocumentWebSocketChannelTest.cpp', |
1898 ], | 1901 ], |
1899 }, | 1902 }, |
1900 } | 1903 } |
OLD | NEW |