blob: 64314b94f59c255e221c701a17f67165aed000c9 [file] [log] [blame]
include_rules = [
"+chrome/browser/ui/views",
"+chrome/services/app_service/public",
"+third_party/libaddressinput",
"+services/tracing/public",
]
specific_include_rules = {
"chrome_views_delegate_chromeos\.cc": [
# 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",
"+ash/keyboard/ui/public",
],
}