blob: 5e2744b86c22cc5ed3f96be6f4d2f5a31c5b7dbb [file] [log] [blame]
# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
component("ipc") {
output_name = "ui_events_ipc"
sources = [
"ui_events_param_traits.cc",
"ui_events_param_traits_macros.h",
]
defines = [ "IS_UI_EVENTS_IPC_IMPL" ]
public_deps = [
"//base",
"//ipc",
"//ui/events:event_constants",
"//ui/events/types:headers",
]
}