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

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

Issue 2027513002: Add a stack of queues of elements with reaction queues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ce-element-queue
Patch Set: Rebase. 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/CustomElementReactionQueue.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 f43e3d203b93853f0869562d740973aac27b3397..7dc08d08307deece51d873f507f369859853bcd6 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2639,6 +2639,8 @@
'dom/custom/CustomElementReaction.h',
'dom/custom/CustomElementReactionQueue.cpp',
'dom/custom/CustomElementReactionQueue.h',
+ 'dom/custom/CustomElementReactionStack.cpp',
+ 'dom/custom/CustomElementReactionStack.h',
'dom/custom/CustomElementUpgradeSorter.cpp',
'dom/custom/CustomElementUpgradeSorter.h',
'dom/custom/CustomElementsRegistry.cpp',
@@ -3985,9 +3987,12 @@
'dom/TreeScopeStyleSheetCollectionTest.cpp',
'dom/TreeScopeTest.cpp',
'dom/URLSearchParamsTest.cpp',
- 'dom/custom/CustomElementTest.cpp',
'dom/custom/CustomElementDescriptorTest.cpp',
'dom/custom/CustomElementReactionQueueTest.cpp',
+ 'dom/custom/CustomElementReactionStackTest.cpp',
+ 'dom/custom/CustomElementReactionTestHelpers.h',
+ 'dom/custom/CustomElementTest.cpp',
+ 'dom/custom/CustomElementTestHelpers.h',
'dom/custom/CustomElementUpgradeSorterTest.cpp',
'dom/shadow/FlatTreeTraversalTest.cpp',
'editing/EditingCommandTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698