summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/DEPS
blob: 2f74ae886561eeb12a2d077effe09ac9312b4147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  # TODO(benwells): Once the extensions component is established
  # and there are only chrome specific extension things left in
  # chrome/browser/extensions, the restriction of not being able
  # to depend on apps will be lifted.
  "-apps",
  "-chrome/browser/apps",
  "+components/chrome_apps",
  "+components/crx_file",
  "+components/user_manager",
  "+extensions/strings/grit/extensions_strings.h",

  # For access to testing command line switches.
  "+ppapi/shared_impl",
]