summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media/DEPS
blob: 6f4140f1e51c1f2491ac2d79b5710a8539379742 (plain)
1
2
3
4
5
6
7
8
9
include_rules = [
  "+media",
  
  # TODO: this is temporary, this directory doesn't belong under renderer_host
  # since it depends on web_contents.
  "+content/browser/web_contents",
  "+content/public/browser/web_contents.h",
  "+content/public/browser/web_contents_view.h",
]