summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/DEPS
blob: 7309868329b12e5e08d3746323dfc542a62c6d53 (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
  # renderer_host is intended to support the content layer's renderers. No
  # reference to the tab contents is allowed.
  "-chrome/browser/tab_contents",
  # Allow tab_util.h for GetWebContentsByID.
  "+chrome/browser/tab_contents/tab_util.h",
  "+third_party/ocmock/OCMock/OCMock.h",
  "+third_party/ocmock/ocmock_extensions.h",
]