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

Side by Side Diff: tools/variations/unittest_data/expected_output.cc

Issue 2465953002: Move Field Trial Utils from chrome/common/variations to components/variations/field_trial_util (Closed)
Patch Set: Moved to components/variations/field_trial_util and chrome switches Created 4 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 unified diff | Download patch
« no previous file with comments | « tools/variations/unittest_data/expected_output.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // GENERATED FROM THE SCHEMA DEFINITION AND DESCRIPTION IN 5 // GENERATED FROM THE SCHEMA DEFINITION AND DESCRIPTION IN
6 // fieldtrial_testing_config_schema.json 6 // field_trial_testing_config_schema.json
7 // test_config.json 7 // test_config.json
8 // DO NOT EDIT. 8 // DO NOT EDIT.
9 9
10 #include "test_output.h" 10 #include "test_output.h"
11 11
12 12
13 const FieldTrialTestingExperiment array_kFieldTrialConfig_experiments_2[] = { 13 const FieldTrialTestingExperiment array_kFieldTrialConfig_experiments_2[] = {
14 { 14 {
15 "ForcedGroup", 15 "ForcedGroup",
16 NULL, 16 NULL,
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 { 124 {
125 "TrialWithForcingFlag", 125 "TrialWithForcingFlag",
126 array_kFieldTrialConfig_experiments_2, 126 array_kFieldTrialConfig_experiments_2,
127 1, 127 1,
128 }, 128 },
129 }; 129 };
130 const FieldTrialTestingConfig kFieldTrialConfig = { 130 const FieldTrialTestingConfig kFieldTrialConfig = {
131 array_kFieldTrialConfig_studies, 131 array_kFieldTrialConfig_studies,
132 4, 132 4,
133 }; 133 };
OLDNEW
« no previous file with comments | « tools/variations/unittest_data/expected_output.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698