Index: ui/gfx/mojo/buffer_types.typemap |
diff --git a/ui/gfx/mojo/buffer_types.typemap b/ui/gfx/mojo/buffer_types.typemap |
new file mode 100644 |
index 0000000000000000000000000000000000000000..df21a6fa84407ad2cbb07736e7aabe5b85e0bc0c |
--- /dev/null |
+++ b/ui/gfx/mojo/buffer_types.typemap |
@@ -0,0 +1,14 @@ |
+# 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/buffer_types.mojom" |
+public_headers = [ "//ui/gfx/buffer_types.h" ] |
+traits_headers = [ "//ui/gfx/mojo/buffer_types_enum_traits.h" ] |
+public_deps = [ |
+ "//ui/gfx", |
+] |
+type_mappings = [ |
+ "gfx.mojom.BufferFormat=gfx::BufferFormat", |
+ "gfx.mojom.BufferUsage=gfx::BufferUsage", |
+] |