blob: b1e57475ca90872be84d49f924f16b62c59bcd33 (
plain)
1
2
3
4
5
6
7
8
|
include_rules = [
# KeyedService is a layered component; subdirectories must introduce
# allowances of //content dependencies as appropriate.
"-components/keyed_service/content",
"+components/pref_registry",
"+components/prefs",
]
|