| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index c4a5f088037174f938e5ba94afb4354355caf899..1380b1048ff203de1c8fc372086b221f5feb10a4 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -892,6 +892,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',
|
| @@ -1753,6 +1755,7 @@
|
| 'fetch/DataConsumerTeeTest.cpp',
|
| 'fetch/FetchBlobDataConsumerHandleTest.cpp',
|
| 'fetch/FetchDataLoaderTest.cpp',
|
| + 'fetch/FetchFormDataConsumerHandleTest.cpp',
|
| 'fetch/FetchResponseDataTest.cpp',
|
| 'fetch/RequestTest.cpp',
|
| 'fetch/ResponseTest.cpp',
|
|
|