 Chromium Code Reviews
 Chromium Code Reviews Issue 2916823002:
  Move Mus into chrome's process when running with --mus.
    
  
    Issue 2916823002:
  Move Mus into chrome's process when running with --mus. 
  | Index: services/ui/common/BUILD.gn | 
| diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn | 
| index 94a8925e7cc995aaab07ead1c5c03f1294f65546..95b849785a77e85aee9fc06f74a73e442644c1af 100644 | 
| --- a/services/ui/common/BUILD.gn | 
| +++ b/services/ui/common/BUILD.gn | 
| @@ -10,6 +10,8 @@ source_set("mus_common") { | 
| sources = [ | 
| "accelerator_util.cc", | 
| "accelerator_util.h", | 
| + "image_cursors_set.cc", | 
| + "image_cursors_set.h", | 
| "switches.cc", | 
| "switches.h", | 
| "transient_window_utils.h", |