summaryrefslogtreecommitdiffstats
path: root/content/renderer/DEPS
blob: 01805b751edec79c1d02a71557bd25d4586ae8fb (plain)
1
2
3
4
5
6
7
8
9
include_rules = [
  "-chrome",
  "+chrome/test",
  "+content/plugin",  # For shared npruntime proxying code.
  "+media",  # For audio input/output and audio/video decoding.
  "+third_party/mach_override",
  "+third_party/tcmalloc",
  "+v8/include",
]