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

Unified Diff: Source/core/core.gypi

Issue 334253005: Custom Elements: Encapsulates Async and Sync Queues into one class. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 6 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 | Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index c66a4d9621060d4e6ed49cb28b4aaf8f802e92ff..329782ac509492435e50e4c23ed4bb57c73d378f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2183,11 +2183,13 @@
'dom/custom/CustomElementMicrotaskDispatcher.h',
'dom/custom/CustomElementMicrotaskImportStep.cpp',
'dom/custom/CustomElementMicrotaskImportStep.h',
- 'dom/custom/CustomElementMicrotaskQueue.cpp',
- 'dom/custom/CustomElementMicrotaskQueue.h',
+ 'dom/custom/CustomElementMicrotaskQueueBase.cpp',
+ 'dom/custom/CustomElementMicrotaskQueueBase.h',
'dom/custom/CustomElementMicrotaskResolutionStep.cpp',
'dom/custom/CustomElementMicrotaskResolutionStep.h',
'dom/custom/CustomElementMicrotaskStep.h',
+ 'dom/custom/CustomElementMicrotaskStepDispatcher.cpp',
+ 'dom/custom/CustomElementMicrotaskStepDispatcher.h',
'dom/custom/CustomElementObserver.cpp',
'dom/custom/CustomElementObserver.h',
'dom/custom/CustomElementProcessingStep.h',
@@ -2197,6 +2199,8 @@
'dom/custom/CustomElementRegistry.h',
'dom/custom/CustomElementScheduler.cpp',
'dom/custom/CustomElementScheduler.h',
+ 'dom/custom/CustomElementSyncMicrotaskQueue.cpp',
+ 'dom/custom/CustomElementSyncMicrotaskQueue.h',
'dom/custom/CustomElementUpgradeCandidateMap.cpp',
'dom/custom/CustomElementUpgradeCandidateMap.h',
'dom/shadow/ComposedTreeWalker.cpp',
« no previous file with comments | « no previous file | Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698