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

Unified Diff: components/metrics.gypi

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.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index d6bdbdcfd147419bf94f7afffd7c58dafcecbcf1..8a3b618344d2ab31bae1b6b260babfef8701d2a5 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -15,6 +15,7 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/base.gyp:base_prefs',
+ '../crypto/crypto.gyp:crypto',
'../third_party/zlib/zlib.gyp:zlib',
'component_metrics_proto',
'variations',
@@ -75,6 +76,8 @@
'metrics/persisted_logs.h',
'metrics/url_constants.cc',
'metrics/url_constants.h',
+ 'metrics/variations_seed_store.cc',
+ 'metrics/variations_seed_store.h',
],
'conditions': [
['chromeos==1', {

Powered by Google App Engine
This is Rietveld 408576698