summaryrefslogtreecommitdiffstats
path: root/sync/sync_tests.gypi
diff options
context:
space:
mode:
authorstanisc <stanisc@chromium.org>2014-11-20 20:45:52 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-21 04:46:11 +0000
commit115f299f986e72331e7b2867b0cb64d952ecb85a (patch)
tree23fec3ad31ca837f7c9ff943cc506589b0478f70 /sync/sync_tests.gypi
parent9f7c198f303f3cfdbb63c58eea0d0de8891d9662 (diff)
downloadchromium_src-115f299f986e72331e7b2867b0cb64d952ecb85a.zip
chromium_src-115f299f986e72331e7b2867b0cb64d952ecb85a.tar.gz
chromium_src-115f299f986e72331e7b2867b0cb64d952ecb85a.tar.bz2
Sync: Attachment Store APIs for accessing attachment metadata
Introduced two new API methods to AttachmentStoreBase: - ReadMetadata - ReadAllMetadata Added unimplemented overrides for these two methods into 5 classes that derive from AttachmentStoreBase. For now the only class that has a real implementation and unit test coverage of the new methods is AttachmentStoreHandle. I'll provide implementation and test coverage for all other classes in the next change. BUG=435205 Review URL: https://codereview.chromium.org/736093003 Cr-Commit-Position: refs/heads/master@{#305168}
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r--sync/sync_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 3eda426..b1ef9cf 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -260,6 +260,7 @@
],
'sources': [
'api/attachments/attachment_id_unittest.cc',
+ 'api/attachments/attachment_metadata_unittest.cc',
'api/attachments/attachment_unittest.cc',
'api/sync_change_unittest.cc',
'api/sync_data_unittest.cc',