| 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/grit/components_resources.h", |
| 4 "+components/infobars", | 4 "+components/infobars", |
| 5 "+components/language_usage_metrics", | 5 "+components/language_usage_metrics", |
| 6 "+components/metrics/proto", |
| 6 "+components/pref_registry", | 7 "+components/pref_registry", |
| 7 "+components/prefs", | 8 "+components/prefs", |
| 8 "+components/strings/grit/components_strings.h", | 9 "+components/strings/grit/components_strings.h", |
| 9 "+components/sync_preferences", | 10 "+components/sync_preferences", |
| 10 "+components/sync/protocol", | 11 "+components/sync/protocol", |
| 11 "+components/variations", | 12 "+components/variations", |
| 12 "+google_apis", | 13 "+google_apis", |
| 13 "+net", | 14 "+net", |
| 14 "+ui", | 15 "+ui", |
| 15 | 16 |
| 16 # Translate is a layered component; subdirectories must explicitly introduce | 17 # Translate is a layered component; subdirectories must explicitly introduce |
| 17 # the ability to use the content layer as appropriate. | 18 # the ability to use the content layer as appropriate. |
| 18 "-components/translate/content", | 19 "-components/translate/content", |
| 19 ] | 20 ] |
| OLD | NEW |