summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2015-05-14 16:55:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-14 23:56:42 +0000
commit6bf3a1ac1e2973e9ae382178f95fe153d021b20a (patch)
tree99f579a9f00ddd80529aba42db6f0aad3af3d2bd /BUILD.gn
parent0db9185ce7bc14d96ce262978912a41941f46522 (diff)
downloadchromium_src-6bf3a1ac1e2973e9ae382178f95fe153d021b20a.zip
chromium_src-6bf3a1ac1e2973e9ae382178f95fe153d021b20a.tar.gz
chromium_src-6bf3a1ac1e2973e9ae382178f95fe153d021b20a.tar.bz2
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}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
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",