include_rules = [
"+chrome/browser/ui/views",
"+components/fullscreen_control",
"+components/live_caption",
"+components/services/app_service/public",
"+components/url_formatter",
"+components/user_education/views",
"+services/tracing/public",
"+third_party/libaddressinput",
"+third_party/omnibox_proto",
]
specific_include_rules = {
"authenticator_qr_sheet_view\.*": [
"+components/qr_code_generator/bitmap_generator.h",
],
"browser_user_education_service.cc": [
"+ash/user_education/views/help_bubble_factory_views_ash.h",
],
"chrome_web_dialog_view\.cc": [
"+ash/utility/wm_util.h",
],
"chrome_views_delegate_ash\.cc": [
"+ash/shell.h",
],
"isolated_web_app_installer_view_browsertest\.cc": [
"+ash/shell.h",
],
"qrcode_generator\.*": [
"+components/qr_code_generator/bitmap_generator.h",
],
"mv2_disabled_dialog_controller_interactive_uitest\.cc": [
"+ash/constants/ash_pref_names.h",
"+ash/wm/window_restore/window_restore_util.h",
],
"save_card_bubble_views_browsertest\.cc": [
"+chromeos/ash/services/multidevice_setup/public/cpp/prefs.h",
],
"screen_capture_notification_ui_views\.cc": [
"+ash/shell.h",
],
"status_bubble_views\.cc": [
"+ash/shell.h",
"+ash/wm/window_state.h",
],
".*test.*": [
"!ash",
"+ash/accelerators/accelerator_table.h",
"+ash/components/arc/mojom",
"+ash/components/arc/intent_helper",
"+ash/components/arc/session",
"+ash/components/arc/test",
"+ash/constants",
"+ash/public",
"+ash/system/mahi/fake_mahi_manager.h",
"+ash/system/mahi/test/mock_mahi_media_app_events_proxy.h",
"+ash/webui/system_apps/public/system_web_app_type.h",
],
"web_app_frame_toolbar_browsertest\.cc": [
"+components/webapps/services/web_app_origin_association/test/test_web_app_origin_association_fetcher.h",
]
}