| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index ba6b223aeec572a4377f8fe892b3e6052d418428..4741461da7f59587296b42040b3631ccb6b9813b 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -655,6 +655,7 @@ 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",
|
| @@ -674,7 +675,6 @@ group("gn_mojo_targets") {
|
| "//third_party/mojo/src/mojo/public/python:packaged_bindings",
|
| "//third_party/mojo/src/mojo/public/cpp/application:test_support_standalone",
|
| "//third_party/mojo_services/src/accessibility/public/interfaces:interfaces_python",
|
| - "//third_party/mojo_services/src/window_manager/public/interfaces:interfaces_python",
|
| ]
|
| }
|
| }
|
|
|