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

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

Issue 460863002: Rename Node to View in the View Manager mojom & client lib. Service TBD. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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/services/html_viewer/html_viewer.cc ('k') | mojo/services/public/cpp/view_manager/lib/node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/cpp/view_manager/BUILD.gn
diff --git a/mojo/services/public/cpp/view_manager/BUILD.gn b/mojo/services/public/cpp/view_manager/BUILD.gn
index 3cd0fd5f33b12c51f209355e2619ce30b8d93019..42c84258184754a5340b27a344a316b9e27077c3 100644
--- a/mojo/services/public/cpp/view_manager/BUILD.gn
+++ b/mojo/services/public/cpp/view_manager/BUILD.gn
@@ -18,18 +18,18 @@ source_set("view_manager") {
]
sources = [
- "lib/node.cc",
- "lib/node_observer.cc",
- "lib/node_private.cc",
- "lib/node_private.h",
+ "lib/view.cc",
"lib/view_manager_client_factory.cc",
"lib/view_manager_client_impl.cc",
"lib/view_manager_client_impl.h",
- "node.h",
- "node_observer.h",
+ "lib/view_observer.cc",
+ "lib/view_private.cc",
+ "lib/view_private.h",
+ "view.h",
"view_manager.h",
"view_manager_client_factory.h",
"view_manager_delegate.h",
+ "view_observer.h",
"window_manager_delegate.h",
]
}
« no previous file with comments | « mojo/services/html_viewer/html_viewer.cc ('k') | mojo/services/public/cpp/view_manager/lib/node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698