blob: 051698142aeff7f8f525f1b246a3709c77690e00 [file] [log] [blame]
[email protected]5ec3ed82012-12-27 11:44:001include_rules = [
[email protected]36316de52013-10-03 15:19:592 # Do not add chrome/ as an allowed include.
[email protected]5ec3ed82012-12-27 11:44:003
[email protected]0833f12e2013-11-13 18:41:554 # 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 Stade79016032020-08-28 16:23:149 # Components that wish to use the content API or IPC must explicitly declare
[email protected]fe0035162014-05-06 14:34:5510 # these dependencies; see ./README.
11 "-ipc",
Evan Stade79016032020-08-28 16:23:1412
Alison Gale45c4058f2024-04-26 19:30:0213 # TODO(crbug.com/40411113): ApplicationStatus should be moved to //chrome. In the
Evan Stade79016032020-08-28 16:23:1414 # mean time, ban new usages.
15 "-base/android/java/src/org/chromium/base/ApplicationStatus.java",
[email protected]5ec3ed82012-12-27 11:44:0016]