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

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

Issue 2918633002: cc: Enable perf testing for checker-imaging. (Closed)
Patch Set: .. Created 3 years, 6 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "mac", 402 "mac",
403 "win" 403 "win"
404 ], 404 ],
405 "experiments": [ 405 "experiments": [
406 { 406 {
407 "name": "Enabled" 407 "name": "Enabled"
408 } 408 }
409 ] 409 ]
410 } 410 }
411 ], 411 ],
412 "CheckerImaging": [
413 {
414 "platforms": [
415 "android",
416 "chromeos",
417 "linux",
418 "mac",
419 "win"
420 ],
421 "experiments": [
422 {
423 "name": "CheckerImaging",
424 "enable_features": [
425 "CheckerImaging"
426 ]
427 }
428 ]
429 }
430 ],
412 "ChildAccountDetection": [ 431 "ChildAccountDetection": [
413 { 432 {
414 "platforms": [ 433 "platforms": [
415 "win" 434 "win"
416 ], 435 ],
417 "experiments": [ 436 "experiments": [
418 { 437 {
419 "name": "Disabled" 438 "name": "Disabled"
420 } 439 }
421 ] 440 ]
(...skipping 3013 matching lines...) Expand 10 before | Expand all | Expand 10 after
3435 { 3454 {
3436 "name": "Enabled", 3455 "name": "Enabled",
3437 "enable_features": [ 3456 "enable_features": [
3438 "use-new-media-cache" 3457 "use-new-media-cache"
3439 ] 3458 ]
3440 } 3459 }
3441 ] 3460 ]
3442 } 3461 }
3443 ] 3462 ]
3444 } 3463 }
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