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

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

Issue 591633002: Replace most uses of ViewManagerInitService with client lib ViewManager::Embed() to offer the same … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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/public/cpp/view_manager/lib/view_manager_client_impl.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 c65fb9205dca3d21b16bededca9232c903aa1a84..a26465c597becd20833354857d4a9fb24ff1972d 100644
--- a/mojo/services/public/cpp/view_manager/BUILD.gn
+++ b/mojo/services/public/cpp/view_manager/BUILD.gn
@@ -11,12 +11,14 @@ source_set("view_manager") {
"lib/view_manager_client_factory.cc",
"lib/view_manager_client_impl.cc",
"lib/view_manager_client_impl.h",
+ "lib/view_manager_context.cc",
"lib/view_observer.cc",
"lib/view_private.cc",
"lib/view_private.h",
"view.h",
"view_manager.h",
"view_manager_client_factory.h",
+ "view_manager_context.h",
"view_manager_delegate.h",
"view_observer.h",
"window_manager_delegate.h",
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698