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