blob: 1693ddbee2a3d3a770ba707ea341aff3b8bc337d (
plain)
1
2
3
4
5
6
7
8
9
|
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",
"+components/page_load_metrics/browser",
"+third_party/ocmock/OCMock/OCMock.h",
"+third_party/ocmock/ocmock_extensions.h",
]
|