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

Unified Diff: mojo/services/view_manager/BUILD.gn

Issue 510483003: Rename RootViewManager to DisplayManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « mojo/mojo_services.gypi ('k') | mojo/services/view_manager/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/BUILD.gn
diff --git a/mojo/services/view_manager/BUILD.gn b/mojo/services/view_manager/BUILD.gn
index 2ef917e5c297415f6a256159cf00aca43022470e..1cd4c2842f5be3646b52e499cb2662c60a7bc411 100644
--- a/mojo/services/view_manager/BUILD.gn
+++ b/mojo/services/view_manager/BUILD.gn
@@ -43,6 +43,9 @@ component("view_manager") {
"context_factory_impl.h",
"default_access_policy.cc",
"default_access_policy.h",
+ "display_manager.cc",
+ "display_manager.h",
+ "display_manager_delegate.h",
"ids.h",
"main.cc",
"node.cc",
@@ -50,9 +53,6 @@ component("view_manager") {
"node_delegate.h",
"root_node_manager.cc",
"root_node_manager.h",
- "root_view_manager.cc",
- "root_view_manager.h",
- "root_view_manager_delegate.h",
"screen_impl.cc",
"screen_impl.h",
"view_manager_export.h",
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/services/view_manager/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698