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

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

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
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 #ifndef TEST_OUTPUT_H_ 10 #ifndef TEST_OUTPUT_H_
11 #define TEST_OUTPUT_H_ 11 #define TEST_OUTPUT_H_
12 12
13 #include <cstddef> 13 #include <cstddef>
14 14
15 15
16 struct FieldTrialTestingExperimentParams { 16 struct FieldTrialTestingExperimentParams {
(...skipping 20 matching lines...) Expand all
37 37
38 struct FieldTrialTestingConfig { 38 struct FieldTrialTestingConfig {
39 const FieldTrialTestingStudy * studies; 39 const FieldTrialTestingStudy * studies;
40 const size_t studies_size; 40 const size_t studies_size;
41 }; 41 };
42 42
43 43
44 extern const FieldTrialTestingConfig kFieldTrialConfig; 44 extern const FieldTrialTestingConfig kFieldTrialConfig;
45 45
46 #endif // TEST_OUTPUT_H_ 46 #endif // TEST_OUTPUT_H_
OLDNEW
« no previous file with comments | « tools/variations/fieldtrial_to_struct_unittest.py ('k') | tools/variations/unittest_data/expected_output.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698