| Index: Source/bindings/bindings.gypi
|
| diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
|
| index 0fb50465934494860543064977f1f2dc376728fc..d4c2335cb0fc6600ea6444c9bf2c285df91ea159 100644
|
| --- a/Source/bindings/bindings.gypi
|
| +++ b/Source/bindings/bindings.gypi
|
| @@ -70,6 +70,8 @@
|
| 'v8/V8AbstractEventListener.h',
|
| 'v8/V8AdaptorFunction.cpp',
|
| 'v8/V8AdaptorFunction.h',
|
| + 'v8/V8AnyCallback.cpp',
|
| + 'v8/V8AnyCallback.h',
|
| 'v8/V8Binding.cpp',
|
| 'v8/V8Binding.h',
|
| 'v8/V8BindingMacros.h',
|
| @@ -88,6 +90,8 @@
|
| 'v8/V8EventListener.h',
|
| 'v8/V8EventListenerList.cpp',
|
| 'v8/V8EventListenerList.h',
|
| + 'v8/V8FutureInit.cpp',
|
| + 'v8/V8FutureInit.h',
|
| 'v8/V8GCController.cpp',
|
| 'v8/V8GCController.h',
|
| 'v8/V8GCForContextDispose.cpp',
|
| @@ -172,6 +176,8 @@
|
| 'v8/custom/V8EventTargetCustom.cpp',
|
| 'v8/custom/V8FileReaderCustom.cpp',
|
| 'v8/custom/V8FormDataCustom.cpp',
|
| + 'v8/custom/V8FutureCustom.cpp',
|
| + 'v8/custom/V8FutureResolverCustom.cpp',
|
| 'v8/custom/V8GeolocationCustom.cpp',
|
| 'v8/custom/V8HTMLAllCollectionCustom.cpp',
|
| 'v8/custom/V8HTMLCanvasElementCustom.cpp',
|
|
|