| Index: blimp/client/core/context/BUILD.gn
|
| diff --git a/blimp/client/core/context/BUILD.gn b/blimp/client/core/context/BUILD.gn
|
| index 737e8db137e3c2c4f02202e342cf12cfd173427f..d2077cc0df5e4a0afdf5f03eb453bbb5dbf144b7 100644
|
| --- a/blimp/client/core/context/BUILD.gn
|
| +++ b/blimp/client/core/context/BUILD.gn
|
| @@ -35,6 +35,7 @@ source_set("context") {
|
| "//blimp/client/core/geolocation",
|
| "//blimp/client/core/settings",
|
| "//blimp/client/core/switches",
|
| + "//components/prefs:prefs",
|
| ]
|
|
|
| if (is_android) {
|
| @@ -88,8 +89,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",
|
| ]
|
| }
|
|
|