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

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: Synced to tip. 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
« no previous file with comments | « Source/bindings/v8/CustomElementWrapper.cpp ('k') | Source/core/dom/CustomElementRegistrationContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 4f59c0b432141485cef8950558c2b10eb197d232..89ee02df91c5e9848eadfd729f1c202c901f6bf7 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1747,6 +1747,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',
« no previous file with comments | « Source/bindings/v8/CustomElementWrapper.cpp ('k') | Source/core/dom/CustomElementRegistrationContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698