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

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, 7 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 8f7c3de83ed66f3d6f7b98d23ded511d5f9ed9b3..849dbd361ed931fc19e74ffab7c06923856665d1 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -714,6 +714,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',
@@ -1427,6 +1429,7 @@
'accessibility/AXObjectTest.cpp',
'cachestorage/CacheTest.cpp',
'fetch/BodyStreamBufferTest.cpp',
+ 'fetch/CompositeDataConsumerHandleTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.cpp',
'fetch/ResponseTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698