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

Unified Diff: components/sync/BUILD.gn

Issue 2508003002: [Sync] Move ChangeProcessor to model/. (Closed)
Patch Set: Created 4 years, 1 month 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 | « components/browser_sync/profile_sync_service_mock.h ('k') | components/sync/driver/change_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 7ace6dd155a1de9b8d3c3430f6cff880e6d47c4f..5916511f7d541d29290fabe8c4c55e45254176b5 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -101,8 +101,6 @@ static_library("sync") {
"driver/backend_data_type_configurer.h",
"driver/backend_migrator.cc",
"driver/backend_migrator.h",
- "driver/change_processor.cc",
- "driver/change_processor.h",
"driver/data_type_controller.cc",
"driver/data_type_controller.h",
"driver/data_type_encryption_handler.cc",
@@ -406,6 +404,8 @@ static_library("sync") {
"model/attachments/attachment_service_proxy_for_test.h",
"model/attachments/attachment_store.cc",
"model/attachments/attachment_store.h",
+ "model/change_processor.cc",
+ "model/change_processor.h",
"model/conflict_resolution.cc",
"model/conflict_resolution.h",
"model/data_batch.h",
@@ -780,8 +780,6 @@ static_library("test_support_driver") {
sources = [
"device_info/local_device_info_provider_mock.cc",
"device_info/local_device_info_provider_mock.h",
- "driver/change_processor_mock.cc",
- "driver/change_processor_mock.h",
"driver/data_type_controller_mock.cc",
"driver/data_type_controller_mock.h",
"driver/data_type_manager_mock.cc",
@@ -804,6 +802,8 @@ static_library("test_support_driver") {
"driver/non_ui_data_type_controller_mock.h",
"driver/sync_api_component_factory_mock.cc",
"driver/sync_api_component_factory_mock.h",
+ "model/change_processor_mock.cc",
+ "model/change_processor_mock.h",
]
public_deps = [
« no previous file with comments | « components/browser_sync/profile_sync_service_mock.h ('k') | components/sync/driver/change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698