| Index: Source/bindings/core/v8/v8.gypi
|
| diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
|
| index 020275cbb71b21c214a0fe40041b6c7945422939..348feb5754d88320306ae0f6e44b8f834b513ca6 100644
|
| --- a/Source/bindings/core/v8/v8.gypi
|
| +++ b/Source/bindings/core/v8/v8.gypi
|
| @@ -104,6 +104,7 @@
|
| 'V8Binding.cpp',
|
| 'V8Binding.h',
|
| 'V8BindingMacros.h',
|
| + 'V8CacheOptions.h',
|
| 'V8CustomElementLifecycleCallbacks.cpp',
|
| 'V8CustomElementLifecycleCallbacks.h',
|
| 'V8DOMActivityLogger.cpp',
|
| @@ -142,6 +143,8 @@
|
| 'V8PerContextData.h',
|
| 'V8PerIsolateData.cpp',
|
| 'V8PerIsolateData.h',
|
| + 'V8PersistentValueMap.h',
|
| + 'V8PersistentValueVector.h',
|
| 'V8RecursionScope.cpp',
|
| 'V8RecursionScope.h',
|
| 'V8ScriptRunner.cpp',
|
|
|