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

Unified Diff: Source/modules/modules.gypi

Issue 1265413002: Introduce FetchFormDataConsumerHandle. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index c4a5f088037174f938e5ba94afb4354355caf899..1380b1048ff203de1c8fc372086b221f5feb10a4 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -892,6 +892,8 @@
'fetch/FetchDataConsumerHandle.h',
'fetch/FetchDataLoader.cpp',
'fetch/FetchDataLoader.h',
+ 'fetch/FetchFormDataConsumerHandle.cpp',
+ 'fetch/FetchFormDataConsumerHandle.h',
'fetch/FetchHeaderList.cpp',
'fetch/FetchHeaderList.h',
'fetch/FetchManager.cpp',
@@ -1753,6 +1755,7 @@
'fetch/DataConsumerTeeTest.cpp',
'fetch/FetchBlobDataConsumerHandleTest.cpp',
'fetch/FetchDataLoaderTest.cpp',
+ 'fetch/FetchFormDataConsumerHandleTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.cpp',
'fetch/ResponseTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698