| Index: ui/events/ipc/BUILD.gn
|
| diff --git a/ui/events/ipc/BUILD.gn b/ui/events/ipc/BUILD.gn
|
| index ab9411ff80f8673c8c2b47989b336c276dad09bf..bfc9e7c870208eba5fb8aab3619732d199831091 100644
|
| --- a/ui/events/ipc/BUILD.gn
|
| +++ b/ui/events/ipc/BUILD.gn
|
| @@ -4,16 +4,13 @@
|
|
|
| import("//build/config/ui.gni")
|
|
|
| -component("ipc") {
|
| - output_name = "events_ipc"
|
| +source_set("ipc") {
|
| sources = [
|
| "latency_info_param_traits.cc",
|
| "latency_info_param_traits.h",
|
| "latency_info_param_traits_macros.h",
|
| ]
|
|
|
| - defines = [ "EVENTS_IPC_IMPLEMENTATION" ]
|
| -
|
| deps = [
|
| "//base",
|
| "//ipc",
|
|
|