| Index: components/metrics/BUILD.gn
|
| diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
|
| index 58e88bff883ce90998ffd90c6d4864a4d232ea1a..6efed8f9fbe1f3714b6de150c2f3e03410ffd261 100644
|
| --- a/components/metrics/BUILD.gn
|
| +++ b/components/metrics/BUILD.gn
|
| @@ -57,6 +57,8 @@ source_set("metrics") {
|
| "persisted_logs.h",
|
| "url_constants.cc",
|
| "url_constants.h",
|
| + "variations_seed_store.cc",
|
| + "variations_seed_store.h",
|
| ]
|
|
|
| public_deps = [
|
| @@ -67,6 +69,7 @@ source_set("metrics") {
|
| "//base:i18n",
|
| "//base:prefs",
|
| "//components/variations",
|
| + "//crypto",
|
| "//third_party/zlib",
|
| ]
|
|
|
| @@ -191,6 +194,7 @@ source_set("unit_tests") {
|
| "persisted_logs_unittest.cc",
|
| "profiler/profiler_metrics_provider_unittest.cc",
|
| "profiler/tracking_synchronizer_unittest.cc",
|
| + "variations_seed_store_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|