Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Side by Side Diff: chrome/browser/invalidation/DEPS

Issue 897793002: Remove gcm channel state supported by sync service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android builds Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698