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

Unified Diff: components/sync/BUILD.gn

Issue 2620783002: [sync] Handle local changes in AutocompleteSyncBridge (Closed)
Patch Set: rebase Created 3 years, 11 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
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index f05878b0e297fec752937d44b60af5350016c17f..2a552cd7662759200463e818cc2ccec960b3e1f3 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -760,6 +760,8 @@ static_library("test_support_model") {
"model/mock_model_type_store.h",
"model/model_type_store_test_util.cc",
"model/model_type_store_test_util.h",
+ "model/recording_model_type_change_processor.cc",
+ "model/recording_model_type_change_processor.h",
"model/stub_model_type_sync_bridge.cc",
"model/stub_model_type_sync_bridge.h",
"model/sync_change_processor_wrapper_for_test.cc",

Powered by Google App Engine
This is Rietveld 408576698