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