| Index: components/ui/zoom/BUILD.gn
|
| diff --git a/components/ui/zoom/BUILD.gn b/components/ui/zoom/BUILD.gn
|
| index 1cd492eeda2de48e4e180e9178f47767b627f501..ec60faf8b2686a4b99f1e76090ea0d4906a2b758 100644
|
| --- a/components/ui/zoom/BUILD.gn
|
| +++ b/components/ui/zoom/BUILD.gn
|
| @@ -18,6 +18,7 @@ source_set("zoom") {
|
|
|
| deps = [
|
| "//base",
|
| + "//base:prefs",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| "//ipc",
|
| @@ -33,6 +34,8 @@ source_set("unit_tests") {
|
| ]
|
| deps = [
|
| ":zoom",
|
| + "//base:prefs",
|
| + "//content/public/common",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|