summaryrefslogtreecommitdiffstats
path: root/sync/sync_api.gypi
diff options
context:
space:
mode:
authormaniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-05 23:45:20 +0000
committermaniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-05 23:45:20 +0000
commit128701b11803fdde5340395f0f5e9c80d34bd52f (patch)
treec5622244aa521736eaddf15dd1e473d3eb756d0e /sync/sync_api.gypi
parent2fd27664bceffe931d5ee61f19df55e0863f19ed (diff)
downloadchromium_src-128701b11803fdde5340395f0f5e9c80d34bd52f.zip
chromium_src-128701b11803fdde5340395f0f5e9c80d34bd52f.tar.gz
chromium_src-128701b11803fdde5340395f0f5e9c80d34bd52f.tar.bz2
Added a basic AttachmentStore interface and fake implementation for use in some forthcoming unit tests. AttachmentStore will likely change a lot in a future CL.
Renamed SyncAttachment to Attachment. Renamed SyncAttachmentId to AttachmentId. Added CreateId method to Attachment. BUG= Review URL: https://codereview.chromium.org/104813004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sync_api.gypi')
-rw-r--r--sync/sync_api.gypi8
1 files changed, 6 insertions, 2 deletions
diff --git a/sync/sync_api.gypi b/sync/sync_api.gypi
index 4a2b21d..2f53d85 100644
--- a/sync/sync_api.gypi
+++ b/sync/sync_api.gypi
@@ -13,11 +13,15 @@
'../base/base.gyp:base',
],
'sources': [
+ 'api/attachments/attachment.cc',
+ 'api/attachments/attachment.h',
+ 'api/attachments/attachment_store.cc',
+ 'api/attachments/attachment_store.h',
+ 'api/attachments/fake_attachment_store.cc',
+ 'api/attachments/fake_attachment_store.h',
'api/string_ordinal.h',
'api/syncable_service.cc',
'api/syncable_service.h',
- 'api/sync_attachment.cc',
- 'api/sync_attachment.h',
'api/sync_data.cc',
'api/sync_data.h',
'api/sync_change.cc',