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

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

Issue 513923004: More viewmanager renaming: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sim30 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/access_policy.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 1cd4c2842f5be3646b52e499cb2662c60a7bc411..5b0d9f747aeab01c93c8cef940f948d6c167baf0 100644
--- a/mojo/services/view_manager/BUILD.gn
+++ b/mojo/services/view_manager/BUILD.gn
@@ -39,6 +39,8 @@ component("view_manager") {
sources = [
"access_policy.h",
"access_policy_delegate.h",
+ "connection_manager.cc",
+ "connection_manager.h",
"context_factory_impl.cc",
"context_factory_impl.h",
"default_access_policy.cc",
@@ -48,13 +50,11 @@ component("view_manager") {
"display_manager_delegate.h",
"ids.h",
"main.cc",
- "node.cc",
- "node.h",
- "node_delegate.h",
- "root_node_manager.cc",
- "root_node_manager.h",
"screen_impl.cc",
"screen_impl.h",
+ "server_view.cc",
+ "server_view.h",
+ "server_view_delegate.h",
"view_manager_export.h",
"view_manager_init_service_context.cc",
"view_manager_init_service_context.h",
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/services/view_manager/access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698