summaryrefslogtreecommitdiff
path: root/chromium/components/DEPS
blob: c73543faf005d61c08345653c3e9658e6d03eed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  # Do not add chrome/ as an allowed include.

  # 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/470582): ApplicationStatus should be moved to //chrome. In the
  # mean time, ban new usages.
  "-base/android/java/src/org/chromium/base/ApplicationStatus.java",
]