| Index: ui/events/mojo/BUILD.gn
|
| diff --git a/ui/events/mojo/BUILD.gn b/ui/events/mojo/BUILD.gn
|
| index b9eaf2f9302d604fddef5971b59e7d2b669dcf8a..cbd7f543c059488528088cd5536e61466abfbb6f 100644
|
| --- a/ui/events/mojo/BUILD.gn
|
| +++ b/ui/events/mojo/BUILD.gn
|
| @@ -24,7 +24,6 @@ component("mojo") {
|
| "//ui/events:dom_keycode_converter",
|
| "//ui/gfx/geometry",
|
| "//ui/gfx/geometry/mojo",
|
| - "//ui/gfx/geometry/mojo",
|
| ]
|
| }
|
|
|
| @@ -35,6 +34,7 @@ mojom("interfaces") {
|
|
|
| public_deps = [
|
| "//mojo/common:common_custom_types",
|
| + "//ui/gfx/geometry/mojo",
|
| ]
|
| }
|
|
|
|
|