| Index: services/preferences/BUILD.gn
|
| diff --git a/services/preferences/BUILD.gn b/services/preferences/BUILD.gn
|
| index 07105a5677afda24e27519a3ab81de25402d7a23..524b6bd8a28ed2f6b959f0688e8bc833f017b029 100644
|
| --- a/services/preferences/BUILD.gn
|
| +++ b/services/preferences/BUILD.gn
|
| @@ -25,6 +25,8 @@ source_set("preferences") {
|
| "//components/prefs",
|
| ]
|
| sources = [
|
| + "persistent_pref_store_factory.cc",
|
| + "persistent_pref_store_factory.h",
|
| "persistent_pref_store_impl.cc",
|
| "persistent_pref_store_impl.h",
|
| ]
|
|
|