include_rules = [
 "+chrome/browser/ui/views",
 "+mash/common",
 "+services/ws/public/cpp",
 "+third_party/libaddressinput",
]

specific_include_rules = {
  "chrome_views_delegate_chromeos\.cc": [
    # TODO(mash): Fix. https://crbug.com/631545
    "+ash/accelerators/accelerator_controller.h",
    # TODO(mash): Fix. https://crbug.com/826456
    "+ash/shell.h",
    "+ash/wm/window_state.h",
  ],
  # mash-ok
  "screen_capture_notification_ui_views\.cc": [
    "+ash/shell.h",
  ],
  # mash-ok
  "status_bubble_views\.cc": [
    "+ash/shell.h",
    "+ash/wm/window_state.h",
  ],
  ".*test.*": [
   "!ash",
   "+ash/public",
  ],
}
