Home | History | Annotate | only in /external/chromium_org/sync/api/attachments
Up to higher level directory
NameDateSize
attachment.cc05-Aug-2015966
attachment.h05-Aug-20151.9K
attachment_id.cc05-Aug-20151.9K
attachment_id.h05-Aug-20152.1K
attachment_id_unittest.cc05-Aug-20151,005
attachment_store.cc05-Aug-2015339
attachment_store.h05-Aug-20153.5K
attachment_unittest.cc05-Aug-20151.4K
fake_attachment_store.cc05-Aug-20154.7K
fake_attachment_store.h05-Aug-20151.7K
fake_attachment_store_unittest.cc05-Aug-20158.9K
README05-Aug-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