| include_rules = [ |
| "+chrome/browser/ui/views", |
| "+components/fullscreen_control", |
| "+components/live_caption", |
| "+components/services/app_service/public", |
| "+components/url_formatter", |
| "+components/user_education/views", |
| "+third_party/libaddressinput", |
| "+third_party/omnibox_proto", |
| ] |
| |
| specific_include_rules = { |
| "browser_user_education_service.cc": [ |
| "+ash/user_education/views/help_bubble_factory_views_ash.h", |
| ], |
| "chrome_web_dialog_view\.cc": [ |
| "+ash/multi_user/multi_user_window_manager.h", |
| "+ash/shell.h", |
| "+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/constants", |
| "+ash/multi_user/multi_user_window_manager.h", |
| "+ash/public", |
| "+ash/wm/window_pin_util.h", |
| "+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", |
| "+chromeos/ash/experiences/arc/intent_helper", |
| "+chromeos/ash/experiences/arc/mojom", |
| "+chromeos/ash/experiences/arc/session", |
| "+chromeos/ash/experiences/arc/test", |
| ], |
| "web_app_frame_toolbar_browsertest\.cc": [ |
| "+components/webapps/services/web_app_origin_association/test/test_web_app_origin_association_fetcher.h", |
| ] |
| } |