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

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
« no previous file with comments | « Source/modules/fetch/FetchFormDataConsumerHandleTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 5db7bdcdd9ee96b2ad8d27999ecaa36abae2d842..d708acbe360fdf205ba66f7cb404da8ff719a175 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -893,6 +893,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',
@@ -1756,6 +1758,7 @@
'fetch/DataConsumerTeeTest.cpp',
'fetch/FetchBlobDataConsumerHandleTest.cpp',
'fetch/FetchDataLoaderTest.cpp',
+ 'fetch/FetchFormDataConsumerHandleTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.cpp',
'fetch/ResponseTest.cpp',
« no previous file with comments | « Source/modules/fetch/FetchFormDataConsumerHandleTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698