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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
555 "experiments": [ | 555 "experiments": [ |
556 { | 556 { |
557 "name": "DefaultEnableGpuRasterization", | 557 "name": "DefaultEnableGpuRasterization", |
558 "enable_features": [ | 558 "enable_features": [ |
559 "DefaultEnableGpuRasterization" | 559 "DefaultEnableGpuRasterization" |
560 ] | 560 ] |
561 } | 561 } |
562 ] | 562 ] |
563 } | 563 } |
564 ], | 564 ], |
565 "DisableFirstRunAutoImport": [ | |
566 { | |
567 "platforms": [ | |
568 "win" | |
569 ], | |
570 "experiments": [ | |
571 { | |
572 "name": "AutoImportDisabled", | |
573 "enable_features": [ | |
574 "DisableFirstRunAutoImport" | |
575 ] | |
576 } | |
577 ] | |
578 } | |
579 ], | |
580 "DisallowFetchForDocWrittenScriptsInMainFrame": [ | 565 "DisallowFetchForDocWrittenScriptsInMainFrame": [ |
581 { | 566 { |
582 "platforms": [ | 567 "platforms": [ |
583 "android" | 568 "android" |
584 ], | 569 ], |
585 "experiments": [ | 570 "experiments": [ |
586 { | 571 { |
587 "name": "DocumentWriteEvaluatorGroup", | 572 "name": "DocumentWriteEvaluatorGroup", |
588 "params": { | 573 "params": { |
589 "disallowFetchForDocWrittenScriptsInMainFrame": "false", | 574 "disallowFetchForDocWrittenScriptsInMainFrame": "false", |
(...skipping 2341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2931 { | 2916 { |
2932 "name": "Enabled", | 2917 "name": "Enabled", |
2933 "enable_features": [ | 2918 "enable_features": [ |
2934 "use-new-media-cache" | 2919 "use-new-media-cache" |
2935 ] | 2920 ] |
2936 } | 2921 } |
2937 ] | 2922 ] |
2938 } | 2923 } |
2939 ] | 2924 ] |
2940 } | 2925 } |
OLD | NEW |