Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2017 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_mode.mojom" | |
| 6 public_headers = [ "//ui/display/types/display_mode.h" ] | |
| 7 traits_headers = [ "//ui/display/mojo/display_mode_struct_traits.h" ] | |
| 8 public_deps = [ | |
| 9 "//ui/display", | |
| 10 ] | |
|
kylechar
2017/01/25 16:59:44
deps = [
"//ui/gfx/geometry",
]
thanhph1
2017/01/25 20:28:39
Done, thanks!
| |
| 11 type_mappings = [ "display.mojom.DisplayMode=display::DisplayMode" ] | |
| OLD | NEW |