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 7dc08d08307deece51d873f507f369859853bcd6..78a1a2ab35dba40d31ae482ac80707c4587a66ac 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', |