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

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: 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
« sync/internal_api/DEPS ('K') | « 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..9ded07e6842852b2c40cc4782c2d26ad431260d5 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -255,8 +255,6 @@
],
'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/sync_change_unittest.cc',
'api/sync_data_unittest.cc',
@@ -276,6 +274,8 @@
'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',
« sync/internal_api/DEPS ('K') | « sync/sync.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698