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

Unified Diff: sync/sync_internal_api.gypi

Issue 278263003: Add a minimal AttachmentUploaderImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up after self-review. 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_internal_api.gypi
diff --git a/sync/sync_internal_api.gypi b/sync/sync_internal_api.gypi
index 377fcbb67b87724c21dd0c2459bcf28dad7b0b71..38ac80104aeeb3a3e05e358d928227f2b6ed8007 100644
--- a/sync/sync_internal_api.gypi
+++ b/sync/sync_internal_api.gypi
@@ -16,6 +16,8 @@
'../url/url.gyp:url_lib',
],
'sources': [
+ 'internal_api/attachments/attachment_server_url_builder.cc',
+ 'internal_api/attachments/attachment_uploader_impl.cc',
'internal_api/attachments/fake_attachment_store.cc',
'internal_api/attachments/fake_attachment_uploader.cc',
'internal_api/base_node.cc',
@@ -45,6 +47,8 @@
'internal_api/non_blocking_type_processor.cc',
'internal_api/protocol_event_buffer.cc',
'internal_api/protocol_event_buffer.h',
+ 'internal_api/public/attachments/attachment_server_url_builder.h',
+ 'internal_api/public/attachments/attachment_uploader_impl.h',
'internal_api/public/attachments/fake_attachment_store.h',
'internal_api/public/attachments/fake_attachment_uploader.h',
'internal_api/public/base/ack_handle.cc',

Powered by Google App Engine
This is Rietveld 408576698