include_rules = [
"+ios/chrome/browser/bubble/ui_bundled",
"+ios/chrome/browser/default_promo/ui_bundled/default_browser_instructions_view.h",
"+ios/chrome/browser/keyboard/ui_bundled/key_command_actions.h",
"+ios/chrome/browser/keyboard/ui_bundled/UIKeyCommand+Chrome.h",
"+ios/chrome/browser/ui/authentication",
"+ios/chrome/browser/ui/content_suggestions/content_suggestions_feature.h",
"+ios/chrome/browser/ntp/ui_bundled/new_tab_page_feature.h",
"+ios/chrome/browser/ui/search_engine_choice/search_engine_choice_ui_util.h",
"+ios/chrome/browser/ui/search_engine_choice/search_engine_choice_constants.h",
"+ios/chrome/browser/ui/scoped_ui_blocker",
"+ios/chrome/browser/autofill/ui_bundled/cells/autofill_edit_item.h",
"+ios/chrome/browser/ui/push_notification/notifications_alert_presenter.h",
"+ios/chrome/browser/autofill/ui_bundled/autofill_credit_card_util.h",
]
specific_include_rules = {
# web::HttpServer is deprecated in favor of net::EmbeddedTestServer.
# TODO:(crbug.com/891834) Remove this exception.
"block_popups_egtest\.mm": [
"+ios/web/public/test/http_server",
],
# web::HttpServer is deprecated in favor of net::EmbeddedTestServer.
# TODO:(crbug.com/891834) Remove this exception.
"passwords_settings_egtest\.mm": [
"+ios/web/public/test/http_server",
],
# web::HttpServer is deprecated in favor of net::EmbeddedTestServer.
# TODO:(crbug.com/891834) Remove this exception.
"settings_egtest\.mm": [
"+ios/web/public/test/http_server",
],
"search_engine_settings_test_case_base\.mm": [
"+ios/chrome/browser/ui/search_engine_choice/search_engine_choice_earl_grey_ui_test_util.h",
],
}