| Index: third_party/WebKit/Source/bindings/core/v8/v8.gypi
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/v8.gypi b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
|
| index ebf98414e48f70012e2ca6512db3d014d48e0f12..781f2b5d0fa70d638db63628675653a3ee5e6039 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/v8.gypi
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
|
| @@ -48,6 +48,8 @@
|
| 'OnStackObjectChecker.h',
|
| 'PrivateScriptRunner.cpp',
|
| 'PrivateScriptRunner.h',
|
| + 'ReadableStreamOperations.cpp',
|
| + 'ReadableStreamOperations.h',
|
| 'RejectedPromises.cpp',
|
| 'RejectedPromises.h',
|
| 'RetainedDOMInfo.cpp',
|
| @@ -180,6 +182,7 @@
|
| 'npruntime_priv.h',
|
| ],
|
| 'bindings_core_v8_unittest_files': [
|
| + 'ReadableStreamOperationsTest.cpp',
|
| 'ScriptPromisePropertyTest.cpp',
|
| 'ScriptPromiseResolverTest.cpp',
|
| 'ScriptPromiseTest.cpp',
|
|
|