OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-chrome", | 2 "-chrome", |
3 | 3 |
4 "+chrome/test/base", | 4 "+chrome/test/base", |
5 | 5 |
6 "+chrome/browser/sync/notifier", | 6 "+chrome/browser/sync/notifier", |
7 "+chrome/browser/sync/syncable/model_type.h", | 7 "+chrome/browser/sync/syncable/model_type.h", |
8 "+chrome/browser/sync/syncable/model_type_payload_map.h", | 8 "+chrome/browser/sync/syncable/model_type_payload_map.h", |
9 "+chrome/browser/sync/syncable/model_type_test_util.h", | 9 "+chrome/browser/sync/syncable/model_type_test_util.h", |
10 "+chrome/browser/sync/protocol/service_constants.h", | 10 "+chrome/browser/sync/protocol/service_constants.h", |
11 "+chrome/browser/sync/util", | 11 "+chrome/browser/sync/util", |
12 | 12 |
13 "+chrome/common/chrome_switches.h", | 13 "+chrome/common/chrome_switches.h", |
14 "+chrome/common/chrome_notification_types.h", | |
15 "+google/cacheinvalidation", | 14 "+google/cacheinvalidation", |
16 "+jingle/notifier", | 15 "+jingle/notifier", |
17 | 16 |
18 # unit tests depend on talk/base. | 17 # unit tests depend on talk/base. |
19 "+talk/base", | 18 "+talk/base", |
20 # sync_notifier depends on the xmpp part of libjingle. | 19 # sync_notifier depends on the xmpp part of libjingle. |
21 "+talk/xmpp", | 20 "+talk/xmpp", |
22 | 21 |
23 "-chrome/browser/sync/internal_api", | 22 "-chrome/browser/sync/internal_api", |
24 ] | 23 ] |
OLD | NEW |