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

Unified Diff: Source/core/core_generated.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/core/core.gypi ('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_generated.gypi
diff --git a/Source/core/core_generated.gypi b/Source/core/core_generated.gypi
index 3f3d812abcf26b936b96d81f026416f4ed0b4cf4..21ada920a2ef48cf3bbd7abb1d8c3b8617e04a27 100644
--- a/Source/core/core_generated.gypi
+++ b/Source/core/core_generated.gypi
@@ -51,6 +51,12 @@
'<(bindings_core_v8_output_dir)/V8LayerRectList.h',
'<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp',
'<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h',
+ '<(bindings_core_v8_output_dir)/V8ReadableStreamTestRequest.cpp',
+ '<(bindings_core_v8_output_dir)/V8ReadableStreamTestRequest.h',
+ '<(bindings_core_v8_output_dir)/V8ReadableStreamTestSource.cpp',
+ '<(bindings_core_v8_output_dir)/V8ReadableStreamTestSource.h',
+ '<(bindings_core_v8_output_dir)/V8ReadableStreamTestCase.cpp',
+ '<(bindings_core_v8_output_dir)/V8ReadableStreamTestCase.h',
'<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp',
'<(bindings_core_v8_output_dir)/V8InternalDictionary.h',
'<(bindings_core_v8_output_dir)/V8InternalDictionaryDerived.cpp',
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/streams/ByteLengthQueuingStrategy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698