summaryrefslogtreecommitdiffstats
path: root/content/browser/DEPS
blob: 60f733819831b5129dd758a6a81eaa379926962b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "+content/gpu",  # For gpu_info_collector.h and in-process GPU
  "+content/public/browser",

  # Other libraries.
  "+third_party/iaccessible2",
  "+third_party/isimpledom",

  # DO NOT ADD ANY CHROME INCLUDES HERE!!!
  # See https://sites.google.com/a/chromium.org/dev/developers/content-module
  # for more information.

  # ONLY USED BY TESTS
  "+chrome/browser/ui/browser.h",
]