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

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

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase Created 4 years, 3 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/mojo/BUILD.gn
diff --git a/ui/events/mojo/BUILD.gn b/ui/events/mojo/BUILD.gn
index daa7bb9a70231c31d0144124d4edcb14fa9bc11a..b9e6c840f884b0f67daa1a2ca7d820b9e1ac91f5 100644
--- a/ui/events/mojo/BUILD.gn
+++ b/ui/events/mojo/BUILD.gn
@@ -32,3 +32,17 @@ mojom("test_interfaces") {
use_new_wrapper_types = false
}
+
+source_set("struct_traits") {
+ sources = [
+ "latency_info_struct_traits.cc",
+ "latency_info_struct_traits.h",
+ ]
+ deps = [
+ ":interfaces_shared_cpp_sources",
+ "//mojo/common",
+ "//mojo/public/cpp/bindings",
+ "//ui/events:events_base",
+ "//ui/gfx/geometry/mojo:struct_traits",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698