OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # Do not add chrome/ as an allowed include. | 2 # Do not add chrome/ as an allowed include. |
3 | 3 |
4 # Individual components must explicitly declare their dependencies | 4 # Individual components must explicitly declare their dependencies |
5 # on other components. Cycles in the dependency graph within | 5 # on other components. Cycles in the dependency graph within |
6 # components/ are not allowed. | 6 # components/ are not allowed. |
7 "-components", | 7 "-components", |
| 8 "+components/prefs", |
8 | 9 |
9 # Components that wish to use the content API or IPC must explicitly declare | 10 # Components that wish to use the content API or IPC must explicitly declare |
10 # these dependencies; see ./README. | 11 # these dependencies; see ./README. |
11 "-ipc", | 12 "-ipc", |
12 ] | 13 ] |
OLD | NEW |