Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/os_crypt", | 2 "+components/os_crypt", |
| 3 "+components/pref_registry", | 3 "+components/pref_registry", |
| 4 "+components/timers", | |
|
Nicolas Zea
2014/10/24 00:28:18
nit: comment that this is only for cros
Chirantan Ekbote
2014/10/24 01:04:13
Done.
| |
| 4 # TODO(johnme): Fix this layering violation. | 5 # TODO(johnme): Fix this layering violation. |
| 5 "!content/public/android/java", | 6 "!content/public/android/java", |
| 6 "+google_apis/gaia", | 7 "+google_apis/gaia", |
| 7 "+google_apis/gcm", | 8 "+google_apis/gcm", |
| 8 "+jni", | 9 "+jni", |
| 9 "+net", | 10 "+net", |
| 10 "+sync/protocol", | 11 "+sync/protocol", |
| 11 ] | 12 ] |
| OLD | NEW |