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

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

Issue 2058823002: Implement callback reactions for Custom Elements V1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stack-ce
Patch Set: Minor cleanup Created 4 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: 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 d787993d78971ac04676af96c63c4161adb81772..00cb883548c23e0f5c7fb14c5fa0733a88cc23bc 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2654,12 +2654,19 @@
'dom/custom/CEReactionsScope.h',
'dom/custom/CustomElement.cpp',
'dom/custom/CustomElement.h',
+ 'dom/custom/CustomElementAttributeChangedCallbackReaction.cpp',
+ 'dom/custom/CustomElementAttributeChangedCallbackReaction.h',
+ 'dom/custom/CustomElementConnectedCallbackReaction.cpp',
+ 'dom/custom/CustomElementConnectedCallbackReaction.h',
'dom/custom/CustomElementDefinition.cpp',
'dom/custom/CustomElementDefinition.h',
'dom/custom/CustomElementDefinitionBuilder.h',
'dom/custom/CustomElementDescriptor.h',
'dom/custom/CustomElementDescriptorHash.h',
+ 'dom/custom/CustomElementReaction.cpp',
'dom/custom/CustomElementReaction.h',
+ 'dom/custom/CustomElementDisconnectedCallbackReaction.cpp',
dominicc (has gone to gerrit) 2016/06/13 07:59:01 Order
+ 'dom/custom/CustomElementDisconnectedCallbackReaction.h',
'dom/custom/CustomElementReactionQueue.cpp',
'dom/custom/CustomElementReactionQueue.h',
'dom/custom/CustomElementReactionStack.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | third_party/WebKit/Source/core/dom/Element.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698