include_rules = [
  # KSV is intended to be a small app with restrictive DEPS in order to make it
  # easy to be migrated to a completely independent mojo app under mustash.
  "+ash/components/resources",
  "+ash/components/shortcut_viewer",
  "+ash/components/strings",
  "+base",
  "+cc/paint",
  "+testing/gtest",
  "+ui/accessibility",
  "+ui/aura",
  "+ui/base",
  "+ui/events",
  "+ui/chromeos/events",
  "+ui/chromeos/search_box",
  "+ui/gfx",
  "+ui/gl",
  "+ui/views",
]

specific_include_rules = {
  "keyboard_shortcut_view_unittest\.cc": [
    "+ash/test/ash_test_base.h",
  ],
}
