noparent = True
include_rules = [
# No dependency on shell.h because it would bring in unnecessary deps.
# Use //ash/public, or pass in the needed instances directly.
"-ash/shell.h",
"+ash/auth",
"+ash/ime",
"+ash/login/ui",
"+ash/public/cpp",
"+ash/resources/vector_icons",
"+ash/shell.h",
"+ash/strings",
"+ash/style",
"+base",
"+chromeos/ash/components/auth_panel/public",
"+chromeos/ash/components/osauth/public",
"+chromeos/constants",
"+ui/base",
"+ui/color",
"+ui/chromeos/styles",
"+ui/gfx",
"+ui/views",
]