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", | 5 "+sync/internal_api/public/base", |
6 | 6 |
7 # Needed for InvalidationController JNI methods. | 7 # Needed for InvalidationController JNI methods. |
8 "+chrome/jni/InvalidationController_jni.h", | 8 "+chrome/jni/InvalidationController_jni.h", |
| 9 |
| 10 "+components/invalidation", |
9 ] | 11 ] |
OLD | NEW |