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

Unified Diff: sync/sync_internal_api.gypi

Issue 296153014: AttachmentDownloader implementation. (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
« no previous file with comments | « sync/internal_api/public/attachments/fake_attachment_downloader.h ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_internal_api.gypi
diff --git a/sync/sync_internal_api.gypi b/sync/sync_internal_api.gypi
index 67ec2dc284d76a9fdfad30c1d04f0c10bc236866..f24855252516a3d5e411f6227b36b46960f19823 100644
--- a/sync/sync_internal_api.gypi
+++ b/sync/sync_internal_api.gypi
@@ -16,7 +16,9 @@
'../url/url.gyp:url_lib',
],
'sources': [
+ 'internal_api/attachments/attachment_downloader_impl.cc',
'internal_api/attachments/attachment_uploader_impl.cc',
+ 'internal_api/attachments/fake_attachment_downloader.cc',
'internal_api/attachments/fake_attachment_store.cc',
'internal_api/attachments/fake_attachment_uploader.cc',
'internal_api/base_node.cc',
@@ -45,7 +47,9 @@
'internal_api/js_sync_manager_observer.h',
'internal_api/protocol_event_buffer.cc',
'internal_api/protocol_event_buffer.h',
+ 'internal_api/public/attachments/attachment_downloader_impl.h',
'internal_api/public/attachments/attachment_uploader_impl.h',
+ 'internal_api/public/attachments/fake_attachment_downloader.h',
'internal_api/public/attachments/fake_attachment_store.h',
'internal_api/public/attachments/fake_attachment_uploader.h',
'internal_api/public/base/ack_handle.cc',
« no previous file with comments | « sync/internal_api/public/attachments/fake_attachment_downloader.h ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698