| Index: components/sync/BUILD.gn
|
| diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
|
| index fbcf49494dd8185020fa3062fd979b772ab20d3d..55ef2e46b3eae71a73a6d233de3412374a566751 100644
|
| --- a/components/sync/BUILD.gn
|
| +++ b/components/sync/BUILD.gn
|
| @@ -293,11 +293,15 @@ static_library("sync") {
|
| "engine_impl/conflict_resolver.h",
|
| "engine_impl/conflict_util.cc",
|
| "engine_impl/conflict_util.h",
|
| + "engine_impl/cycle/data_type_debug_info_emitter.cc",
|
| + "engine_impl/cycle/data_type_debug_info_emitter.h",
|
| "engine_impl/cycle/data_type_tracker.cc",
|
| "engine_impl/cycle/data_type_tracker.h",
|
| "engine_impl/cycle/debug_info_getter.h",
|
| "engine_impl/cycle/directory_type_debug_info_emitter.cc",
|
| "engine_impl/cycle/directory_type_debug_info_emitter.h",
|
| + "engine_impl/cycle/non_blocking_type_debug_info_emitter.cc",
|
| + "engine_impl/cycle/non_blocking_type_debug_info_emitter.h",
|
| "engine_impl/cycle/nudge_tracker.cc",
|
| "engine_impl/cycle/nudge_tracker.h",
|
| "engine_impl/cycle/status_controller.cc",
|
|
|