Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: Rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 9051dee0a02cb0c71ac1c049ad26271d688af042..925e4ac9b85596f626a620abdc8687fdb26b6fa1 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1115,6 +1115,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',

Powered by Google App Engine
This is Rietveld 408576698