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

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

Issue 1810973004: Add the CustomElementsRegistry interface behind the flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (merge conflict) Created 4 years, 8 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 5e7158e3cdc7f62b64868155cdaee4c66295012b..f6b44c4ea164a81af151616cd9f1a6efe067d1e6 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -115,6 +115,7 @@
'dom/Uint8ClampedArray.idl',
'dom/URLSearchParams.idl',
'dom/XMLDocument.idl',
+ 'dom/custom/CustomElementsRegistry.idl',
'dom/shadow/ShadowRoot.idl',
'editing/Selection.idl',
'events/AnimationEvent.idl',
@@ -2652,6 +2653,8 @@
'dom/custom/CustomElementSyncMicrotaskQueue.h',
'dom/custom/CustomElementUpgradeCandidateMap.cpp',
'dom/custom/CustomElementUpgradeCandidateMap.h',
+ 'dom/custom/CustomElementsRegistry.cpp',
+ 'dom/custom/CustomElementsRegistry.h',
'dom/shadow/DistributedNodes.cpp',
'dom/shadow/DistributedNodes.h',
'dom/shadow/ElementShadow.cpp',

Powered by Google App Engine
This is Rietveld 408576698