| # 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/manager/chromeos/mojo/touch_device_transform.mojom" |
| public_headers = [ "//ui/display/manager/chromeos/touch_device_transform.h" ] |
| traits_headers = [ "//ui/display/manager/chromeos/mojo/touch_device_transform_struct_traits.h" ] |
| deps = [ |
| "//ui/gfx/mojo:struct_traits", |
| ] |
| public_deps = [ |
| "//ui/display/manager", |
| ] |
| type_mappings = |
| [ "display.mojom.TouchDeviceTransform=display::TouchDeviceTransform" ] |