| Index: ui/gfx/mojo/transform.typemap
|
| diff --git a/ui/gfx/mojo/transform.typemap b/ui/gfx/mojo/transform.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..848cd0718b48f0de440ef1dee295f8f780c948d4
|
| --- /dev/null
|
| +++ b/ui/gfx/mojo/transform.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/transform.mojom"
|
| +public_headers = [ "//ui/gfx/transform.h" ]
|
| +traits_headers = [ "//ui/gfx/mojo/transform_struct_traits.h" ]
|
| +public_deps = [ "//ui/gfx" ]
|
| +type_mappings = [ "gfx.mojom.Transform=gfx::Transform" ]
|
|
|