| 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",
|
|
|