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

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

Issue 2959903006: Update finch webapk testing config. (Closed)
Patch Set: Created 3 years, 5 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 3272 matching lines...) Expand 10 before | Expand all | Expand 10 after
3283 } 3283 }
3284 ], 3284 ],
3285 "WebApkGooglePlay": [ 3285 "WebApkGooglePlay": [
3286 { 3286 {
3287 "platforms": [ 3287 "platforms": [
3288 "android" 3288 "android"
3289 ], 3289 ],
3290 "experiments": [ 3290 "experiments": [
3291 { 3291 {
3292 "name": "Enabled", 3292 "name": "Enabled",
3293 "params": {
3294 "play_install": "true"
3295 },
3293 "enable_features": [ 3296 "enable_features": [
3294 "ImprovedA2HS" 3297 "ImprovedA2HS"
3295 ] 3298 ]
3296 } 3299 }
3297 ] 3300 ]
3298 } 3301 }
3299 ], 3302 ],
3300 "WebBluetoothBlocklist": [ 3303 "WebBluetoothBlocklist": [
3301 { 3304 {
3302 "platforms": [ 3305 "platforms": [
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
3416 { 3419 {
3417 "name": "Enabled", 3420 "name": "Enabled",
3418 "enable_features": [ 3421 "enable_features": [
3419 "use-new-media-cache" 3422 "use-new-media-cache"
3420 ] 3423 ]
3421 } 3424 }
3422 ] 3425 ]
3423 } 3426 }
3424 ] 3427 ]
3425 } 3428 }
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