| include_rules = [ | |
| "+components/policy/core/browser", | |
| "+components/policy/core/common", | |
| "+components/pref_registry", | |
| "+sync", | |
| # syncable_prefs can be used on all platforms, including iOS. Do not allow | |
| # platform-specific dependencies. | |
| "-content", | |
| "-ios", | |
| ] |