From 6bf3a1ac1e2973e9ae382178f95fe153d021b20a Mon Sep 17 00:00:00 2001 From: sky Date: Thu, 14 May 2015 16:55:57 -0700 Subject: Nukes the windowmanager interface What was WindowManagerInternal* is now ViewManagerRoot*. The initial bootstrap is: . App connects to view_manager and asks for ViewManagerService. . ViewManager asks this connection for ViewManagerClient, and calls OnEmbed. . The ViewManager exposes the services ViewManagerRoot to the initial connection. All of this is handled for you if you use ViewManagerInit. As WindowManager is no more, Embed with just a url is lost. I'm assuming you'll add that back. BUG=487870 TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/1138073007 Cr-Commit-Position: refs/heads/master@{#329977} --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 637ebf3..97caab4 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -690,7 +690,6 @@ group("gn_mojo_targets") { # and figure out how cross-platform they are deps = [ "//chrome/browser/ui/webui/omnibox:mojo_bindings_python", - "//components/window_manager/public/interfaces:interfaces_python", "//content/public/common:mojo_bindings_python", "//content/common:mojo_bindings_python", "//content/test:web_ui_test_mojo_bindings_python", -- cgit v1.1