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

Unified Diff: components/view_manager/public/cpp/BUILD.gn

Issue 1138073007: Nukes the windowmanager interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 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
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 17133b2b18e782c7fd08fcc37a2b69c4ffaa9d3f..0efe63e24fc8d5b68f8bec99bc0ee9cbcee4b2cb 100644
--- a/components/view_manager/public/cpp/BUILD.gn
+++ b/components/view_manager/public/cpp/BUILD.gn
@@ -12,15 +12,15 @@ mojo_sdk_source_set("cpp") {
"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_manager_init.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_manager_init.h",
"view_observer.h",
"view_property.h",
"view_tracker.cc",
@@ -34,7 +34,6 @@ mojo_sdk_source_set("cpp") {
deps = [
"../interfaces",
"//components/surfaces/public/interfaces:surface_id",
- "//components/window_manager/public/interfaces",
"//mojo/application/public/cpp:application",
"//mojo/application/public/interfaces",
"//ui/mojo/events:interfaces",
« no previous file with comments | « components/view_manager/event_dispatcher.cc ('k') | components/view_manager/public/cpp/lib/view_manager_client_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698