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

Unified Diff: Source/modules/modules.gypi

Issue 1176243004: Add FetchDataConsumerHandle and utility functions/classes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Build break fix. 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/FetchDataConsumerHandle.h ('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 7b1bb372def7a60c24c45b3384be86ff51993f8b..f0d506faddf9424b2b9545ccd1b016e898ddb825 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -736,10 +736,13 @@
'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
'fetch/CompositeDataConsumerHandle.cpp',
'fetch/CompositeDataConsumerHandle.h',
+ 'fetch/DataConsumerHandleUtil.cpp',
+ 'fetch/DataConsumerHandleUtil.h',
'fetch/Body.cpp',
'fetch/Body.h',
'fetch/BodyStreamBuffer.cpp',
'fetch/BodyStreamBuffer.h',
+ 'fetch/FetchDataConsumerHandle.h',
'fetch/FetchHeaderList.cpp',
'fetch/FetchHeaderList.h',
'fetch/FetchManager.cpp',
@@ -1451,6 +1454,8 @@
'compositorworker/CompositorWorkerManagerTest.cpp',
'fetch/BodyStreamBufferTest.cpp',
'fetch/CompositeDataConsumerHandleTest.cpp',
+ 'fetch/DataConsumerHandleTestUtil.h',
+ 'fetch/DataConsumerHandleUtilTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.cpp',
'fetch/ResponseTest.cpp',
« no previous file with comments | « Source/modules/fetch/FetchDataConsumerHandle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698