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

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

Issue 1909733002: mus: Add EventObserver to allow passively listening to UI events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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: components/mus/public/cpp/BUILD.gn
diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn
index 8486b398679865eeb797807bf569d808cde69e31..024b87394baf55b38a704b10947633acfe046304 100644
--- a/components/mus/public/cpp/BUILD.gn
+++ b/components/mus/public/cpp/BUILD.gn
@@ -5,10 +5,10 @@
source_set("cpp") {
sources = [
"context_provider.h",
- "event_matcher.h",
+ "event_matcher_util.h",
"input_event_handler.h",
"lib/context_provider.cc",
- "lib/event_matcher.cc",
+ "lib/event_matcher_util.cc",
"lib/in_flight_change.cc",
"lib/in_flight_change.h",
"lib/output_surface.cc",
« no previous file with comments | « no previous file | components/mus/public/cpp/event_matcher.h » ('j') | components/mus/public/interfaces/window_tree.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698