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

Unified Diff: components/variations.gypi

Issue 59103009: Refactor VariationsSeedProcessor to add ProcessedStudy struct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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 | « no previous file | components/variations/processed_study.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations.gypi
===================================================================
--- components/variations.gypi (revision 233704)
+++ components/variations.gypi (working copy)
@@ -17,6 +17,8 @@
'sources': [
'variations/entropy_provider.cc',
'variations/entropy_provider.h',
+ 'variations/processed_study.cc',
+ 'variations/processed_study.h',
'variations/proto/variations_seed.proto',
'variations/proto/study.proto',
'variations/metrics_util.cc',
« no previous file with comments | « no previous file | components/variations/processed_study.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698