summaryrefslogtreecommitdiffstats
path: root/content/browser/DEPS
blob: 8a06869f7a39449dd245de0f8c30b3ad1c7aefef (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/components/tracing",
  "+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",  # For Android JNI registration and kEnableEncryptedMedia.
  "+ui/ui_controls",  # this should probably move into a DEPS file under test.
  "+win8/util",

  # Other libraries.
  "+third_party/iaccessible2",
  "+third_party/isimpledom",
  "+third_party/khronos",   # For enum definitions only
  "+third_party/speex",

  # Allow non-browser Chrome OS code to be used.
  "+chromeos/power",

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