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

Unified Diff: sky/engine/core/core.gni

Issue 943013002: Implement Custom Elements (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: attributeChanged***d***Callback Created 5 years, 10 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: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index 30a362965ae6d19472f32e28df6546be9f1667a6..de1c6d468b7c4a15493a0fe1ce832208182bf20b 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -385,6 +385,12 @@ sky_core_files = [
"dom/custom/CustomElementScheduler.h",
"dom/custom/CustomElementSyncMicrotaskQueue.cpp",
"dom/custom/CustomElementSyncMicrotaskQueue.h",
+ "dom/custom2/new_custom_element.cc",
+ "dom/custom2/new_custom_element.h",
+ "dom/custom2/new_custom_element_callback_scope.cc",
+ "dom/custom2/new_custom_element_callback_scope.h",
+ "dom/custom2/new_custom_element_registry.cc",
+ "dom/custom2/new_custom_element_registry.h",
"dom/Document.cpp",
"dom/Document.h",
"dom/DocumentFragment.cpp",

Powered by Google App Engine
This is Rietveld 408576698