| include_rules = [ |
| "+components/services/app_service/public", |
| "+components/app_constants", |
| "+components/app_restore", |
| "+components/webapk", |
| "+components/web_package/signed_web_bundles", |
| "+chrome/grit/app_icon_resources.h", |
| "+third_party/fuzztest" |
| ] |
| |
| specific_include_rules = { |
| "notifications_browsertest\.cc": [ |
| "+ash/system/message_center/arc/arc_notification_manager.h", |
| "+ash/system/message_center/arc/arc_notification_manager_delegate.h", |
| "+ui/message_center/message_center.h", |
| ], |
| ".*unittest\.cc": [ |
| "+cc/test", |
| ], |
| } |