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

Unified Diff: third_party/WebKit/Source/modules/fetch/BUILD.gn

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: 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/fetch/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/fetch/BUILD.gn b/third_party/WebKit/Source/modules/fetch/BUILD.gn
index 77ab4b9b02379a4f7f5e2dc97a872c3c66dac673..79a1c11a26bf4af7c0c04177c27ad08ed790d9cc 100644
--- a/third_party/WebKit/Source/modules/fetch/BUILD.gn
+++ b/third_party/WebKit/Source/modules/fetch/BUILD.gn
@@ -39,6 +39,8 @@ blink_modules_sources("fetch") {
"GlobalFetch.h",
"Headers.cpp",
"Headers.h",
+ "MultipartParser.cpp",
+ "MultipartParser.h",
"ReadableStreamDataConsumerHandle.cpp",
"ReadableStreamDataConsumerHandle.h",
"Request.cpp",

Powered by Google App Engine
This is Rietveld 408576698