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

Unified Diff: components/sync/BUILD.gn

Issue 2618483003: [Sync] Introduce ModelError for USS error handling. (Closed)
Patch Set: Address comments. 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 3c047ea3a957e617f7e5e2f0470e923de151f3e9..04d3824171e4cc81757eb9eb48007c3d4146e5de 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -436,6 +436,8 @@ static_library("sync") {
"model/metadata_batch.cc",
"model/metadata_batch.h",
"model/metadata_change_list.h",
+ "model/model_error.cc",
+ "model/model_error.h",
"model/model_type_change_processor.cc",
"model/model_type_change_processor.h",
"model/model_type_debug_info.cc",
« no previous file with comments | « components/reading_list/ios/reading_list_store_unittest.mm ('k') | components/sync/device_info/device_info_sync_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698