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

Unified Diff: Source/core/core.gypi

Issue 1118673002: Implement ReadableStream as a V8 extra (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanups; make controller a member instead of arg 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
« no previous file with comments | « Source/bindings/scripts/v8_types.py ('k') | Source/core/streams/ByteLengthQueuingStrategy.js » ('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 484ade45f78ab4c2071f8d48d0de4457693ce62d..73c5698da3f892076ded1f0d729fd45c620a9497 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -294,6 +294,9 @@
'streams/ReadableByteStreamReader.idl',
'streams/ReadableStream.idl',
'streams/ReadableStreamReader.idl',
+ 'streams/ScriptUnderlyingSource.idl',
+ 'streams/ScriptQueuingStrategy.idl',
+ 'streams/StreamTest.idl',
'streams/Stream.idl',
'svg/SVGAElement.idl',
'svg/SVGAngle.idl',
@@ -1991,6 +1994,19 @@
'streams/Stream.cpp',
'streams/Stream.h',
'streams/UnderlyingSource.h',
+
+ 'streams/ScriptQueuingStrategy.cpp',
+ 'streams/ScriptQueuingStrategy.h',
+ 'streams/ScriptReadableStream.cpp',
+ 'streams/ScriptReadableStream.h',
+ 'streams/ScriptReadableStreamController.cpp',
+ 'streams/ScriptReadableStreamController.h',
+ 'streams/ScriptUnderlyingSource.cpp',
+ 'streams/ScriptUnderlyingSource.h',
+
+ 'streams/StreamTest.h',
+ 'streams/StreamTest.cpp',
+
'timing/ConsoleMemory.cpp',
'timing/ConsoleMemory.h',
'timing/DOMWindowPerformance.cpp',
« no previous file with comments | « Source/bindings/scripts/v8_types.py ('k') | Source/core/streams/ByteLengthQueuingStrategy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698