19 lines
392 B
Python
19 lines
392 B
Python
include_rules = [
|
|
"+components/crash",
|
|
"+content/public/browser",
|
|
"+content/public/common",
|
|
"+gpu/config",
|
|
"+ppapi/buildflags/buildflags.h",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"subprocess_metrics_provider_browsertest\.cc": [
|
|
"+content/shell/browser/shell.h",
|
|
"+net/dns/mock_host_resolver.h",
|
|
],
|
|
|
|
"content_stability_metrics_provider_browsertest\.cc": [
|
|
"+sandbox"
|
|
]
|
|
}
|