1 include_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