Chromium Code Reviews| Index: ui/events/ipc/BUILD.gn |
| diff --git a/ui/events/ipc/BUILD.gn b/ui/events/ipc/BUILD.gn |
| index 82ac834cf3d30fc00da29f6b410a6bdf3d40a5a5..669e80c02c73f87e22cc01658d057127e934811a 100644 |
| --- a/ui/events/ipc/BUILD.gn |
| +++ b/ui/events/ipc/BUILD.gn |
| @@ -4,8 +4,9 @@ |
| import("//build/config/ui.gni") |
| -component("events_ipc") { |
| - sources = [ |
| +component("ipc") { |
| + output_name = "events_ipc" |
| + sources = [ |
| "latency_info_param_traits.cc", |
| "latency_info_param_traits.h", |
| ] |