| Index: third_party/WebKit/Source/bindings/core/v8/custom/custom.gypi
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/custom.gypi b/third_party/WebKit/Source/bindings/core/v8/custom/custom.gypi
|
| index 56154302b1d08b216bda0c7cb8005228d896e283..9dd3f00ede55953b281f1b0c012fb809f268dc89 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/custom.gypi
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/custom.gypi
|
| @@ -7,6 +7,7 @@
|
| 'bindings_core_v8_custom_files': [
|
| 'V8CSSStyleDeclarationCustom.cpp',
|
| 'V8CustomEventCustom.cpp',
|
| + 'V8CustomElementsRegistryCustom.cpp',
|
| 'V8CustomXPathNSResolver.cpp',
|
| 'V8CustomXPathNSResolver.h',
|
| 'V8DevToolsHostCustom.cpp',
|
| @@ -14,6 +15,7 @@
|
| 'V8ErrorEventCustom.cpp',
|
| 'V8EventTargetCustom.cpp',
|
| 'V8HTMLAllCollectionCustom.cpp',
|
| + 'V8HTMLElementCustom.cpp',
|
| 'V8HTMLPlugInElementCustom.cpp',
|
| 'V8IntersectionObserverCustom.cpp',
|
| 'V8MediaQueryListCustom.cpp',
|
|
|