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

Unified Diff: Source/core/core.gypi

Issue 14660019: Run Mutation Observer and Custom Element callbacks consistently at microtask checkpoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Header minimization. Created 7 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 92a3fb1ab6fa3d6b7c9cf8ff862a9703f73443cb..f8c9b078cc75fc028208e805dc45021fca57be84 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1708,6 +1708,8 @@
'dom/CustomElementDefinition.cpp',
'dom/CustomElementDefinition.h',
'dom/CustomElementCallback.h',
+ 'dom/CustomElementCallbackDispatcher.cpp',
+ 'dom/CustomElementCallbackDispatcher.h',
'dom/CustomElementRegistry.cpp',
'dom/CustomElementRegistry.h',
'dom/CustomElementUpgradeCandidateMap.cpp',
@@ -1802,6 +1804,8 @@
'dom/MessageEvent.h',
'dom/MessagePort.cpp',
'dom/MessagePortChannel.cpp',
+ 'dom/Microtask.cpp',
+ 'dom/Microtask.h',
'dom/MouseEvent.cpp',
'dom/MouseRelatedEvent.cpp',
'dom/MutationCallback.h',

Powered by Google App Engine
This is Rietveld 408576698