| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 92a3fb1ab6fa3d6b7c9cf8ff862a9703f73443cb..f8c9b078cc75fc028208e805dc45021fca57be84 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1708,6 +1708,8 @@
|
| 'dom/CustomElementDefinition.cpp',
|
| 'dom/CustomElementDefinition.h',
|
| 'dom/CustomElementCallback.h',
|
| + 'dom/CustomElementCallbackDispatcher.cpp',
|
| + 'dom/CustomElementCallbackDispatcher.h',
|
| 'dom/CustomElementRegistry.cpp',
|
| 'dom/CustomElementRegistry.h',
|
| 'dom/CustomElementUpgradeCandidateMap.cpp',
|
| @@ -1802,6 +1804,8 @@
|
| 'dom/MessageEvent.h',
|
| 'dom/MessagePort.cpp',
|
| 'dom/MessagePortChannel.cpp',
|
| + 'dom/Microtask.cpp',
|
| + 'dom/Microtask.h',
|
| 'dom/MouseEvent.cpp',
|
| 'dom/MouseRelatedEvent.cpp',
|
| 'dom/MutationCallback.h',
|
|
|