OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/os_crypt", | 2 "+components/os_crypt", |
| 3 "+components/keyed_service", |
3 "+components/pref_registry", | 4 "+components/pref_registry", |
| 5 "+components/signin", |
4 "+components/sync_driver", | 6 "+components/sync_driver", |
5 "+components/timers", # Only used for Chrome OS builds. | 7 "+components/timers", # Only used for Chrome OS builds. |
6 "+components/version_info", | 8 "+components/version_info", |
7 # TODO(johnme): Fix this layering violation. | 9 # TODO(johnme): Fix this layering violation. |
8 "!content/public/android/java", | 10 "!content/public/android/java", |
9 "+google_apis/gaia", | 11 "+google_apis/gaia", |
10 "+google_apis/gcm", | 12 "+google_apis/gcm", |
11 "+jni", | 13 "+jni", |
12 "+net", | 14 "+net", |
13 "+sync/protocol", | 15 "+sync/protocol", |
14 ] | 16 ] |
OLD | NEW |