Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(706)

Unified Diff: ui/events/ipc/BUILD.gn

Issue 1695783002: IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicate MUS_COMMON_EXPORT in header and impl Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/events/ipc/BUILD.gn
diff --git a/ui/events/ipc/BUILD.gn b/ui/events/ipc/BUILD.gn
index f7eaf887b8095556cb6c70f5f106c0d4d5263e3d..975b875f0fa342e6755216276757d5b225a5664f 100644
--- a/ui/events/ipc/BUILD.gn
+++ b/ui/events/ipc/BUILD.gn
@@ -9,6 +9,7 @@ component("events_ipc") {
sources = [
"latency_info_param_traits.cc",
"latency_info_param_traits.h",
+ "latency_info_param_traits_macros.h",
]
defines = [ "EVENTS_IPC_IMPLEMENTATION" ]

Powered by Google App Engine
This is Rietveld 408576698