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

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: dominicc review 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Element.cpp » ('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 d787993d78971ac04676af96c63c4161adb81772..7b9ccf1a78d4f734e042baefefeeac39fa033474 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2654,11 +2654,18 @@
'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/CustomElementDisconnectedCallbackReaction.cpp',
+ 'dom/custom/CustomElementDisconnectedCallbackReaction.h',
+ 'dom/custom/CustomElementReaction.cpp',
'dom/custom/CustomElementReaction.h',
'dom/custom/CustomElementReactionQueue.cpp',
'dom/custom/CustomElementReactionQueue.h',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698