OLD | NEW |
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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 "experiments": [ | 556 "experiments": [ |
557 { | 557 { |
558 "name": "DefaultEnableGpuRasterization", | 558 "name": "DefaultEnableGpuRasterization", |
559 "enable_features": [ | 559 "enable_features": [ |
560 "DefaultEnableGpuRasterization" | 560 "DefaultEnableGpuRasterization" |
561 ] | 561 ] |
562 } | 562 } |
563 ] | 563 ] |
564 } | 564 } |
565 ], | 565 ], |
566 "DisableFirstRunAutoImport": [ | |
567 { | |
568 "platforms": [ | |
569 "win" | |
570 ], | |
571 "experiments": [ | |
572 { | |
573 "name": "AutoImportDisabled", | |
574 "enable_features": [ | |
575 "DisableFirstRunAutoImport" | |
576 ] | |
577 } | |
578 ] | |
579 } | |
580 ], | |
581 "DisallowFetchForDocWrittenScriptsInMainFrame": [ | 566 "DisallowFetchForDocWrittenScriptsInMainFrame": [ |
582 { | 567 { |
583 "platforms": [ | 568 "platforms": [ |
584 "android" | 569 "android" |
585 ], | 570 ], |
586 "experiments": [ | 571 "experiments": [ |
587 { | 572 { |
588 "name": "DocumentWriteEvaluatorGroup", | 573 "name": "DocumentWriteEvaluatorGroup", |
589 "params": { | 574 "params": { |
590 "disallowFetchForDocWrittenScriptsInMainFrame": "false", | 575 "disallowFetchForDocWrittenScriptsInMainFrame": "false", |
(...skipping 2376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2967 { | 2952 { |
2968 "name": "Enabled", | 2953 "name": "Enabled", |
2969 "enable_features": [ | 2954 "enable_features": [ |
2970 "use-new-media-cache" | 2955 "use-new-media-cache" |
2971 ] | 2956 ] |
2972 } | 2957 } |
2973 ] | 2958 ] |
2974 } | 2959 } |
2975 ] | 2960 ] |
2976 } | 2961 } |
OLD | NEW |