OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+google/cacheinvalidation", | 2 "+google/cacheinvalidation", |
| 3 "+jingle/notifier", |
| 4 "+net/base/backoff_entry.h", |
| 5 "+net/base/mock_host_resolver.h", |
| 6 "+net/base/network_change_notifier.h", |
| 7 "+net/http/http_status_code.h", |
| 8 "+net/url_request", |
3 | 9 |
4 "+sync/base", | 10 "+sync/base", |
5 "+sync/internal_api/public/base", | 11 "+sync/internal_api/public/base", |
6 "+sync/internal_api/public/util", | 12 "+sync/internal_api/public/util", |
| 13 "+sync/protocol/service_constants.h", |
| 14 "+sync/util", |
| 15 |
| 16 # unit tests depend on talk/base. |
| 17 "+talk/base", |
| 18 # sync_notifier depends on the xmpp part of libjingle. |
| 19 "+talk/xmpp", |
7 ] | 20 ] |
OLD | NEW |