blob: ab992f5e9c8e739a684d78ad12a921a8b04ff12f [file] [log] [blame]
include_rules = [
"+chrome/browser/ui/views",
"+chrome/services/app_service/public",
"+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",
],
}