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

Unified Diff: Source/platform/blink_platform.gypi

Issue 924713002: [WIP] ReadableStream V8 extension (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: More complete implementation Created 5 years, 8 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 | « no previous file | Source/platform/streams/ReadableStream.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index bbb9e8dd90f5d438ac461596d99e46273c91d746..87b6147826a41bf9ddea4d51bd1f910836f6d899 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -135,6 +135,7 @@
'UserGestureIndicator.cpp',
'UserGestureIndicator.h',
'WebScheduler.cpp',
+ 'WebStreams.h',
'WebThreadSupportingGC.cpp',
'WebThreadSupportingGC.h',
'WebThread.cpp',
@@ -811,6 +812,7 @@
'speech/PlatformSpeechSynthesisVoice.h',
'speech/PlatformSpeechSynthesizer.cpp',
'speech/PlatformSpeechSynthesizer.h',
+ 'streams/WebStreams.cpp',
'text/BidiCharacterRun.cpp',
'text/BidiCharacterRun.h',
'text/BidiContext.cpp',
« no previous file with comments | « no previous file | Source/platform/streams/ReadableStream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698