Index: components/sync/BUILD.gn |
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn |
index 1e62aba7f9310278df139c713905a35da6cce8a7..d5134afa88fc5b98ead83bedb429ea68d563f706 100644 |
--- a/components/sync/BUILD.gn |
+++ b/components/sync/BUILD.gn |
@@ -22,6 +22,9 @@ static_library("sync") { |
"api/conflict_resolution.cc", |
"api/conflict_resolution.h", |
"api/data_batch.h", |
+ "api/data_type_error_handler.h", |
+ "api/data_type_error_handler_impl.cc", |
+ "api/data_type_error_handler_impl.h", |
"api/entity_change.cc", |
"api/entity_change.h", |
"api/entity_data.cc", |
@@ -135,7 +138,6 @@ static_library("sync") { |
"core/data_type_association_stats.h", |
"core/data_type_debug_info_listener.cc", |
"core/data_type_debug_info_listener.h", |
- "core/data_type_error_handler.h", |
"core/delete_journal.cc", |
"core/delete_journal.h", |
"core/http_bridge.cc", |
@@ -670,7 +672,8 @@ static_library("test_support_sync_core") { |
static_library("test_support_sync_core_impl") { |
testonly = true |
sources = [ |
- "core/test/data_type_error_handler_mock.h", |
+ "api/data_type_error_handler_mock.cc", |
+ "api/data_type_error_handler_mock.h", |
"core/test/fake_model_type_connector.h", |
"core/test/fake_model_type_processor.h", |
"core/test/fake_sync_manager.h", |
@@ -679,7 +682,6 @@ static_library("test_support_sync_core_impl") { |
"core/test/test_entry_factory.h", |
"core/test/test_internal_components_factory.h", |
"core/test/test_user_share.h", |
- "core_impl/test/data_type_error_handler_mock.cc", |
"core_impl/test/fake_model_type_connector.cc", |
"core_impl/test/fake_model_type_processor.cc", |
"core_impl/test/fake_sync_manager.cc", |