| 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 5046f527033c05b7d2a63dbd34458f34f88d11cf..6a5e474155cf61ab88d0d4739b3d759a8c620ecf 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2633,10 +2633,13 @@
|
| '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/CustomElementReaction.h',
|
| + 'dom/custom/CustomElementReactionQueue.cpp',
|
| + 'dom/custom/CustomElementReactionQueue.h',
|
| + 'dom/custom/CustomElementUpgradeSorter.cpp',
|
| + 'dom/custom/CustomElementUpgradeSorter.h',
|
| 'dom/custom/CustomElementsRegistry.cpp',
|
| 'dom/custom/CustomElementsRegistry.h',
|
| 'dom/custom/V0CustomElement.cpp',
|
| @@ -3983,6 +3986,7 @@
|
| 'dom/URLSearchParamsTest.cpp',
|
| 'dom/custom/CustomElementTest.cpp',
|
| 'dom/custom/CustomElementDescriptorTest.cpp',
|
| + 'dom/custom/CustomElementReactionQueueTest.cpp',
|
| 'dom/custom/CustomElementUpgradeSorterTest.cpp',
|
| 'dom/shadow/FlatTreeTraversalTest.cpp',
|
| 'editing/EditingCommandTest.cpp',
|
|
|