| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index 8b8be42b713e774aaa5d28049cd8d6c4a389320f..09858a791621d7805615b5cb92e6e47cb70afeba 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -1113,6 +1113,8 @@
|
| 'fetch/GlobalFetch.h',
|
| 'fetch/Headers.cpp',
|
| 'fetch/Headers.h',
|
| + 'fetch/MultipartParser.cpp',
|
| + 'fetch/MultipartParser.h',
|
| 'fetch/ReadableStreamDataConsumerHandle.cpp',
|
| 'fetch/ReadableStreamDataConsumerHandle.h',
|
| 'fetch/Request.cpp',
|
| @@ -2062,6 +2064,7 @@
|
| 'fetch/FetchDataLoaderTest.cpp',
|
| 'fetch/FetchFormDataConsumerHandleTest.cpp',
|
| 'fetch/FetchResponseDataTest.cpp',
|
| + 'fetch/MultipartParserTest.cpp',
|
| 'fetch/ReadableStreamDataConsumerHandleTest.cpp',
|
| 'fetch/RequestTest.cpp',
|
| 'fetch/ResponseTest.cpp',
|
|
|