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

Unified Diff: Source/modules/modules.gypi

Issue 1179393007: [2a] Implement FetchDataLoader (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/FetchDataLoaderTest.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 553ff8c07d5b3f4ec73315e1d77ba9dd9991a5e3..5c98dc3fd10c4d313a0abd35fbde1a5e9c91124a 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -748,6 +748,8 @@
'fetch/BodyStreamBuffer.cpp',
'fetch/BodyStreamBuffer.h',
'fetch/FetchDataConsumerHandle.h',
+ 'fetch/FetchDataLoader.cpp',
+ 'fetch/FetchDataLoader.h',
'fetch/FetchHeaderList.cpp',
'fetch/FetchHeaderList.h',
'fetch/FetchManager.cpp',
@@ -1459,6 +1461,7 @@
'fetch/CompositeDataConsumerHandleTest.cpp',
'fetch/DataConsumerHandleTestUtil.h',
'fetch/DataConsumerHandleUtilTest.cpp',
+ 'fetch/FetchDataLoaderTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.cpp',
'fetch/ResponseTest.cpp',
« no previous file with comments | « Source/modules/fetch/FetchDataLoaderTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698