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

Unified Diff: sync/sync_tests.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_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index ea15c7609701fdbc50135edae9bbe4a1db731148..e647ec8ab05f2debb5981dfcbd310c41a3b57074 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -424,6 +424,8 @@
'..',
],
'sources': [
+ 'internal_api/attachments/attachment_server_url_builder_unittest.cc',
+ 'internal_api/attachments/attachment_uploader_impl_unittest.cc',
'internal_api/attachments/fake_attachment_store_unittest.cc',
'internal_api/attachments/fake_attachment_uploader_unittest.cc',
'internal_api/debug_info_event_listener_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698