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