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

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

Issue 946083003: Rename Sky's custom2 to custom (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « sky/engine/build/scripts/templates/ElementFactory.cpp.tmpl ('k') | sky/engine/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index d36adf73bc72867c953320a0da4178fb01518e79..f0f485731f168d7e029a7ae06dca9e7079e33737 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -348,12 +348,12 @@ sky_core_files = [
"dom/ContextLifecycleNotifier.h",
"dom/ContextLifecycleObserver.cpp",
"dom/ContextLifecycleObserver.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/custom/custom_element.cc",
+ "dom/custom/custom_element.h",
+ "dom/custom/custom_element_callback_scope.cc",
+ "dom/custom/custom_element_callback_scope.h",
+ "dom/custom/custom_element_registry.cc",
+ "dom/custom/custom_element_registry.h",
"dom/Document.cpp",
"dom/Document.h",
"dom/DocumentFragment.cpp",
« no previous file with comments | « sky/engine/build/scripts/templates/ElementFactory.cpp.tmpl ('k') | sky/engine/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698