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

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
« no previous file with comments | « mojo/services/geometry/cpp/geometry_util.cc ('k') | services/ui/input_manager/input_associate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..0fd3ecf1fe7cf90f92c94583cf514027d3c8be0f 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",
@@ -25,10 +29,12 @@ mojo_native_application("input_manager") {
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings:bindings",
"//mojo/services/geometry/cpp",
+ "//mojo/services/geometry/interfaces",
"//mojo/services/gfx/composition/cpp",
"//mojo/services/gfx/composition/interfaces",
"//mojo/services/ui/input/interfaces",
"//mojo/services/ui/views/cpp",
"//mojo/services/ui/views/interfaces",
+ "//mojo/ui/associates",
]
}
« no previous file with comments | « mojo/services/geometry/cpp/geometry_util.cc ('k') | services/ui/input_manager/input_associate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698