blob: 10c3628cedd6819329a77e5d1343ba5adca0defc [file] [log] [blame]
include_rules = [
# Do not add chrome/ as an allowed include.
"-chrome",
# Individual components must explicitly declare their dependencies
# on other components. Cycles in the dependency graph within
# components/ are not allowed.
"-components",
# Components that wish to use the content API or IPC must explicitly declare
# these dependencies; see ./README.
"-ipc",
# TODO(crbug.com/40411113): ApplicationStatus should be moved to //chrome. In the
# mean time, ban new usages.
"-base/android/java/src/org/chromium/base/ApplicationStatus.java",
]