| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-chrome", | 2 "-chrome", |
| 3 | 3 |
| 4 "+chrome/browser/sync/notifier", | 4 "+chrome/browser/sync/notifier", |
| 5 "+chrome/browser/sync/syncable/model_type.h", | |
| 6 "+chrome/browser/sync/syncable/model_type_payload_map.h", | |
| 7 "+chrome/browser/sync/syncable/model_type_test_util.h", | |
| 8 "+chrome/browser/sync/protocol/service_constants.h", | |
| 9 "+chrome/browser/sync/util", | |
| 10 | 5 |
| 11 "+chrome/common/chrome_switches.h", | 6 "+chrome/common/chrome_switches.h", |
| 12 "+google/cacheinvalidation", | 7 "+google/cacheinvalidation", |
| 13 "+jingle/notifier", | 8 "+jingle/notifier", |
| 14 | 9 |
| 10 "+sync/syncable/model_type.h", |
| 11 "+sync/syncable/model_type_payload_map.h", |
| 12 "+sync/syncable/model_type_test_util.h", |
| 13 "+sync/protocol/service_constants.h", |
| 14 "+sync/util", |
| 15 |
| 15 # unit tests depend on talk/base. | 16 # unit tests depend on talk/base. |
| 16 "+talk/base", | 17 "+talk/base", |
| 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 "-chrome/browser/sync/internal_api", | 21 "-chrome/browser/sync/internal_api", |
| 21 ] | 22 ] |
| OLD | NEW |