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

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

Issue 1995933005: CustomElementUpgradeSorter puts elements in shadow-including tree order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/CustomElementUpgradeSorter.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 4a77e5858058e2dcec70d0efe3823cdd35fc2e3b..42d6099877dd6141fae024f2b1a49743a15bc685 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2636,6 +2636,8 @@
'dom/custom/CustomElement.h',
'dom/custom/CustomElementDefinition.cpp',
'dom/custom/CustomElementDefinition.h',
+ 'dom/custom/CustomElementUpgradeSorter.cpp',
+ 'dom/custom/CustomElementUpgradeSorter.h',
'dom/custom/CustomElementsRegistry.cpp',
'dom/custom/CustomElementsRegistry.h',
'dom/custom/V0CustomElement.cpp',
@@ -3980,6 +3982,7 @@
'dom/TreeScopeTest.cpp',
'dom/URLSearchParamsTest.cpp',
'dom/custom/CustomElementTest.cpp',
+ 'dom/custom/CustomElementUpgradeSorterTest.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/CustomElementUpgradeSorter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698