Index: ui/gfx/mojo/selection_bound.typemap |
diff --git a/ui/gfx/mojo/selection_bound.typemap b/ui/gfx/mojo/selection_bound.typemap |
new file mode 100644 |
index 0000000000000000000000000000000000000000..182927b951ddca56ed9d77fed3aafcd17b60a113 |
--- /dev/null |
+++ b/ui/gfx/mojo/selection_bound.typemap |
@@ -0,0 +1,9 @@ |
+# Copyright 2016 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+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" ] |
+type_mappings = [ "gfx.mojom.SelectionBound=gfx::SelectionBound" ] |