| Index: Source/bindings/bindings.gypi
|
| diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
|
| index f8218dfcaa5f27f4d87ad94a867ff469b5c234e6..e06edbde5137c045b20d3ad343036ddf2be28e03 100644
|
| --- a/Source/bindings/bindings.gypi
|
| +++ b/Source/bindings/bindings.gypi
|
| @@ -114,6 +114,8 @@
|
| 'v8/V8PerContextData.h',
|
| 'v8/V8PerIsolateData.cpp',
|
| 'v8/V8PerIsolateData.h',
|
| + 'v8/V8PromiseUtilities.cpp',
|
| + 'v8/V8PromiseUtilities.h',
|
| 'v8/V8RecursionScope.cpp',
|
| 'v8/V8RecursionScope.h',
|
| 'v8/V8ScriptRunner.cpp',
|
| @@ -203,6 +205,8 @@
|
| 'v8/custom/V8PannerNodeCustom.cpp',
|
| 'v8/custom/V8PerformanceEntryCustom.cpp',
|
| 'v8/custom/V8PopStateEventCustom.cpp',
|
| + 'v8/custom/V8PromiseCustom.cpp',
|
| + 'v8/custom/V8PromiseResolverCustom.cpp',
|
| 'v8/custom/V8SQLResultSetRowListCustom.cpp',
|
| 'v8/custom/V8SQLTransactionCustom.cpp',
|
| 'v8/custom/V8SQLTransactionSyncCustom.cpp',
|
|
|