sdefresne | 875d078 | 2015-09-16 12:01:28 | [diff] [blame^] | 1 | include_rules = [ |
2 | "+components/policy/core/browser", | ||||
3 | "+components/policy/core/common", | ||||
4 | "+components/pref_registry", | ||||
5 | "+sync", | ||||
6 | |||||
7 | # syncable_prefs can be used on all platforms, including iOS. Do not allow | ||||
8 | # platform-specific dependencies. | ||||
9 | "-content", | ||||
10 | "-ios", | ||||
11 | ] |