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

Unified Diff: components/view_manager/public/cpp/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/view_manager/ids.h ('k') | components/view_manager/public/cpp/lib/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/public/cpp/BUILD.gn
diff --git a/components/view_manager/public/cpp/BUILD.gn b/components/view_manager/public/cpp/BUILD.gn
index 0e6a1b7fa072f5c9790a9fd12a689a12e774070a..b5e2a17549dc57d68c66e9745d7032d44b2d1fa7 100644
--- a/components/view_manager/public/cpp/BUILD.gn
+++ b/components/view_manager/public/cpp/BUILD.gn
@@ -11,13 +11,13 @@ mojo_sdk_source_set("cpp") {
"lib/args.cc",
"lib/scoped_view_ptr.cc",
"lib/view.cc",
- "lib/view_manager_client_impl.cc",
- "lib/view_manager_client_impl.h",
"lib/view_manager_delegate.cc",
"lib/view_manager_init.cc",
"lib/view_observer.cc",
"lib/view_private.cc",
"lib/view_private.h",
+ "lib/view_tree_client_impl.cc",
+ "lib/view_tree_client_impl.h",
"scoped_view_ptr.h",
"view.h",
"view_manager.h",
« no previous file with comments | « components/view_manager/ids.h ('k') | components/view_manager/public/cpp/lib/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698