blob: 612688f9f1e8db4c3412df7bd48c8ceb6efb7dfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include_rules = [
"-content",
]
specific_include_rules = {
"chrome_pref_service_factory.*|pref_service_(unittest|mock|syncable).*|browser_prefs.*": [
"+content/public/browser/browser_thread.h",
"+content/public/browser/browser_context.h",
"+content/public/browser/render_process_host.h",
"+content/public/test",
],
"pref_value_store.*|pref_service(_simple)?\..*": [
"-chrome/browser/prefs/pref_model_associator.h",
]
}
|