| 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 837ebf7045f8a06c6d6d6b1e651f88ea641bb219..f4b71e5675c495753d60000002133f6478a5626c 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2636,6 +2636,8 @@
|
| 'dom/custom/CustomElementDefinition.h',
|
| 'dom/custom/CustomElementUpgradeSorter.cpp',
|
| 'dom/custom/CustomElementUpgradeSorter.h',
|
| + 'dom/custom/CustomElementDescriptor.h',
|
| + 'dom/custom/CustomElementDescriptorHash.h',
|
| 'dom/custom/CustomElementsRegistry.cpp',
|
| 'dom/custom/CustomElementsRegistry.h',
|
| 'dom/custom/V0CustomElement.cpp',
|
| @@ -3980,6 +3982,7 @@
|
| 'dom/TreeScopeTest.cpp',
|
| 'dom/URLSearchParamsTest.cpp',
|
| 'dom/custom/CustomElementTest.cpp',
|
| + 'dom/custom/CustomElementDescriptorTest.cpp',
|
| 'dom/custom/CustomElementUpgradeSorterTest.cpp',
|
| 'dom/shadow/FlatTreeTraversalTest.cpp',
|
| 'editing/EditingCommandTest.cpp',
|
|
|