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

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

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: Rebase Created 3 years, 8 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/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index 8aeaaf5e2873edb7e82807632f2b2442826aae30..d1fb6bfc99f8798c51fc7d1c2e7713d74f2f6936 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -264,6 +264,7 @@ source_set("unit_tests") {
"fetch/FetchHeaderListTest.cpp",
"fetch/FetchResponseDataTest.cpp",
"fetch/FormDataBytesConsumerTest.cpp",
+ "fetch/MultipartParserTest.cpp",
"fetch/ReadableStreamBytesConsumerTest.cpp",
"fetch/RequestTest.cpp",
"fetch/ResponseTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698