specific_include_rules = {
  # mash-ok. For Shell::tablet_mode_controller() (!mash)
  "multi_user_window_manager_chromeos\.cc": [
    "+ash/shell.h",
    "+ash/wm/tablet_mode/tablet_mode_controller.h",
  ],
  # https://crbug.com/756085
  "user_switch_animator_chromeos\.cc": [
    "+ash/app_list/app_list_controller_impl.h",
    "+ash/shell.h",
    "+ash/wm/mru_window_tracker.h",
    "+ash/wm/window_positioner.h",
  ],
}
