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

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: dominicc 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
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..f2e18e0f2d073691020ad16f8edbbf2f8df00cc0 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2667,6 +2667,8 @@
'dom/custom/V0CustomElementSyncMicrotaskQueue.h',
'dom/custom/V0CustomElementUpgradeCandidateMap.cpp',
'dom/custom/V0CustomElementUpgradeCandidateMap.h',
+ 'dom/custom/CustomElement.cpp',
tkent 2016/04/27 08:21:18 File list in dom/custom/ isn't sorted though it wa
kojii 2016/04/27 08:45:20 Done.
+ 'dom/custom/CustomElement.h',
'dom/custom/CustomElementsRegistry.cpp',
'dom/custom/CustomElementsRegistry.h',
'dom/shadow/DistributedNodes.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',

Powered by Google App Engine
This is Rietveld 408576698