| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 89455d2f39755ff62372851781bee2b6a0b84060..7d0daf74d0575bc1866aeef9106835c1795872b7 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1746,6 +1746,8 @@
|
| 'dom/CustomElementDescriptor.h',
|
| 'dom/CustomElementDescriptorHash.h',
|
| 'dom/CustomElementLifecycleCallbacks.h',
|
| + 'dom/CustomElementRegistrationContext.cpp',
|
| + 'dom/CustomElementRegistrationContext.h',
|
| 'dom/CustomElementRegistry.cpp',
|
| 'dom/CustomElementRegistry.h',
|
| 'dom/CustomElementUpgradeCandidateMap.cpp',
|
|
|