| Index: Source/bindings/core/v8/v8.gypi
|
| diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
|
| index c14d6f4c69b3ea001b116b59a88593bf815a0cd8..8e0da89f03a01f8c1b5cb336b75322cc4a4805c8 100644
|
| --- a/Source/bindings/core/v8/v8.gypi
|
| +++ b/Source/bindings/core/v8/v8.gypi
|
| @@ -29,8 +29,6 @@
|
| 'DOMWrapperWorld.h',
|
| 'Dictionary.cpp',
|
| 'Dictionary.h',
|
| - 'DictionaryHelperForBindings.h',
|
| - 'DictionaryHelperForCore.cpp',
|
| 'ExceptionMessages.cpp',
|
| 'ExceptionMessages.h',
|
| 'ExceptionState.cpp',
|
| @@ -47,6 +45,9 @@
|
| 'PostMessage.h',
|
| 'PrivateScriptRunner.cpp',
|
| 'PrivateScriptRunner.h',
|
| + 'PropertyBag.cpp',
|
| + 'PropertyBag.h',
|
| + 'PropertyBagTraits.h',
|
| 'RetainedDOMInfo.cpp',
|
| 'RetainedDOMInfo.h',
|
| 'RetainedObjectInfo.h',
|
|
|