blob: 8b0287077add8203259305befb2bc46205d0654a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"+content/public/test",
"+ipc",
"-components/page_load_metrics",
"+components/page_load_metrics/common",
# No inclusion of WebKit from the browser, other than strictly enum/POD, header-only types.
"-third_party/WebKit",
"+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
]
|