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

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

Issue 1916013004: Implement PotentialCustomElementName (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tkent review 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/custom/CustomElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d0a8300b48784b296b5da730bab91b6fcdc229d9..df91b877bd6894ced43bb5d8becaa50bbb717acc 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2626,6 +2626,10 @@
'dom/WeakIdentifierMap.h',
'dom/XMLDocument.cpp',
'dom/XMLDocument.h',
+ 'dom/custom/CustomElement.cpp',
+ 'dom/custom/CustomElement.h',
+ 'dom/custom/CustomElementsRegistry.cpp',
+ 'dom/custom/CustomElementsRegistry.h',
'dom/custom/V0CustomElement.cpp',
'dom/custom/V0CustomElement.h',
'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp',
@@ -2667,8 +2671,6 @@
'dom/custom/V0CustomElementSyncMicrotaskQueue.h',
'dom/custom/V0CustomElementUpgradeCandidateMap.cpp',
'dom/custom/V0CustomElementUpgradeCandidateMap.h',
- 'dom/custom/CustomElementsRegistry.cpp',
- 'dom/custom/CustomElementsRegistry.h',
'dom/shadow/DistributedNodes.cpp',
'dom/shadow/DistributedNodes.h',
'dom/shadow/ElementShadow.cpp',
@@ -3956,6 +3958,7 @@
'dom/TreeScopeStyleSheetCollectionTest.cpp',
'dom/TreeScopeTest.cpp',
'dom/URLSearchParamsTest.cpp',
+ 'dom/custom/CustomElementTest.cpp',
'dom/shadow/FlatTreeTraversalTest.cpp',
'editing/EditingCommandTest.cpp',
'editing/EditingStrategyTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/custom/CustomElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698