summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/DEPS
blob: 5bbbf4e3930de99ef55ae9db963401e85a22781e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/crx_file",
  "+components/user_manager",
  "+extensions/strings/grit/extensions_strings.h",

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