| 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 5e7158e3cdc7f62b64868155cdaee4c66295012b..f6b44c4ea164a81af151616cd9f1a6efe067d1e6 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -115,6 +115,7 @@
|
| 'dom/Uint8ClampedArray.idl',
|
| 'dom/URLSearchParams.idl',
|
| 'dom/XMLDocument.idl',
|
| + 'dom/custom/CustomElementsRegistry.idl',
|
| 'dom/shadow/ShadowRoot.idl',
|
| 'editing/Selection.idl',
|
| 'events/AnimationEvent.idl',
|
| @@ -2652,6 +2653,8 @@
|
| 'dom/custom/CustomElementSyncMicrotaskQueue.h',
|
| 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
|
| 'dom/custom/CustomElementUpgradeCandidateMap.h',
|
| + 'dom/custom/CustomElementsRegistry.cpp',
|
| + 'dom/custom/CustomElementsRegistry.h',
|
| 'dom/shadow/DistributedNodes.cpp',
|
| 'dom/shadow/DistributedNodes.h',
|
| 'dom/shadow/ElementShadow.cpp',
|
|
|