| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 783f10fe836b83af82d72af245f1514ebc0a26ed..fc102cf4a680896f11fde308dc216ae2910d1a0e 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2038,10 +2038,13 @@
|
| 'dom/custom/CustomElementLifecycleCallbacks.h',
|
| 'dom/custom/CustomElementObserver.cpp',
|
| 'dom/custom/CustomElementObserver.h',
|
| + 'dom/custom/CustomElementProcessingStep.h',
|
| 'dom/custom/CustomElementRegistrationContext.cpp',
|
| 'dom/custom/CustomElementRegistrationContext.h',
|
| 'dom/custom/CustomElementRegistry.cpp',
|
| 'dom/custom/CustomElementRegistry.h',
|
| + 'dom/custom/CustomElementResolutionStep.cpp',
|
| + 'dom/custom/CustomElementResolutionStep.h',
|
| 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
|
| 'dom/custom/CustomElementUpgradeCandidateMap.h',
|
| 'dom/shadow/ComposedTreeWalker.cpp',
|
|
|