| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 72c7cf0e2706fab7e194033458cbbf6b106cf154..00760e056d0c71d878ca591d2263b0f13bfb610d 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2017,6 +2017,7 @@
|
| 'dom/custom/CustomElementDescriptorHash.h',
|
| 'dom/custom/CustomElementException.cpp',
|
| 'dom/custom/CustomElementException.h',
|
| + 'dom/custom/CustomElementInvocation.h',
|
| 'dom/custom/CustomElementLifecycleCallbacks.h',
|
| 'dom/custom/CustomElementObserver.cpp',
|
| 'dom/custom/CustomElementObserver.h',
|
| @@ -2024,6 +2025,8 @@
|
| 'dom/custom/CustomElementRegistrationContext.h',
|
| 'dom/custom/CustomElementRegistry.cpp',
|
| 'dom/custom/CustomElementRegistry.h',
|
| + 'dom/custom/CustomElementResolutionInvocation.cpp',
|
| + 'dom/custom/CustomElementResolutionInvocation.h',
|
| 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
|
| 'dom/custom/CustomElementUpgradeCandidateMap.h',
|
| 'dom/shadow/ComposedTreeWalker.cpp',
|
|
|