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

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

Issue 1675163002: Rename ComposedTree to FlatTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip Created 4 years, 10 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 778bf9a1f433bd91071e969ed5e3a11f688beb07..98f075a39a233e256bff8cb4983744c1fbc59784 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2642,12 +2642,12 @@
'dom/custom/CustomElementSyncMicrotaskQueue.h',
'dom/custom/CustomElementUpgradeCandidateMap.cpp',
'dom/custom/CustomElementUpgradeCandidateMap.h',
- 'dom/shadow/ComposedTreeTraversal.cpp',
- 'dom/shadow/ComposedTreeTraversal.h',
'dom/shadow/DistributedNodes.cpp',
'dom/shadow/DistributedNodes.h',
'dom/shadow/ElementShadow.cpp',
'dom/shadow/ElementShadow.h',
+ 'dom/shadow/FlatTreeTraversal.cpp',
+ 'dom/shadow/FlatTreeTraversal.h',
'dom/shadow/InsertionPoint.cpp',
'dom/shadow/InsertionPoint.h',
'dom/shadow/SelectRuleFeatureSet.cpp',
@@ -3932,7 +3932,7 @@
'dom/TreeScopeStyleSheetCollectionTest.cpp',
'dom/TreeScopeTest.cpp',
'dom/URLSearchParamsTest.cpp',
- 'dom/shadow/ComposedTreeTraversalTest.cpp',
+ 'dom/shadow/FlatTreeTraversalTest.cpp',
'editing/EditingStrategyTest.cpp',
'editing/EditingTestBase.cpp',
'editing/EditingTestBase.h',

Powered by Google App Engine
This is Rietveld 408576698