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

Unified Diff: sync/sync_tests.gypi

Issue 1966023002: [Sync] Move DataTypeErrorHandler to //sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Found an unsaved buffer :( Created 4 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
« 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 89bbd7e41b7273f8403ba067ee56a058ab7b41e8..e3744616a3163e42ed6b3ab0ae5e4ac291787268 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -183,6 +183,7 @@
'test_support_sync_core',
],
'sources': [
+ 'internal_api/public/test/data_type_error_handler_mock.h',
'internal_api/public/test/fake_model_type_connector.h',
'internal_api/public/test/fake_model_type_processor.h',
'internal_api/public/test/fake_sync_manager.h',
@@ -191,6 +192,7 @@
'internal_api/public/test/test_entry_factory.h',
'internal_api/public/test/test_internal_components_factory.h',
'internal_api/public/test/test_user_share.h',
+ 'internal_api/test/data_type_error_handler_mock.cc',
'internal_api/test/fake_model_type_connector.cc',
'internal_api/test/fake_model_type_processor.cc',
'internal_api/test/fake_sync_manager.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