Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Unified Diff: components/metrics/BUILD.gn

Issue 1271123003: Componentize VariationsSeedStore and its unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@componentize_variations_prefs
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/DEPS » ('j') | components/metrics/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698