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

Unified Diff: components/variations.gypi

Issue 293623003: [Metrics] Move CachingPermutedEntropyProvider into the variations component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a newline Created 6 years, 7 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/variations/caching_permuted_entropy_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations.gypi
diff --git a/components/variations.gypi b/components/variations.gypi
index 1cf4882e45ec833cfa297a398c506dce2bd631e9..f7b94499ca8af14458dd31c1a58ef3e33ad2201b 100644
--- a/components/variations.gypi
+++ b/components/variations.gypi
@@ -15,14 +15,19 @@
'../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
],
'sources': [
+ 'variations/caching_permuted_entropy_provider.cc',
+ 'variations/caching_permuted_entropy_provider.h',
'variations/entropy_provider.cc',
'variations/entropy_provider.h',
'variations/metrics_util.cc',
'variations/metrics_util.h',
+ 'variations/pref_names.cc',
+ 'variations/pref_names.h',
'variations/processed_study.cc',
'variations/processed_study.h',
- 'variations/proto/variations_seed.proto',
+ 'variations/proto/permuted_entropy_cache.proto',
'variations/proto/study.proto',
+ 'variations/proto/variations_seed.proto',
'variations/study_filtering.cc',
'variations/study_filtering.h',
'variations/variations_associated_data.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/variations/caching_permuted_entropy_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698