summaryrefslogtreecommitdiffstats
path: root/extensions/shell/DEPS
blob: 74cb6bba5c0086e913197bd38531e5d824a428aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include_rules = [
  # The apps module has dependencies on chrome.
  "-apps",

  # Individual subdirectories should have their own DEPS that include
  # their allowed directories.
  "-extensions/shell",
  "+extensions/shell/common",
  "+extensions/shell/test",

  # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor
  # the code you need to a shared location.
  "-chrome",

  # The system.storage API expects the StorageMonitor to be initialized by
  # the embedder before being used by the extension.
  "+components/storage_monitor",

  # Only allow app_shell and extensions resources, not general Chrome ones.
  "-grit",
  "+grit/app_shell_resources.h",
  "+grit/extensions_resources.h",

  # Real DEPS go in subdirectories, for example extensions/shell/browser/DEPS.
]