| # Copyright 2023 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| include_rules = [ |
| "+ios/chrome/browser/authentication/ui_bundled/signin/signin_utils.h", |
| "+ios/chrome/browser/browsing_data/model", |
| "+ios/chrome/browser/discover_feed/model", |
| "+ios/chrome/browser/signin/model/identity_manager_factory.h", |
| ] |
| |
| specific_include_rules = { |
| "action.mm": [ |
| "+ios/chrome/browser/authentication/ui_bundled/signin:signin_headers", |
| "+ios/chrome/browser/web_state_list/model/web_usage_enabler/web_usage_enabler_browser_agent.h", |
| ] |
| } |