Home | History | Annotate | only in /external/chromium_org/sync/api/attachments
Up to higher level directory
NameDateSize
attachment.cc10-Mar-2015966
attachment.h16-Dec-20141.9K
attachment_id.cc16-Dec-20141.9K
attachment_id.h10-Mar-20152.1K
attachment_id_unittest.cc16-Dec-20141,005
attachment_store.cc16-Dec-2014339
attachment_store.h10-Mar-20153.5K
attachment_unittest.cc16-Dec-20141.4K
fake_attachment_store.cc10-Mar-20154.7K
fake_attachment_store.h10-Mar-20151.7K
fake_attachment_store_unittest.cc10-Mar-20158.9K
README10-Mar-2015296

README

      1 This directory contains the sync attachment interface code that is used by both
      2 consumers of sync and sync itself.
      3 
      4 Because parts of sync may depend on this code, it's important that it remains
      5 "leafy" and never depends on sync/internal_api/ or sync/syncable/, or else we
      6 may end up with cycles.
      7