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

Unified Diff: Source/core/core.gypi

Issue 18789002: Implement Custom Elements' attributeChangedCallback. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync to tip. Created 7 years, 5 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 | « Source/bindings/v8/custom/V8NodeCustom.cpp ('k') | Source/core/dom/ChildNode.idl » ('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 b4aaec827b6f6764ab17b123c6e566f62da1a4b8..f1eff6b1cb216e705255f62614b01070f0d632c5 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1720,6 +1720,8 @@
'dom/CrossThreadTask.h',
'dom/CustomElementCallbackDispatcher.cpp',
'dom/CustomElementCallbackDispatcher.h',
+ 'dom/CustomElementCallbackInvocation.cpp',
+ 'dom/CustomElementCallbackInvocation.h',
'dom/CustomElementCallbackQueue.cpp',
'dom/CustomElementCallbackQueue.h',
'dom/CustomElementDefinition.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8NodeCustom.cpp ('k') | Source/core/dom/ChildNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698