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

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2688113003: [LazyParseCSS] Add field trial configs for testing (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | 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 { 1 {
2 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 }, 1019 },
1020 { 1020 {
1021 "name": "Control" 1021 "name": "Control"
1022 }, 1022 },
1023 { 1023 {
1024 "name": "Disabled" 1024 "name": "Disabled"
1025 } 1025 }
1026 ] 1026 ]
1027 } 1027 }
1028 ], 1028 ],
1029 "LazyParseCSS": [
1030 {
1031 "platforms": [
1032 "linux",
1033 "mac",
1034 "win",
1035 "android"
1036 ],
1037 "experiments": [
1038 {
1039 "name": "Enabled",
1040 "enable_features": [
1041 "LazyParseCSS"
1042 ]
1043 }
1044 ]
1045 }
1046 ],
1029 "LimitSyncPassphrasePrompt": [ 1047 "LimitSyncPassphrasePrompt": [
1030 { 1048 {
1031 "platforms": [ 1049 "platforms": [
1032 "android" 1050 "android"
1033 ], 1051 ],
1034 "experiments": [ 1052 "experiments": [
1035 { 1053 {
1036 "name": "Enabled" 1054 "name": "Enabled"
1037 } 1055 }
1038 ] 1056 ]
(...skipping 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after
2757 { 2775 {
2758 "name": "Enabled", 2776 "name": "Enabled",
2759 "enable_features": [ 2777 "enable_features": [
2760 "use-new-media-cache" 2778 "use-new-media-cache"
2761 ] 2779 ]
2762 } 2780 }
2763 ] 2781 ]
2764 } 2782 }
2765 ] 2783 ]
2766 } 2784 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698