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

Unified Diff: components/mus/public/cpp/BUILD.gn

Issue 1806703002: Use ui::Event instead of mojom::EventPtr in mus::InputEventHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed feedback. 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 | « no previous file | components/mus/public/cpp/input_event_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/BUILD.gn
diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn
index 7df9d208e2865ff015f0541fa174656309da2887..b4c7ed9e1de119f29120c58cc21f1e8074205534 100644
--- a/components/mus/public/cpp/BUILD.gn
+++ b/components/mus/public/cpp/BUILD.gn
@@ -51,6 +51,7 @@ source_set("cpp") {
"//cc/surfaces:surface_id",
"//components/mus/common:mus_common",
"//mojo/converters/geometry",
+ "//mojo/converters/input_events",
"//mojo/converters/surfaces",
"//mojo/gles2",
"//mojo/gpu:mojo_gles2_implementation",
@@ -58,6 +59,7 @@ source_set("cpp") {
"//mojo/public/cpp/system",
"//mojo/shell/public/cpp",
"//mojo/shell/public/interfaces",
+ "//ui/events",
"//ui/gfx/geometry",
"//ui/mojo/geometry:interfaces",
]
« no previous file with comments | « no previous file | components/mus/public/cpp/input_event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698