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', { |