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

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: Created 5 years, 10 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/WebStreams.cpp » ('j') | Source/platform/streams/WebStreams.cpp » ('J')
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 132334d069d8dc135d41c5ef5becf96e5797b4ff..559bddf65d1592aaea639b7313a0c8768660ee81 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -142,6 +142,7 @@
'WebThread.cpp',
'WebThreadSupportingGC.cpp',
'WebThreadSupportingGC.h',
+ 'WebStreams.h',
'Widget.cpp',
'Widget.h',
'WindowsKeyboardCodes.h',
@@ -815,6 +816,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/WebStreams.cpp » ('j') | Source/platform/streams/WebStreams.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698