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

Unified Diff: Source/core/core.gypi

Issue 18332025: Split CustomElementRegistry into a registration context and a registry. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweaks. Created 7 years, 5 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 89455d2f39755ff62372851781bee2b6a0b84060..7d0daf74d0575bc1866aeef9106835c1795872b7 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1746,6 +1746,8 @@
'dom/CustomElementDescriptor.h',
'dom/CustomElementDescriptorHash.h',
'dom/CustomElementLifecycleCallbacks.h',
+ 'dom/CustomElementRegistrationContext.cpp',
+ 'dom/CustomElementRegistrationContext.h',
'dom/CustomElementRegistry.cpp',
'dom/CustomElementRegistry.h',
'dom/CustomElementUpgradeCandidateMap.cpp',

Powered by Google App Engine
This is Rietveld 408576698