DEPS revision a1401311d1ab56c4ed0a474bd38c108f75cb0cd9
1include_rules = [
2  # renderer_host is intended to support the content layer's renderers. No
3  # reference to the tab contents is allowed.
4  "-chrome/browser/tab_contents",
5  # Allow tab_util.h for GetWebContentsByID.
6  "+chrome/browser/tab_contents/tab_util.h",
7  "+third_party/ocmock/OCMock/OCMock.h",
8  "+third_party/ocmock/ocmock_extensions.h",
9]
10
11