Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Side by Side Diff: ui/display/mojo/display.typemap

Issue 2123613002: Add a mojom/StructTrait for display::Display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//ui/display/mojo/display.mojom"
6 public_headers = [ "//ui/display/display.h" ]
7 traits_headers = [ "//ui/display/mojo/display_struct_traits.h" ]
8 sources = [
9 "//ui/display/mojo/display_struct_traits.cc",
10 ]
11 public_deps = [
12 "//ui/display",
13 ]
14 deps = [
15 "//ui/gfx/geometry",
16 ]
17
18 type_mappings = [
19 "display.mojom.Display=display::Display",
20 "display.mojom.DisplayRotation=display::Display::Rotation",
21 "display.mojom.TouchSupport=display::Display::TouchSupport",
22 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698