| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 597258e22b7559786d220d011e3727a535714472..5ac7cca24328d6a081401b8a128972dfd798ff2b 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2168,8 +2168,6 @@
|
| 'dom/custom/CustomElement.h',
|
| 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp',
|
| 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h',
|
| - 'dom/custom/CustomElementCallbackDispatcher.cpp',
|
| - 'dom/custom/CustomElementCallbackDispatcher.h',
|
| 'dom/custom/CustomElementCallbackInvocation.cpp',
|
| 'dom/custom/CustomElementCallbackInvocation.h',
|
| 'dom/custom/CustomElementCallbackQueue.cpp',
|
| @@ -2194,6 +2192,8 @@
|
| 'dom/custom/CustomElementMicrotaskStep.h',
|
| 'dom/custom/CustomElementObserver.cpp',
|
| 'dom/custom/CustomElementObserver.h',
|
| + 'dom/custom/CustomElementProcessingStack.cpp',
|
| + 'dom/custom/CustomElementProcessingStack.h',
|
| 'dom/custom/CustomElementProcessingStep.h',
|
| 'dom/custom/CustomElementRegistrationContext.cpp',
|
| 'dom/custom/CustomElementRegistrationContext.h',
|
|
|