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", | |
10 "+jingle/notifier", | 9 "+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", | |
15 "+net/url_request", | 10 "+net/url_request", |
16 | 11 |
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. | |
22 "+sync/internal_api/public/base", | 12 "+sync/internal_api/public/base", |
23 "+sync/internal_api/public/util", | |
24 "+sync/notifier", | 13 "+sync/notifier", |
25 ] | 14 ] |
OLD | NEW |