blob: 6cd826038777ac84b9c26577185cf6152ffd15c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"-content",
]
specific_include_rules = {
"pref_service.*|browser_prefs.*": [
"+content/public/browser/browser_thread.h",
"+content/public/browser/render_process_host.h",
"+content/public/test",
],
}
|