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

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

Issue 1209743002: Generate a static struct from fieldtrial_testing_config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codegen_nested_structs
Patch Set: add +x file permission Created 5 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 // GENERATED FROM THE SCHEMA DEFINITION AND DESCRIPTION IN
6 // fieldtrial_testing_config_schema.json
7 // test_config.json
8 // DO NOT EDIT.
9
10 #include "test_ouput.h"
11
12
13 const FieldTrialGroupParams array_kFieldTrialConfig_params[] = {
14 {
15 "x",
16 "1",
17 },
18 {
19 "y",
20 "2",
21 },
22 };
23 const FieldTrialTestingGroup array_kFieldTrialConfig_groups[] = {
24 {
25 "TestStudy1",
26 "TestGroup1",
27 NULL,
28 0,
29 },
30 {
31 "TestStudy2",
32 "TestGroup2",
33 array_kFieldTrialConfig_params,
34 2,
35 },
36 };
37 const FieldTrialTestingConfig kFieldTrialConfig = {
38 array_kFieldTrialConfig_groups,
39 2,
40 };
OLDNEW
« no previous file with comments | « tools/variations/unittest_data/expected_output.h ('k') | tools/variations/unittest_data/test_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698