Index: ui/latency_info/ipc/BUILD.gn |
diff --git a/ui/events/ipc/BUILD.gn b/ui/latency_info/ipc/BUILD.gn |
similarity index 68% |
rename from ui/events/ipc/BUILD.gn |
rename to ui/latency_info/ipc/BUILD.gn |
index b6ccbf51d5fc10800fd1071f3608b8192fed1df9..411305da2e4be3ea62d9c409bb3f439691a2b0b3 100644 |
--- a/ui/events/ipc/BUILD.gn |
+++ b/ui/latency_info/ipc/BUILD.gn |
@@ -2,21 +2,23 @@ |
# 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 = "events_ipc" |
+ output_name = "latency_info_ipc" |
sources = [ |
+ "latency_info_ipc_export.h", |
"latency_info_param_traits.cc", |
"latency_info_param_traits.h", |
"latency_info_param_traits_macros.h", |
] |
- defines = [ "EVENTS_IPC_IMPLEMENTATION" ] |
+ defines = [ "LATENCY_INFO_IPC_IMPLEMENTATION" ] |
+ |
+ public_deps = [ |
+ "//ui/latency_info", |
+ ] |
deps = [ |
"//base", |
"//ipc", |
- "//ui/events:events_base", |
] |
} |