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

Side by Side Diff: chrome/browser/extensions/api/push_messaging/DEPS

Issue 387733004: Move sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (GN) Comment out dependency on internal target Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/invalidation",
2 "+google/cacheinvalidation/types.pb.h", 3 "+google/cacheinvalidation/types.pb.h",
3 "+sync/internal_api/public/base/invalidation.h", 4 "+sync/internal_api/public/base/invalidation.h",
4 "+sync/notifier/sync_notifier_observer.h", 5 "+sync/internal_api/public/base/invalidation_util.h",
5 "+components/invalidation",
6 ] 6 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698