summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/renderer_host/DEPS
blob: 01daa08dfcbb36ba6e3a789603bdb3fa56c9844b (plain)
1
2
3
4
5
6
7
8
9
10
11
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",
  "+components/page_load_metrics/browser",
  "+third_party/ocmock/OCMock/OCMock.h",
  "+third_party/ocmock/ocmock_extensions.h",
]