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

Side by Side Diff: sync/internal_api/public/base/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
« no previous file with comments | « sync/internal_api/public/DEPS ('k') | sync/internal_api/public/base/ack_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Invalidations headers depend on this. We should move them to sync/notifier 2 # Invalidations headers depend on this. We should move them to sync/notifier
3 # then remove this rule. 3 # then remove this rule.
4 "+google/cacheinvalidation", 4 "+google/cacheinvalidation",
5 5
6 "-sync", 6 "-sync",
7 "+sync/base", 7 "+sync/base",
8 "+sync/internal_api/public/base", 8 "+sync/internal_api/public/base",
9 "+sync/internal_api/public/util", 9 "+sync/internal_api/public/util",
10 "+sync/notifier",
11 "+sync/protocol", 10 "+sync/protocol",
12 ] 11 ]
OLDNEW
« no previous file with comments | « sync/internal_api/public/DEPS ('k') | sync/internal_api/public/base/ack_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698