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

Unified Diff: ui/views/mus/BUILD.gn

Issue 2521823002: Wires up PointerWatcherEventRouter for views aura-mus (Closed)
Patch Set: cleanup Created 4 years, 1 month 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/aura/mus/window_tree_client.cc ('k') | ui/views/mus/mus_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index e06b14daf709dd82629610fb73a3199e124c6f02..bee0ef5bdca4cbc5e2289769d0e5e5eeff49b4dc 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -32,6 +32,8 @@ component("mus") {
"native_widget_mus.h",
"pointer_watcher_event_router.cc",
"pointer_watcher_event_router.h",
+ "pointer_watcher_event_router2.cc",
+ "pointer_watcher_event_router2.h",
Elliot Glaysher 2016/11/22 00:41:57 I am full of loathing for this name, but since you
"screen_mus.cc",
"screen_mus.h",
"screen_mus_delegate.h",
@@ -272,6 +274,7 @@ test("views_aura_mus_unittests") {
testonly = true
sources = [
+ "pointer_watcher_event_router2_unittest.cc",
"run_all_unittests_aura_mus.cc",
"screen_mus_unittest.cc",
]
« no previous file with comments | « ui/aura/mus/window_tree_client.cc ('k') | ui/views/mus/mus_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698