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

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

Issue 2744293002: Add V8Ignition field-trial. (Closed)
Patch Set: Created 3 years, 9 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 2841 matching lines...) Expand 10 before | Expand all | Expand 10 after
2852 }, 2852 },
2853 { 2853 {
2854 "name": "normal" 2854 "name": "normal"
2855 }, 2855 },
2856 { 2856 {
2857 "name": "aggressive" 2857 "name": "aggressive"
2858 } 2858 }
2859 ] 2859 ]
2860 } 2860 }
2861 ], 2861 ],
2862 "V8Ignition": [
2863 {
2864 "platforms": [
2865 "android",
2866 "chromeos",
2867 "linux",
2868 "mac",
2869 "win"
2870 ],
2871 "experiments": [
2872 {
2873 "name": "Control3"
2874 },
2875 {
2876 "name": "Future"
rkaplow 2017/03/13 17:10:06 this only can test one, so I would add jsut Future
rmcilroy 2017/03/14 09:57:49 Done.
2877 }
2878 ]
2879 }
2880 ],
2862 "ViewsSimplifiedFullscreenUI": [ 2881 "ViewsSimplifiedFullscreenUI": [
2863 { 2882 {
2864 "platforms": [ 2883 "platforms": [
2865 "mac" 2884 "mac"
2866 ], 2885 ],
2867 "experiments": [ 2886 "experiments": [
2868 { 2887 {
2869 "name": "Enabled", 2888 "name": "Enabled",
2870 "enable_features": [ 2889 "enable_features": [
2871 "ViewsSimplifiedFullscreenUI" 2890 "ViewsSimplifiedFullscreenUI"
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
3011 { 3030 {
3012 "name": "Enabled", 3031 "name": "Enabled",
3013 "enable_features": [ 3032 "enable_features": [
3014 "use-new-media-cache" 3033 "use-new-media-cache"
3015 ] 3034 ]
3016 } 3035 }
3017 ] 3036 ]
3018 } 3037 }
3019 ] 3038 ]
3020 } 3039 }
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