Index: ui/gfx/mojo/BUILD.gn |
diff --git a/ui/gfx/mojo/BUILD.gn b/ui/gfx/mojo/BUILD.gn |
index ca8a6f9bfad60ba0b76ea2e57e192a5362f21a96..ae6190a3146ec94f2a6779cc36405fe4a0f2f923 100644 |
--- a/ui/gfx/mojo/BUILD.gn |
+++ b/ui/gfx/mojo/BUILD.gn |
@@ -6,8 +6,13 @@ import("//mojo/public/tools/bindings/mojom.gni") |
mojom("mojo") { |
sources = [ |
+ "selection_bound.mojom", |
"transform.mojom", |
] |
+ |
+ public_deps = [ |
+ "//ui/gfx/geometry/mojo", |
+ ] |
} |
mojom("test_interfaces") { |