Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2023093003: Upgrade in-document custom elements when an element is defined. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698