include_rules = [
  # TODO(crbug.com/678705): Convert to using mojo interfaces in
  # //ash/public/interfaces and eliminate this.
  "!ash",
  # Public interfaces are OK.
  "+ash/public",
  "+components/feedback",
  "+components/invalidation",
  "+components/user_manager",
]

specific_include_rules = {
  # TODO(mash): http://crbug.com/705713.
  "display_rotation_default_handler\.*": [
    "+ash/display/window_tree_host_manager.h",
    "+ash/shell.h",
    "+ash/shell_observer.h",
  ],
}
