| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-content", | 2 "-content", |
| 3 | 3 |
| 4 "+components/keyed_service", | 4 "+components/keyed_service", |
| 5 "+components/pref_registry", | 5 "+components/pref_registry", |
| 6 | 6 |
| 7 "+google/cacheinvalidation", | 7 "+google/cacheinvalidation", |
| 8 "+google_apis/gaia", | 8 "+google_apis/gaia", |
| 9 "+google_apis/gcm", |
| 9 "+jingle/notifier", | 10 "+jingle/notifier", |
| 11 "+net/base/backoff_entry.h", |
| 12 "+net/base/mock_host_resolver.h", |
| 13 "+net/base/network_change_notifier.h", |
| 14 "+net/http/http_status_code.h", |
| 10 "+net/url_request", | 15 "+net/url_request", |
| 11 | 16 |
| 17 # sync_notifier depends on the xmpp part of libjingle. |
| 18 "+talk/xmpp", |
| 19 |
| 20 #TODO(rlarocque): Move these dependencies into this component. |
| 21 # See crbug.com/259559. |
| 12 "+sync/internal_api/public/base", | 22 "+sync/internal_api/public/base", |
| 23 "+sync/internal_api/public/util", |
| 13 "+sync/notifier", | 24 "+sync/notifier", |
| 14 ] | 25 ] |
| OLD | NEW |