Index: components/variations/BUILD.gn |
diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn |
index 9a3e5eb10b92f608d6f95a23f7b39e5d057de12f..c679ea80df3c47eb9f88d5e5c5b065ca2a5186b7 100644 |
--- a/components/variations/BUILD.gn |
+++ b/components/variations/BUILD.gn |
@@ -91,6 +91,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 = [ |