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

Unified 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, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/protocol/attachments.proto ('k') | sync/syncable/directory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/DEPS
diff --git a/sync/syncable/DEPS b/sync/syncable/DEPS
index 0ea66104d923dff8ee78b5affebd5dc985a02f17..af0e432679d6a5a2fdffd4dcf6429743d44b8359 100644
--- a/sync/syncable/DEPS
+++ b/sync/syncable/DEPS
@@ -1,7 +1,9 @@
include_rules = [
"+net/base/escape.h",
"+sql",
+ "+sync/api",
"+sync/base",
+ "+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
"+sync/internal_api/public/base",
"+sync/internal_api/public/engine",
"+sync/internal_api/public/util",
« 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