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

Unified Diff: chrome/chrome_tests.gypi

Issue 6995008: Implement new SyncAPI and convert Preferences to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 9 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
« chrome/browser/sync/api/syncable_service.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index d5ba29e397ca57c68f12b617361f8d0777d11ec1..a45b5e44084939fd9812469a9793aa92f8b8058f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1603,8 +1603,8 @@
'browser/sync/sync_setup_wizard_unittest.cc',
'browser/sync/sync_ui_util_mac_unittest.mm',
'browser/sync/sync_ui_util_unittest.cc',
- 'browser/sync/syncable_service_mock.cc',
- 'browser/sync/syncable_service_mock.h',
+ 'browser/sync/api/syncable_service_mock.cc',
+ 'browser/sync/api/syncable_service_mock.h',
'browser/sync/test_profile_sync_service.cc',
'browser/sync/test_profile_sync_service.h',
'browser/sync/util/cryptographer_unittest.cc',
@@ -3032,6 +3032,7 @@
'browser/sync/syncable/syncable_enum_conversions_unittest.cc',
'browser/sync/syncable/syncable_id_unittest.cc',
'browser/sync/syncable/syncable_unittest.cc',
+ 'browser/sync/api/sync_change_unittest.cc',
'browser/sync/util/data_encryption_unittest.cc',
'browser/sync/util/extensions_activity_monitor_unittest.cc',
'browser/sync/util/protobuf_unittest.cc',
@@ -3046,7 +3047,7 @@
'test/sync/engine/test_id_factory.h',
'test/sync/engine/test_syncable_utils.cc',
'test/sync/engine/test_syncable_utils.h',
- 'test/sync/sessions/test_scoped_session_event_listener.h',
+ 'test/sync/sessions/test_scoped_session_change_listener.h',
],
'include_dirs': [
'..',
« chrome/browser/sync/api/syncable_service.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698