Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: sync/sync_api.gypi

Issue 293143002: Add AttachmentDownloader interface, change signature of AttachmentStore::Read (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/sync_api.gypi
diff --git a/sync/sync_api.gypi b/sync/sync_api.gypi
index e8be167c14a6ee637491b05637fecc3f16f32314..8aaf7c7cdf1a9148a8025b7b8a5442e89ceb28de 100644
--- a/sync/sync_api.gypi
+++ b/sync/sync_api.gypi
@@ -15,6 +15,8 @@
'sources': [
'api/attachments/attachment.cc',
'api/attachments/attachment.h',
+ 'api/attachments/attachment_downloader.cc',
+ 'api/attachments/attachment_downloader.h',
'api/attachments/attachment_id.cc',
'api/attachments/attachment_id.h',
'api/attachments/attachment_service.cc',

Powered by Google App Engine
This is Rietveld 408576698