| include_rules = [ | |
| "+ios/chrome/browser/web/model/print/web_state_printer.h", | |
| "+ios/chrome/browser/tabs/model/tab_title_util.h" | |
| ] | |
| specific_include_rules = { | |
| # web::HttpServer is deprecated in favor of net::EmbeddedTestServer. | |
| # TODO:(crbug.com/891834) Remove this exception. | |
| "print_controller_egtest\.mm": [ | |
| "+ios/web/public/test/http_server", | |
| ], | |
| } |