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

Unified Diff: Source/modules/modules.gypi

Issue 1176403006: [1b] Implement FetchBlobDataConsumerHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index d138fa17564d555fdf07233804295662bd3cb0a8..6d17dd6318f0e6d0f1d5a1a32cb096f2a714fc9d 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -749,6 +749,8 @@
'fetch/Body.h',
'fetch/BodyStreamBuffer.cpp',
'fetch/BodyStreamBuffer.h',
+ 'fetch/FetchBlobDataConsumerHandle.cpp',
+ 'fetch/FetchBlobDataConsumerHandle.h',
'fetch/FetchDataConsumerHandle.h',
'fetch/FetchDataLoader.cpp',
'fetch/FetchDataLoader.h',
@@ -1463,6 +1465,7 @@
'fetch/CompositeDataConsumerHandleTest.cpp',
'fetch/DataConsumerHandleTestUtil.h',
'fetch/DataConsumerHandleUtilTest.cpp',
+ 'fetch/FetchBlobDataConsumerHandleTest.cpp',
'fetch/FetchDataLoaderTest.cpp',
'fetch/FetchResponseDataTest.cpp',
'fetch/RequestTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698