| Index: components/sync/BUILD.gn
|
| diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
|
| index 956972454b1075d3f3c9ffaa475107873f736c87..7538fc441f28330c084da0c9923d77c024395ffa 100644
|
| --- a/components/sync/BUILD.gn
|
| +++ b/components/sync/BUILD.gn
|
| @@ -175,6 +175,8 @@ static_library("sync") {
|
| "core/sync_db_util.cc",
|
| "core/sync_encryption_handler.cc",
|
| "core/sync_encryption_handler.h",
|
| + "core/sync_features.cc",
|
| + "core/sync_features.h",
|
| "core/sync_manager.cc",
|
| "core/sync_manager.h",
|
| "core/sync_manager_factory.cc",
|
|
|