Chromium Code Reviews| Index: ui/display/mojo/display_mode.typemap |
| diff --git a/ui/display/mojo/display_mode.typemap b/ui/display/mojo/display_mode.typemap |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6075bce4047913f00bbffd4aad89b044c270917a |
| --- /dev/null |
| +++ b/ui/display/mojo/display_mode.typemap |
| @@ -0,0 +1,11 @@ |
| +# Copyright 2017 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/display/mojo/display_mode.mojom" |
| +public_headers = [ "//ui/display/types/display_mode.h" ] |
| +traits_headers = [ "//ui/display/mojo/display_mode_struct_traits.h" ] |
| +public_deps = [ |
| + "//ui/display", |
| +] |
|
kylechar
2017/01/25 16:59:44
deps = [
"//ui/gfx/geometry",
]
thanhph1
2017/01/25 20:28:39
Done, thanks!
|
| +type_mappings = [ "display.mojom.DisplayMode=display::DisplayMode" ] |