| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Needed for P2PInvalidationService construction. | 2 # Needed for P2PInvalidationService construction. |
| 3 "+jingle/notifier", | 3 "+jingle/notifier", |
| 4 | 4 |
| 5 "+sync/internal_api/public/base", | |
| 6 | |
| 7 # Needed for InvalidationController JNI methods. | 5 # Needed for InvalidationController JNI methods. |
| 8 "+chrome/jni/InvalidationController_jni.h", | 6 "+chrome/jni/InvalidationController_jni.h", |
| 9 | 7 |
| 10 "+components/invalidation", | 8 "+components/invalidation", |
| 11 ] | 9 ] |
| OLD | NEW |