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

Unified Diff: Source/core/core.gypi

Issue 1167343002: Add methods for creating V8 extras-based ReadableStreams from C++ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: That todo is not necessary according to yhirano@ Created 5 years, 5 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/bindings/core/v8/V8HiddenValue.h ('k') | Source/core/core_generated.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 91a14a735cb8f5dd87a2cff45e9c31df00c572a8..df9b3eec446d730318d1a30aeb9bebd29079b4cc 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -295,6 +295,7 @@
'streams/ReadableStream.idl',
'streams/ReadableStreamReader.idl',
'streams/Stream.idl',
+ 'streams/UnderlyingSourceBase.idl',
'svg/SVGAElement.idl',
'svg/SVGAngle.idl',
'svg/SVGAnimateElement.idl',
@@ -2009,12 +2010,17 @@
'streams/ReadableByteStreamReader.h',
'streams/ReadableStream.cpp',
'streams/ReadableStream.h',
+ 'streams/ReadableStream2.cpp',
+ 'streams/ReadableStream2.h',
+ 'streams/ReadableStreamController.h',
'streams/ReadableStreamImpl.h',
'streams/ReadableStreamReader.cpp',
'streams/ReadableStreamReader.h',
'streams/Stream.cpp',
'streams/Stream.h',
'streams/UnderlyingSource.h',
+ 'streams/UnderlyingSourceBase.cpp',
+ 'streams/UnderlyingSourceBase.h',
'timing/ConsoleMemory.cpp',
'timing/ConsoleMemory.h',
'timing/DOMWindowPerformance.cpp',
@@ -3750,6 +3756,9 @@
'testing/LayerRect.idl',
'testing/LayerRectList.idl',
'testing/PrivateScriptTest.idl',
+ 'testing/ReadableStreamTestCase.idl',
+ 'testing/ReadableStreamTestRequest.idl',
+ 'testing/ReadableStreamTestSource.idl',
'testing/RefCountedScriptWrappable.idl',
'testing/TypeConversions.idl',
'testing/UnionTypesTest.idl',
@@ -3797,6 +3806,11 @@
'testing/NullExecutionContext.h',
'testing/PrivateScriptTest.cpp',
'testing/PrivateScriptTest.h',
+ 'testing/ReadableStreamTestCase.cpp',
+ 'testing/ReadableStreamTestCase.h',
+ 'testing/ReadableStreamTestRequest.cpp',
+ 'testing/ReadableStreamTestRequest.h',
+ 'testing/ReadableStreamTestSource.h',
'testing/RefCountedScriptWrappable.cpp',
'testing/RefCountedScriptWrappable.h',
'testing/TypeConversions.h',
« no previous file with comments | « Source/bindings/core/v8/V8HiddenValue.h ('k') | Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698