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

Unified Diff: sync/sync_tests.gypi

Issue 436373002: Move non-API code out of sync/api/attachments/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply CR feedback. Created 6 years, 4 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/sync.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 5c84c2553af0079f12a7539209ab81486fc27771..e7d3cf8b15b2735377f0b25b143a45d31a275de1 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -255,9 +255,8 @@
],
'sources': [
'api/attachments/attachment_id_unittest.cc',
- 'api/attachments/attachment_service_impl_unittest.cc',
- 'api/attachments/attachment_service_proxy_unittest.cc',
'api/attachments/attachment_unittest.cc',
+ 'api/attachments/fake_attachment_store_unittest.cc',
'api/sync_change_unittest.cc',
'api/sync_data_unittest.cc',
'api/sync_error_unittest.cc',
@@ -276,9 +275,10 @@
'engine/syncer_unittest.cc',
'engine/syncer_util_unittest.cc',
'internal_api/attachments/attachment_downloader_impl_unittest.cc',
+ 'internal_api/attachments/attachment_service_impl_unittest.cc',
+ 'internal_api/attachments/attachment_service_proxy_unittest.cc',
'internal_api/attachments/attachment_uploader_impl_unittest.cc',
'internal_api/attachments/fake_attachment_downloader_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',
'internal_api/http_bridge_unittest.cc',
« no previous file with comments | « sync/sync.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698