| Index: components/variations/BUILD.gn
|
| diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn
|
| index 925210b3a1180f3da7d316d7243d662255ffdb3e..bc7008a0fb32055d44e49663257b571ab948ba3f 100644
|
| --- a/components/variations/BUILD.gn
|
| +++ b/components/variations/BUILD.gn
|
| @@ -93,6 +93,22 @@ if (is_android) {
|
| }
|
| }
|
|
|
| +static_library("test_support") {
|
| + testonly = true
|
| + sources = [
|
| + "variations_params_manager.cc",
|
| + "variations_params_manager.h",
|
| + ]
|
| +
|
| + public_deps = [
|
| + ":variations",
|
| + ]
|
| +
|
| + deps = [
|
| + "//base/test:test_support",
|
| + ]
|
| +}
|
| +
|
| source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
|
|