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

Unified Diff: components/variations.gypi

Issue 286063004: Move active field trial API to variations component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
Index: components/variations.gypi
===================================================================
--- components/variations.gypi (revision 271296)
+++ components/variations.gypi (working copy)
@@ -15,6 +15,8 @@
'../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
],
'sources': [
+ 'variations/active_field_trials.cc',
+ 'variations/active_field_trials.h',
'variations/entropy_provider.cc',
'variations/entropy_provider.h',
'variations/metrics_util.cc',

Powered by Google App Engine
This is Rietveld 408576698