OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+google/cacheinvalidation", | 2 "+google/cacheinvalidation", |
3 "+jingle/notifier", | 3 "+jingle/notifier", |
| 4 "+net/base/mock_host_resolver.h", |
4 "+net/url_request/url_request_context.h", | 5 "+net/url_request/url_request_context.h", |
5 "+net/url_request/url_request_test_util.h", | 6 "+net/url_request/url_request_test_util.h", |
6 | 7 |
7 "+sync/syncable/model_type.h", | 8 "+sync/syncable/model_type.h", |
8 "+sync/syncable/model_type_payload_map.h", | 9 "+sync/syncable/model_type_payload_map.h", |
9 "+sync/protocol/service_constants.h", | 10 "+sync/protocol/service_constants.h", |
10 "+sync/util", | 11 "+sync/util", |
11 | 12 |
12 # unit tests depend on talk/base. | 13 # unit tests depend on talk/base. |
13 "+talk/base", | 14 "+talk/base", |
14 # sync_notifier depends on the xmpp part of libjingle. | 15 # sync_notifier depends on the xmpp part of libjingle. |
15 "+talk/xmpp", | 16 "+talk/xmpp", |
16 ] | 17 ] |
OLD | NEW |