Lines Matching +full:config +full:- +full:array
14 > They can, however, be enabled with the `--enable-field-trial-config` switch.
18 > Note: Non-developer builds of Chromium (for example, non-Chrome browsers,
20 > config by either (1) specifying the GN flag `disable_fieldtrial_testing_config=true`,
21 > (2) specifying the `--disable-field-trial-config` switch or (3) specifying a
22 > custom variations server URL using the `--variations-server-url` switch.
25 > feature that is explicitly overridden (e.g. using the `--enable-features` or
26 > `--disable-features` switches) will be skipped.
28 ## Config File Format
34 "platforms": [Array of Strings of Valid Platforms for These Experiments],
37 "//0": "Comment Line 0. Lines 0-9 are supported.",
40 "enable_features": [Array of Strings of Features],
41 "disable_features": [Array of Strings of Features]
52 The config file is a dictionary at the top level mapping a study name to an
53 array of *study configurations*. The study name in the configuration file
58 > study has a server-side configuration, the study `name` specified here
59 > must still match the name specified in the server-side configuration; this is
67 `platforms` is an array of strings, indicating the targetted platforms. The
71 `experiments` is an array containing the *experiments*.
73 The converter uses the `platforms` array to determine which experiment to use
76 > Note: While `experiments` is defined as an array, currently only the first
79 > Hence, the current best-practice is to identify which experiment group is the
81 > there is a server-side configuration for this study, it's typically
87 > specified in the config, that group will be used if there's a corresponding
98 > such studies, the experiment `name` specified in the testing config is still
101 > config. This is enforced via server-side Tricorder checks.
103 > For old-school studies that do check the actual experiment group name in the
105 > config.
107 The remaining keys -- `enable_features`, `disable_features`, `min_os_version`,
108 and `params` -- are optional.
169 Run the following command to auto-format the `fieldtrial_testing_config.json`