| Index: components/sync/BUILD.gn
|
| diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
|
| index 836dd3c91462dd614af68a226ce11d4260a844ff..b70cde4ff9f000489fa530a924f41dc1d27503f9 100644
|
| --- a/components/sync/BUILD.gn
|
| +++ b/components/sync/BUILD.gn
|
| @@ -60,6 +60,8 @@ static_library("sync") {
|
| "base/report_unrecoverable_error.cc",
|
| "base/report_unrecoverable_error.h",
|
| "base/stop_source.h",
|
| + "base/sync_features.cc",
|
| + "base/sync_features.h",
|
| "base/sync_prefs.cc",
|
| "base/sync_prefs.h",
|
| "base/syncer_error.cc",
|
|
|