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

Unified Diff: Source/core/core.gypi

Issue 503043003: Rename CustomElementCallbackDispatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Full patch Created 6 years, 4 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 b11ca58c95c617240a920030fe3be94bfc287e53..7357c49fc7d6211c32f8a9e5f4e4b71e8cca91a6 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2165,8 +2165,8 @@
'dom/custom/CustomElement.h',
'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp',
'dom/custom/CustomElementAsyncImportMicrotaskQueue.h',
- 'dom/custom/CustomElementCallbackDispatcher.cpp',
- 'dom/custom/CustomElementCallbackDispatcher.h',
+ 'dom/custom/CustomElementProcessingStack.cpp',
dominicc (has gone to gerrit) 2014/09/03 07:56:59 Alphabetical order.
+ 'dom/custom/CustomElementProcessingStack.h',
'dom/custom/CustomElementCallbackInvocation.cpp',
'dom/custom/CustomElementCallbackInvocation.h',
'dom/custom/CustomElementCallbackQueue.cpp',

Powered by Google App Engine
This is Rietveld 408576698