| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # sync_notifier depends on cacheinvalidation. | 2 # sync_notifier depends on cacheinvalidation. |
| 3 "+google/cacheinvalidation", | 3 "+google/cacheinvalidation", |
| 4 # sync_notifier depends on the common jingle notifier classes. | 4 # sync_notifier depends on the common jingle notifier classes. |
| 5 "+jingle/notifier", | 5 "+jingle/notifier", |
| 6 # sync_notifier (temporarily) on the base part of libjingle. |
| 7 "+talk/base", |
| 6 # sync_notifier depends on the xmpp part of libjingle. | 8 # sync_notifier depends on the xmpp part of libjingle. |
| 7 "+talk/xmpp", | 9 "+talk/xmpp", |
| 8 ] | 10 ] |
| OLD | NEW |