chromium/ios/chrome/browser/ui/recent_tabs/DEPS

include_rules = [
  "+ios/chrome/browser/ui/authentication",
  "+ios/chrome/browser/keyboard/ui_bundled/UIKeyCommand+Chrome.h",
  "+components/trusted_vault/trusted_vault_server_constants.h",
  "+ios/chrome/browser/ui/menu",
  "+ios/chrome/browser/ui/settings/sync/utils",
  "+ios/chrome/browser/ui/sharing",
  "+ios/chrome/browser/ui/tab_switcher/tab_grid",
]

specific_include_rules = {
  # web::HttpServer is deprecated in favor of net::EmbeddedTestServer.
  # TODO:(crbug.com/891834) Remove this exception.
  "recent_tabs_egtest\.mm": [
    "+ios/web/public/test/http_server",
  ],
}