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

Unified Diff: Source/core/core.gypi

Issue 106903007: Let unresolved custom element go through CustomElementCallbackQueue. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated. Created 7 years 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 45c7a2eccf3b1e26f3ab7909bcae2663e4d203cd..a3fc8c4269d4e54e867e3e548563ec461259ee77 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2023,10 +2023,13 @@
'dom/custom/CustomElementLifecycleCallbacks.h',
'dom/custom/CustomElementObserver.cpp',
'dom/custom/CustomElementObserver.h',
+ 'dom/custom/CustomElementProcessingStep.h',
'dom/custom/CustomElementRegistrationContext.cpp',
'dom/custom/CustomElementRegistrationContext.h',
'dom/custom/CustomElementRegistry.cpp',
'dom/custom/CustomElementRegistry.h',
+ 'dom/custom/CustomElementResolutionStep.cpp',
+ 'dom/custom/CustomElementResolutionStep.h',
'dom/custom/CustomElementUpgradeCandidateMap.cpp',
'dom/custom/CustomElementUpgradeCandidateMap.h',
'dom/shadow/ComposedTreeWalker.cpp',

Powered by Google App Engine
This is Rietveld 408576698