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

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

Issue 2747163004: Add enable features directive to 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 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after
2863 { 2863 {
2864 "platforms": [ 2864 "platforms": [
2865 "android", 2865 "android",
2866 "chromeos", 2866 "chromeos",
2867 "linux", 2867 "linux",
2868 "mac", 2868 "mac",
2869 "win" 2869 "win"
2870 ], 2870 ],
2871 "experiments": [ 2871 "experiments": [
2872 { 2872 {
2873 "name": "Future" 2873 "name": "Future",
2874 "enable_features": [
2875 "V8Future"
2876 ]
2874 } 2877 }
2875 ] 2878 ]
2876 } 2879 }
2877 ], 2880 ],
2878 "ViewsSimplifiedFullscreenUI": [ 2881 "ViewsSimplifiedFullscreenUI": [
2879 { 2882 {
2880 "platforms": [ 2883 "platforms": [
2881 "mac" 2884 "mac"
2882 ], 2885 ],
2883 "experiments": [ 2886 "experiments": [
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
3027 { 3030 {
3028 "name": "Enabled", 3031 "name": "Enabled",
3029 "enable_features": [ 3032 "enable_features": [
3030 "use-new-media-cache" 3033 "use-new-media-cache"
3031 ] 3034 ]
3032 } 3035 }
3033 ] 3036 ]
3034 } 3037 }
3035 ] 3038 ]
3036 } 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