| Index: components/task_scheduler_util/common/BUILD.gn
|
| diff --git a/components/task_scheduler_util/common/BUILD.gn b/components/task_scheduler_util/common/BUILD.gn
|
| index d0e0566f16c8857b815139686e7a85adf6e20b8f..94bbb32322bc1e2e58ca328a4f655517653d615e 100644
|
| --- a/components/task_scheduler_util/common/BUILD.gn
|
| +++ b/components/task_scheduler_util/common/BUILD.gn
|
| @@ -10,6 +10,7 @@ static_library("common") {
|
|
|
| deps = [
|
| "//base",
|
| + "//components/variations",
|
| ]
|
| }
|
|
|
| @@ -21,6 +22,7 @@ source_set("unit_tests") {
|
| deps = [
|
| ":common",
|
| "//base",
|
| + "//components/variations",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|