Chromium Code Reviews| 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 # Needed for InvalidationController JNI methods. | 5 # Needed for InvalidationController JNI methods. |
| 6 "+chrome/jni/InvalidationController_jni.h", | 6 "+chrome/jni/InvalidationController_jni.h", |
| 7 | 7 |
| 8 "+components/gcm_driver", | |
| 8 "+components/invalidation", | 9 "+components/invalidation", |
| 9 ] | 10 ] |
| OLD | NEW |