| Index: blimp/engine/BUILD.gn
|
| diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
|
| index 8503ab46f85e4b10874614d61227d6d6814be05b..daf4c29913c4b0448ce8f509281d7fa87868467b 100644
|
| --- a/blimp/engine/BUILD.gn
|
| +++ b/blimp/engine/BUILD.gn
|
| @@ -123,10 +123,13 @@ source_set("common") {
|
| "common/blimp_browser_context.h",
|
| "common/blimp_content_client.cc",
|
| "common/blimp_content_client.h",
|
| + "common/blimp_pref_store.cc",
|
| + "common/blimp_pref_store.h",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| + "//components/prefs",
|
| "//components/version_info",
|
| "//content/public/common",
|
| "//ui/base",
|
|
|