| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/data_use_measurement/core", | 2 "+components/data_use_measurement/core", |
| 3 "+components/grit/components_resources.h", |
| 3 "+components/infobars", | 4 "+components/infobars", |
| 4 "+components/language_usage_metrics", | 5 "+components/language_usage_metrics", |
| 5 "+components/pref_registry", | 6 "+components/pref_registry", |
| 6 "+components/prefs", | 7 "+components/prefs", |
| 8 "+components/strings/grit/components_strings.h", |
| 7 "+components/sync_preferences", | 9 "+components/sync_preferences", |
| 8 "+components/variations", | 10 "+components/variations", |
| 9 "+google_apis", | 11 "+google_apis", |
| 10 "+grit", # For generated headers. | |
| 11 "+net", | 12 "+net", |
| 12 "+ui", | 13 "+ui", |
| 13 | 14 |
| 14 # Translate is a layered component; subdirectories must explicitly introduce | 15 # Translate is a layered component; subdirectories must explicitly introduce |
| 15 # the ability to use the content layer as appropriate. | 16 # the ability to use the content layer as appropriate. |
| 16 "-components/translate/content", | 17 "-components/translate/content", |
| 17 ] | 18 ] |
| OLD | NEW |