[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 | |||||
Evan Stade | 7901603 | 2020-08-28 16:23:14 | [diff] [blame] | 9 | # Components that wish to use the content API or IPC must explicitly declare |
[email protected] | fe003516 | 2014-05-06 14:34:55 | [diff] [blame] | 10 | # these dependencies; see ./README. |
11 | "-ipc", | ||||
Evan Stade | 7901603 | 2020-08-28 16:23:14 | [diff] [blame] | 12 | |
Alison Gale | 45c4058f | 2024-04-26 19:30:02 | [diff] [blame] | 13 | # TODO(crbug.com/40411113): ApplicationStatus should be moved to //chrome. In the |
Evan Stade | 7901603 | 2020-08-28 16:23:14 | [diff] [blame] | 14 | # mean time, ban new usages. |
15 | "-base/android/java/src/org/chromium/base/ApplicationStatus.java", | ||||
[email protected] | 5ec3ed8 | 2012-12-27 11:44:00 | [diff] [blame] | 16 | ] |