Index: ui/events/ipc/BUILD.gn |
diff --git a/ui/latency_info/ipc/BUILD.gn b/ui/events/ipc/BUILD.gn |
similarity index 68% |
rename from ui/latency_info/ipc/BUILD.gn |
rename to ui/events/ipc/BUILD.gn |
index 411305da2e4be3ea62d9c409bb3f439691a2b0b3..b6ccbf51d5fc10800fd1071f3608b8192fed1df9 100644 |
--- a/ui/latency_info/ipc/BUILD.gn |
+++ b/ui/events/ipc/BUILD.gn |
@@ -2,23 +2,21 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//build/config/ui.gni") |
+ |
component("ipc") { |
- output_name = "latency_info_ipc" |
+ output_name = "events_ipc" |
sources = [ |
- "latency_info_ipc_export.h", |
"latency_info_param_traits.cc", |
"latency_info_param_traits.h", |
"latency_info_param_traits_macros.h", |
] |
- defines = [ "LATENCY_INFO_IPC_IMPLEMENTATION" ] |
- |
- public_deps = [ |
- "//ui/latency_info", |
- ] |
+ defines = [ "EVENTS_IPC_IMPLEMENTATION" ] |
deps = [ |
"//base", |
"//ipc", |
+ "//ui/events:events_base", |
] |
} |