blob: 4450bfe753006a90623e9a57b465b3a47c23b706 [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 = [
"//ipc/ipc_message_utils.h",
"//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",
]