summaryrefslogtreecommitdiffstats
path: root/content/browser/DEPS
blob: 495e626e3a7b2b64b0ec4323c3b64dd5b8e10221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.
  "+media/base/android",  # For Android JNI registration.
  "+ui/ui_controls",  # this should probably move into a DEPS file under test.

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

  # 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",
  "+chrome/browser/ui/browser_commands.h",
  "+chrome/browser/ui/browser_tabstrip.h",
  "+chrome/browser/ui/singleton_tabs.h",
]