| include_rules = [ |
| # ChromeOS should not depend on //chrome. See //docs/chromeos/code.md for |
| # details. |
| "-chrome", |
| |
| # This directory is in //chrome, which violates the rule above. Allow this |
| # directory to #include its own files. |
| "+chrome/browser/ash/scanner", |
| # Also allow the manta service factory which is used to instantiate the |
| # Scanner provider. |
| "+chrome/browser/manta/manta_service_factory.h", |
| # And any browser dependencies required for a ProfileKeyedService. |
| "+chrome/browser/profiles", |
| |
| # Required for getting a `signin::IdentityManager`. |
| "+chrome/browser/signin", |
| ] |