include_rules = [
  # Code under //ash runs out-of-process in mash so it must be accessed via mojo
  # interfaces in //ash/public/interfaces. See //ash/README.md.
  # TODO(mash): Remove. http://crbug.com/678705
 "!ash",

 "+ash/components/quick_launch/public",
 "+ash/public",
 "+chrome/browser/ui/views",
 "+components/constrained_window",
 "+mash/common",
 "+services/ui/public/cpp",
 "+components/user_manager",
 "+third_party/libaddressinput",
]
