Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
attachment.cc | 10-Mar-2015 | 966 | |
attachment.h | 16-Dec-2014 | 1.9K | |
attachment_id.cc | 16-Dec-2014 | 1.9K | |
attachment_id.h | 10-Mar-2015 | 2.1K | |
attachment_id_unittest.cc | 16-Dec-2014 | 1,005 | |
attachment_store.cc | 16-Dec-2014 | 339 | |
attachment_store.h | 10-Mar-2015 | 3.5K | |
attachment_unittest.cc | 16-Dec-2014 | 1.4K | |
fake_attachment_store.cc | 10-Mar-2015 | 4.7K | |
fake_attachment_store.h | 10-Mar-2015 | 1.7K | |
fake_attachment_store_unittest.cc | 10-Mar-2015 | 8.9K | |
README | 10-Mar-2015 | 296 |
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