blob: 9b281dfa2a480e366c9ddb337351336c17191eea [file] [log] [blame]
include_rules = [
"-ash",
"+ash/host",
"+ash/ime",
"+ash/ash_export.h",
"+ash/ash_switches.h",
]
specific_include_rules = {
"ash_window_tree_host.cc": [
"+ash/shell_port.h",
],
"ash_window_tree_host_platform.cc": [
"+ash/shell.h",
"+ash/shell_delegate.h",
# AshWindowTreeHostPlatform is only used in classic ash, so it can use
# ozone.
"+ui/events/ozone/chromeos/cursor_controller.h",
],
# X11 support isn't used and will be removed soon, so it can depend on
# whatever.
"ash_window_tree_host_x11.cc": [
"+ui/events/devices",
],
}