summaryrefslogtreecommitdiffstats
path: root/content/browser/DEPS
blob: c120aeed34583f9a0fe3cb60a8f93dffe7a5f4b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_rules = [
  "+content/gpu",  # For gpu_info_collector.h and in-process GPU
  "+content/port/browser",
  "+content/public/browser",
  "+media/audio",  # For audio input for speech input feature.

  # 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",
]