[email protected] | 5ec3ed8 | 2012-12-27 11:44:00 | [diff] [blame] | 1 | include_rules = [ |
[email protected] | 36316de5 | 2013-10-03 15:19:59 | [diff] [blame] | 2 | # Do not add chrome/ as an allowed include. |
[email protected] | 5ec3ed8 | 2012-12-27 11:44:00 | [diff] [blame] | 3 | |
[email protected] | 0833f12e | 2013-11-13 18:41:55 | [diff] [blame] | 4 | # Individual components must explicitly declare their dependencies |
5 | # on other components. Cycles in the dependency graph within | ||||
6 | # components/ are not allowed. | ||||
7 | "-components", | ||||
8 | |||||
[email protected] | fe003516 | 2014-05-06 14:34:55 | [diff] [blame] | 9 | # Components that wish to use the content API or IPC must explicitly declare |
10 | # these dependencies; see ./README. | ||||
11 | "-ipc", | ||||
[email protected] | 5ec3ed8 | 2012-12-27 11:44:00 | [diff] [blame] | 12 | ] |