| include_rules = [ |
| "+components/account_settings", |
| "+components/history/core", |
| "+components/keyed_service/core", |
| "+components/optimization_guide/proto", |
| "+components/prefs", |
| "+components/signin/public/identity_manager", |
| "+components/personal_context/core", |
| "+components/personal_context/proto", |
| "+components/subscription_eligibility", |
| "+components/sync_preferences", |
| "+components/sync/protocol", |
| "+net/base/network_change_notifier.h", |
| "+sql", |
| ] |
| |
| specific_include_rules = { |
| ".*unittest\\.cc": [ |
| "+net/base/mock_network_change_notifier.h", |
| ], |
| } |
| |