summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/DEPS
blob: e2e659de875b096931c050022f8192e058f0199f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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",
  "+apps/shell_window.h",
  "+apps/shell_window_registry.h",
  "-chrome/browser/apps",

  # TODO(tfarina): Remove all these. crbug.com/125846.
  # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
  "!chrome/browser/ui/views/extensions/extension_view_views.h",
  # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!

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