| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index d0a8300b48784b296b5da730bab91b6fcdc229d9..df91b877bd6894ced43bb5d8becaa50bbb717acc 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2626,6 +2626,10 @@
|
| 'dom/WeakIdentifierMap.h',
|
| 'dom/XMLDocument.cpp',
|
| 'dom/XMLDocument.h',
|
| + 'dom/custom/CustomElement.cpp',
|
| + 'dom/custom/CustomElement.h',
|
| + 'dom/custom/CustomElementsRegistry.cpp',
|
| + 'dom/custom/CustomElementsRegistry.h',
|
| 'dom/custom/V0CustomElement.cpp',
|
| 'dom/custom/V0CustomElement.h',
|
| 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp',
|
| @@ -2667,8 +2671,6 @@
|
| 'dom/custom/V0CustomElementSyncMicrotaskQueue.h',
|
| 'dom/custom/V0CustomElementUpgradeCandidateMap.cpp',
|
| 'dom/custom/V0CustomElementUpgradeCandidateMap.h',
|
| - 'dom/custom/CustomElementsRegistry.cpp',
|
| - 'dom/custom/CustomElementsRegistry.h',
|
| 'dom/shadow/DistributedNodes.cpp',
|
| 'dom/shadow/DistributedNodes.h',
|
| 'dom/shadow/ElementShadow.cpp',
|
| @@ -3956,6 +3958,7 @@
|
| 'dom/TreeScopeStyleSheetCollectionTest.cpp',
|
| 'dom/TreeScopeTest.cpp',
|
| 'dom/URLSearchParamsTest.cpp',
|
| + 'dom/custom/CustomElementTest.cpp',
|
| 'dom/shadow/FlatTreeTraversalTest.cpp',
|
| 'editing/EditingCommandTest.cpp',
|
| 'editing/EditingStrategyTest.cpp',
|
|
|