| include_rules = [ |
| "+ios/chrome/browser/ui/settings/autofill/autofill_constants.h", |
| "+ios/chrome/browser/ui/settings/password", |
| "+ios/chrome/browser/ui/bubble", |
| ] |
| |
| specific_include_rules = { |
| # web::HttpServer is deprecated in favor of net::EmbeddedTestServer. |
| # TODO:(crbug.com/891834) Remove this exception. |
| "save_card_infobar_egtest\.mm": [ |
| "+ios/web/public/test/http_server", |
| ], |
| # web::HttpServer is deprecated in favor of net::EmbeddedTestServer. |
| # TODO:(crbug.com/891834) Remove this exception. |
| "save_profile_egtest\.mm": [ |
| "+ios/web/public/test/http_server", |
| ], |
| } |