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

Unified Diff: services/ui/input_manager/BUILD.gn

Issue 1776473005: Mozart: Implement basic input event dispatch with hit testing. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-7
Patch Set: Created 4 years, 9 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: services/ui/input_manager/BUILD.gn
diff --git a/services/ui/input_manager/BUILD.gn b/services/ui/input_manager/BUILD.gn
index b869f3386106fde8bd8e656fe821915059e5ce12..1b2e503f5eb17bc0a7acf9c6de757226664c88ea 100644
--- a/services/ui/input_manager/BUILD.gn
+++ b/services/ui/input_manager/BUILD.gn
@@ -11,6 +11,10 @@ mojo_native_application("input_manager") {
sources = [
"input_associate.cc",
"input_associate.h",
+ "input_connection_impl.cc",
+ "input_connection_impl.h",
+ "input_dispatcher_impl.cc",
+ "input_dispatcher_impl.h",
"input_manager_app.cc",
"input_manager_app.h",
"main.cc",
@@ -30,5 +34,6 @@ mojo_native_application("input_manager") {
"//mojo/services/ui/input/interfaces",
"//mojo/services/ui/views/cpp",
"//mojo/services/ui/views/interfaces",
+ "//mojo/ui/associates",
]
}

Powered by Google App Engine
This is Rietveld 408576698