| Index: components/mus/common/BUILD.gn
|
| diff --git a/components/mus/common/BUILD.gn b/components/mus/common/BUILD.gn
|
| index 02071ff68236fc819f99a51da3048c4fcf5b0fea..0d4cb9236fb4bde56435c7fa10966063c74997e2 100644
|
| --- a/components/mus/common/BUILD.gn
|
| +++ b/components/mus/common/BUILD.gn
|
| @@ -6,14 +6,14 @@ import("//testing/test.gni")
|
|
|
| component("mus_common") {
|
| sources = [
|
| - "args.cc",
|
| - "args.h",
|
| "event_matcher_util.cc",
|
| "event_matcher_util.h",
|
| "event_param_traits.cc",
|
| "event_param_traits.h",
|
| "event_param_traits_macros.h",
|
| "mus_common_export.h",
|
| + "switches.cc",
|
| + "switches.h",
|
| "transient_window_utils.h",
|
| "types.h",
|
| "util.h",
|
|
|