Chromium Code Reviews| Index: ui/base/mojo/ui_base_types.typemap |
| diff --git a/ui/base/mojo/ui_base_types.typemap b/ui/base/mojo/ui_base_types.typemap |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a8a3b6f264317944c644c66bfb829d68482f658d |
| --- /dev/null |
| +++ b/ui/base/mojo/ui_base_types.typemap |
| @@ -0,0 +1,12 @@ |
| +# Copyright 2016 The Chromium Authors. All rights reserved. |
|
sky
2017/03/01 00:13:43
2017
|
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +mojom = "//ui/base/mojo/ui_base_types.mojom" |
| +public_headers = [ "//ui/base/ui_base_types.h" ] |
| +public_deps = [ |
| + "//mojo/public/cpp/bindings", |
| + "//ui/base", |
| +] |
| +traits_headers = [ "//ui/base/mojo/ui_base_types_struct_traits.h" ] |
| +type_mappings = [ "ui.mojom.ModalType=ui::ModalType" ] |