| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 5064ef0c431cb93b43a07960b79e3ca67d41fb4d..41a4f21d2ceafe8760cc9630c210feb92ca2645b 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2147,6 +2147,8 @@
|
| 'dom/XMLDocument.h',
|
| 'dom/custom/CustomElement.cpp',
|
| 'dom/custom/CustomElement.h',
|
| + 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp',
|
| + 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h',
|
| 'dom/custom/CustomElementCallbackDispatcher.cpp',
|
| 'dom/custom/CustomElementCallbackDispatcher.h',
|
| 'dom/custom/CustomElementCallbackInvocation.cpp',
|
|
|