| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 5db7bdcdd9ee96b2ad8d27999ecaa36abae2d842..d708acbe360fdf205ba66f7cb404da8ff719a175 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -893,6 +893,8 @@
|
| 'fetch/FetchDataConsumerHandle.h',
|
| 'fetch/FetchDataLoader.cpp',
|
| 'fetch/FetchDataLoader.h',
|
| + 'fetch/FetchFormDataConsumerHandle.cpp',
|
| + 'fetch/FetchFormDataConsumerHandle.h',
|
| 'fetch/FetchHeaderList.cpp',
|
| 'fetch/FetchHeaderList.h',
|
| 'fetch/FetchManager.cpp',
|
| @@ -1756,6 +1758,7 @@
|
| 'fetch/DataConsumerTeeTest.cpp',
|
| 'fetch/FetchBlobDataConsumerHandleTest.cpp',
|
| 'fetch/FetchDataLoaderTest.cpp',
|
| + 'fetch/FetchFormDataConsumerHandleTest.cpp',
|
| 'fetch/FetchResponseDataTest.cpp',
|
| 'fetch/RequestTest.cpp',
|
| 'fetch/ResponseTest.cpp',
|
|
|