| 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 0c4b5985aee09f000457092e59d6cb6fcb8b0de6..3e57501a88cf881df999200f5976d9fa0ec0ec85 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2633,10 +2633,10 @@
|
| 'dom/custom/CustomElementDefinition.cpp',
|
| 'dom/custom/CustomElementDefinition.h',
|
| 'dom/custom/CustomElementDefinitionBuilder.h',
|
| - 'dom/custom/CustomElementUpgradeSorter.cpp',
|
| - 'dom/custom/CustomElementUpgradeSorter.h',
|
| 'dom/custom/CustomElementDescriptor.h',
|
| 'dom/custom/CustomElementDescriptorHash.h',
|
| + 'dom/custom/CustomElementUpgradeSorter.cpp',
|
| + 'dom/custom/CustomElementUpgradeSorter.h',
|
| 'dom/custom/CustomElementsRegistry.cpp',
|
| 'dom/custom/CustomElementsRegistry.h',
|
| 'dom/custom/V0CustomElement.cpp',
|
| @@ -3981,9 +3981,11 @@
|
| 'dom/TreeScopeStyleSheetCollectionTest.cpp',
|
| 'dom/TreeScopeTest.cpp',
|
| 'dom/URLSearchParamsTest.cpp',
|
| - 'dom/custom/CustomElementTest.cpp',
|
| 'dom/custom/CustomElementDescriptorTest.cpp',
|
| + 'dom/custom/CustomElementTest.cpp',
|
| + 'dom/custom/CustomElementTestHelpers.h',
|
| 'dom/custom/CustomElementUpgradeSorterTest.cpp',
|
| + 'dom/custom/CustomElementsRegistryTest.cpp',
|
| 'dom/shadow/FlatTreeTraversalTest.cpp',
|
| 'editing/EditingCommandTest.cpp',
|
| 'editing/EditingStrategyTest.cpp',
|
|
|