| specific_include_rules = { |
| # web::HttpServer is deprecated in favor of net::EmbeddedTestServer. |
| # TODO:(crbug.com/891834) Remove this exception. |
| "tab_usage_recorder_egtest\.mm": [ |
| "+ios/web/public/test/http_server", |
| ], |
| |
| "metrics_app_interface\.mm": [ |
| "+third_party/zlib/google/compression_utils.h", |
| ], |
| "ios_feed_enabled_metrics_provider.mm": [ |
| "+components/feed/core/shared_prefs/pref_names.h", |
| "+ios/chrome/browser/ui/ntp/new_tab_page_feature.h", |
| ], |
| "ios_feed_enabled_metrics_provider_unittest.mm": [ |
| "+components/feed/core/shared_prefs/pref_names.h", |
| ], |
| |
| # TODO(crbug.com/1294160): Remove these dependencies. |
| "^incognito_usage_app_state_agent.mm": [ |
| "+ios/chrome/browser/ui/main/scene_state.h", |
| ], |
| "^ios_chrome_default_browser_metrics_provider.mm": [ |
| "+ios/chrome/browser/ui/default_promo/default_browser_utils.h", |
| ], |
| "^ios_chrome_metrics_service_client.mm": [ |
| "+ios/chrome/browser/ui/overscroll_actions/overscroll_actions_controller.h", |
| ], |
| "^user_interface_style_recorder.mm": [ |
| "+ios/chrome/browser/ui/util/ui_util.h", |
| ], |
| |
| } |