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

Unified Diff: Source/modules/modules.gypi

Issue 1162043007: Introduce CompositeDataConsumerHandle. (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/CompositeDataConsumerHandleTest.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 42f3d9ced6fffe7dbf77be0980df73f732c7afe7..7b1bb372def7a60c24c45b3384be86ff51993f8b 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -734,6 +734,8 @@
'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h',
'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp',
'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
+ 'fetch/CompositeDataConsumerHandle.cpp',
+ 'fetch/CompositeDataConsumerHandle.h',
'fetch/Body.cpp',
'fetch/Body.h',
'fetch/BodyStreamBuffer.cpp',
@@ -1448,6 +1450,7 @@
'cachestorage/CacheTest.cpp',
'compositorworker/CompositorWorkerManagerTest.cpp',
'fetch/BodyStreamBufferTest.cpp',
+ 'fetch/CompositeDataConsumerHandleTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.cpp',
'fetch/ResponseTest.cpp',
« no previous file with comments | « Source/modules/fetch/CompositeDataConsumerHandleTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698