blob: 0a33fe40ab1540aa5b07752c4a4cc2fd281ea224 (
plain)
1
2
3
4
5
6
7
|
include_rules = [
# Things in extensions/components can depend on extensions, but not other
# extensions/components in a way that could make a cycle in the dependency
# graph. Individual components must explicitly declare their dependencies
# on other components.
"-extensions/components",
]
|