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

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

Issue 2342023002: Introduce FormDataBytesConsumer (Closed)
Patch Set: fix 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/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index 982d77765c1f394395798b5a6a910a371e087aba..9ad37fa9dc27fc3a8a488ffcdc8d5d19272a7218 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -241,6 +241,7 @@ source_set("unit_tests") {
"fetch/FetchDataLoaderTest.cpp",
"fetch/FetchFormDataConsumerHandleTest.cpp",
"fetch/FetchResponseDataTest.cpp",
+ "fetch/FormDataBytesConsumerTest.cpp",
"fetch/ReadableStreamDataConsumerHandleTest.cpp",
"fetch/RequestTest.cpp",
"fetch/ResponseTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698