| 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",
|
|
|