| 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 f43e3d203b93853f0869562d740973aac27b3397..7dc08d08307deece51d873f507f369859853bcd6 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2639,6 +2639,8 @@
|
| 'dom/custom/CustomElementReaction.h',
|
| 'dom/custom/CustomElementReactionQueue.cpp',
|
| 'dom/custom/CustomElementReactionQueue.h',
|
| + 'dom/custom/CustomElementReactionStack.cpp',
|
| + 'dom/custom/CustomElementReactionStack.h',
|
| 'dom/custom/CustomElementUpgradeSorter.cpp',
|
| 'dom/custom/CustomElementUpgradeSorter.h',
|
| 'dom/custom/CustomElementsRegistry.cpp',
|
| @@ -3985,9 +3987,12 @@
|
| 'dom/TreeScopeStyleSheetCollectionTest.cpp',
|
| 'dom/TreeScopeTest.cpp',
|
| 'dom/URLSearchParamsTest.cpp',
|
| - 'dom/custom/CustomElementTest.cpp',
|
| 'dom/custom/CustomElementDescriptorTest.cpp',
|
| 'dom/custom/CustomElementReactionQueueTest.cpp',
|
| + 'dom/custom/CustomElementReactionStackTest.cpp',
|
| + 'dom/custom/CustomElementReactionTestHelpers.h',
|
| + 'dom/custom/CustomElementTest.cpp',
|
| + 'dom/custom/CustomElementTestHelpers.h',
|
| 'dom/custom/CustomElementUpgradeSorterTest.cpp',
|
| 'dom/shadow/FlatTreeTraversalTest.cpp',
|
| 'editing/EditingCommandTest.cpp',
|
|
|