| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/google/core", | 2 "+components/google/core", |
| 3 "+components/history/core", | 3 "+components/history/core", |
| 4 "+components/keyed_service/core", | |
| 5 "+components/metrics/proto", | 4 "+components/metrics/proto", |
| 6 "+components/policy/core", | 5 "+components/policy/core", |
| 7 "+components/pref_registry", | 6 "+components/pref_registry", |
| 8 "+components/rappor", | |
| 9 "+components/url_fixer", | |
| 10 "+components/webdata", | |
| 11 "+google_apis", | 7 "+google_apis", |
| 12 "+grit/components_strings.h", | 8 "+grit/components_strings.h", |
| 13 "+net", | 9 "+net", |
| 14 "+policy", | 10 "+policy", |
| 15 "+sql", | |
| 16 "+sync", | |
| 17 "+ui/gfx/geometry", | 11 "+ui/gfx/geometry", |
| 18 ] | 12 ] |
| OLD | NEW |