| Index: blimp/client/core/context/BUILD.gn
|
| diff --git a/blimp/client/core/context/BUILD.gn b/blimp/client/core/context/BUILD.gn
|
| index 6aee4ce322d8b1c7e05c27b1de073b890c0ef795..33e7f162166c33334860fcfe307cf6c47bd75ef7 100644
|
| --- a/blimp/client/core/context/BUILD.gn
|
| +++ b/blimp/client/core/context/BUILD.gn
|
| @@ -37,6 +37,7 @@ source_set("context") {
|
| "//blimp/client/core/geolocation",
|
| "//blimp/client/core/settings",
|
| "//blimp/client/core/switches",
|
| + "//components/prefs:prefs",
|
| ]
|
|
|
| if (is_android) {
|
| @@ -90,8 +91,10 @@ source_set("unit_tests") {
|
|
|
| deps = [
|
| ":context",
|
| + "//blimp/client/core/settings",
|
| "//blimp/client/public:public_headers",
|
| "//blimp/client/test",
|
| + "//components/prefs:test_support",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|