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

Side by Side Diff: sync/syncable/DEPS

Issue 247983002: Keep track of which attachments are referenced by which sync entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: FakeAttachmentService::StoreAttachments now calls AttachmentStore::Write. Created 6 years, 7 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/protocol/attachments.proto ('k') | sync/syncable/directory.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 "+net/base/escape.h", 2 "+net/base/escape.h",
3 "+sql", 3 "+sql",
4 "+sync/api",
4 "+sync/base", 5 "+sync/base",
6 "+sync/internal_api/public",
pavely 2014/04/30 20:22:12 Could you take a look at comments between me and T
maniscalco 2014/05/01 00:34:16 Thanks for pointing this out! I had a conversatio
5 "+sync/internal_api/public/base", 7 "+sync/internal_api/public/base",
6 "+sync/internal_api/public/engine", 8 "+sync/internal_api/public/engine",
7 "+sync/internal_api/public/util", 9 "+sync/internal_api/public/util",
8 "+sync/protocol", 10 "+sync/protocol",
9 "+sync/test", 11 "+sync/test",
10 "+sync/util", 12 "+sync/util",
11 ] 13 ]
OLDNEW
« no previous file with comments | « sync/protocol/attachments.proto ('k') | sync/syncable/directory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698