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 ef5008fb88002e06a689674af73be750295443bc..98cc904e2aaebd6a39488d441422270ac91ecc59 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -2629,6 +2629,8 @@ |
'dom/WeakIdentifierMap.h', |
'dom/XMLDocument.cpp', |
'dom/XMLDocument.h', |
+ 'dom/custom/CEReactionsScope.cpp', |
+ 'dom/custom/CEReactionsScope.h', |
'dom/custom/CustomElement.cpp', |
'dom/custom/CustomElement.h', |
'dom/custom/CustomElementDefinition.cpp', |
@@ -2641,6 +2643,8 @@ |
'dom/custom/CustomElementReactionQueue.h', |
'dom/custom/CustomElementReactionStack.cpp', |
'dom/custom/CustomElementReactionStack.h', |
+ 'dom/custom/CustomElementUpgradeReaction.cpp', |
+ 'dom/custom/CustomElementUpgradeReaction.h', |
'dom/custom/CustomElementUpgradeSorter.cpp', |
'dom/custom/CustomElementUpgradeSorter.h', |
'dom/custom/CustomElementsRegistry.cpp', |
@@ -3994,6 +3998,7 @@ |
'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', |