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

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

Issue 2040733002: Implement LatencyInfo StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make Windows happier Created 4 years, 6 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
« no previous file with comments | « ui/events/latency_info.h ('k') | ui/events/mojo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/BUILD.gn
diff --git a/ui/events/mojo/BUILD.gn b/ui/events/mojo/BUILD.gn
index e9381cb0bea0f8600a18530e000a0178dc576e09..b9eaf2f9302d604fddef5971b59e7d2b669dcf8a 100644
--- a/ui/events/mojo/BUILD.gn
+++ b/ui/events/mojo/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/public/tools/bindings/mojom.gni")
+
# GYP version: mojo/mojo_converters.gypi:mojo_input_events_lib
component("mojo") {
output_name = "input_events"
@@ -25,3 +27,24 @@ component("mojo") {
"//ui/gfx/geometry/mojo",
]
}
+
+mojom("interfaces") {
+ sources = [
+ "latency_info.mojom",
+ ]
+
+ public_deps = [
+ "//mojo/common:common_custom_types",
+ ]
+}
+
+mojom("test_interfaces") {
+ testonly = true
+ sources = [
+ "traits_test_service.mojom",
+ ]
+
+ public_deps = [
+ ":interfaces",
+ ]
+}
« no previous file with comments | « ui/events/latency_info.h ('k') | ui/events/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698