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

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

Issue 2786733002: Enable CrOS/Android DefaultEnableGpuRasterization field trial for bots (Closed)
Patch Set: Created 3 years, 8 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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 "InfoBarType": "PageAction" 537 "InfoBarType": "PageAction"
538 } 538 }
539 } 539 }
540 ] 540 ]
541 } 541 }
542 ], 542 ],
543 "DefaultEnableGpuRasterization": [ 543 "DefaultEnableGpuRasterization": [
544 { 544 {
545 "platforms": [ 545 "platforms": [
546 "mac", 546 "mac",
547 "win" 547 "win",
548 "chromeos",
549 "android"
548 ], 550 ],
549 "experiments": [ 551 "experiments": [
550 { 552 {
551 "name": "DefaultEnableGpuRasterization", 553 "name": "DefaultEnableGpuRasterization",
552 "enable_features": [ 554 "enable_features": [
553 "DefaultEnableGpuRasterization" 555 "DefaultEnableGpuRasterization"
554 ] 556 ]
555 } 557 }
556 ] 558 ]
557 } 559 }
(...skipping 2527 matching lines...) Expand 10 before | Expand all | Expand 10 after
3085 { 3087 {
3086 "name": "Enabled", 3088 "name": "Enabled",
3087 "enable_features": [ 3089 "enable_features": [
3088 "use-new-media-cache" 3090 "use-new-media-cache"
3089 ] 3091 ]
3090 } 3092 }
3091 ] 3093 ]
3092 } 3094 }
3093 ] 3095 ]
3094 } 3096 }
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