blob: 9802c0c4af93d3a645eadd20395e329de1de1b4d [file] [log] [blame]
# Copyright 2016 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/latency/mojo/latency_info.mojom"
public_headers = [ "//ui/latency/latency_info.h" ]
traits_headers = [ "//ui/latency/mojo/latency_info_struct_traits.h" ]
sources = [
"latency_info_struct_traits.cc",
"latency_info_struct_traits.h",
]
public_deps = [
"//ui/latency",
]
deps = [
"//ipc:param_traits",
]
type_mappings = [
"ui.mojom.LatencyComponentType=ui::LatencyComponentType",
"ui.mojom.LatencyInfo=ui::LatencyInfo",
]