| Index: ui/gfx/mojo/selection_bound.typemap
|
| diff --git a/ui/gfx/mojo/selection_bound.typemap b/ui/gfx/mojo/selection_bound.typemap
|
| index 182927b951ddca56ed9d77fed3aafcd17b60a113..d188a3a234a9a3cb235bec37763ed22487e9f02c 100644
|
| --- a/ui/gfx/mojo/selection_bound.typemap
|
| +++ b/ui/gfx/mojo/selection_bound.typemap
|
| @@ -5,5 +5,7 @@
|
| mojom = "//ui/gfx/mojo/selection_bound.mojom"
|
| public_headers = [ "//ui/gfx/selection_bound.h" ]
|
| traits_headers = [ "//ui/gfx/mojo/selection_bound_struct_traits.h" ]
|
| -public_deps = [ "//ui/gfx" ]
|
| +deps = [
|
| + "//ui/gfx/mojo:struct_traits",
|
| +]
|
| type_mappings = [ "gfx.mojom.SelectionBound=gfx::SelectionBound" ]
|
|
|