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

Unified Diff: components/view_manager/BUILD.gn

Issue 1314953002: Rename ViewManagerService,ViewManagerClient -> ViewTree,ViewTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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 | « components/pdf_viewer/pdf_viewer.cc ('k') | components/view_manager/access_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/BUILD.gn
diff --git a/components/view_manager/BUILD.gn b/components/view_manager/BUILD.gn
index 01451d884240736550d5dad75c90dd2cfa67a1a3..99a58ff577298cf23d6a90a3cce6ad5439356e45 100644
--- a/components/view_manager/BUILD.gn
+++ b/components/view_manager/BUILD.gn
@@ -84,8 +84,8 @@ source_set("lib") {
"view_manager_root_delegate.h",
"view_manager_root_impl.cc",
"view_manager_root_impl.h",
- "view_manager_service_impl.cc",
- "view_manager_service_impl.h",
+ "view_tree_impl.cc",
+ "view_tree_impl.h",
"window_manager_access_policy.cc",
"window_manager_access_policy.h",
]
@@ -161,7 +161,7 @@ test("view_manager_unittests") {
"test_server_view_delegate.cc",
"test_server_view_delegate.h",
"view_coordinate_conversions_unittest.cc",
- "view_manager_service_unittest.cc",
+ "view_tree_unittest.cc",
]
deps = [
@@ -199,7 +199,7 @@ mojo_native_application("apptests") {
sources = [
"view_manager_client_apptest.cc",
- "view_manager_service_apptest.cc",
+ "view_tree_apptest.cc",
]
deps = [
« no previous file with comments | « components/pdf_viewer/pdf_viewer.cc ('k') | components/view_manager/access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698