| # Copyright 2019 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. | |
| 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", | |
| ] | |
| } |