| OLD | NEW |
| 1 { | 1 { |
| 2 "comment": ["This is a configuration file for gatekeeper_ng.py", | 2 "comment": ["This is a configuration file for gatekeeper_ng.py", |
| 3 "Look at that for documentation on this file's format."], | 3 "Look at that for documentation on this file's format."], |
| 4 | 4 |
| 5 "masters": { | 5 "masters": { |
| 6 "https://build.chromium.org/p/chromium": [ | 6 "https://build.chromium.org/p/chromium": [ |
| 7 { | 7 { |
| 8 "categories": [ | 8 "categories": [ |
| 9 "chromium_tree_closer" | 9 "chromium_tree_closer" |
| 10 ], | 10 ], |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 ] | 72 ] |
| 73 }, | 73 }, |
| 74 "Android Cronet Data Reduction Proxy Builder": { | 74 "Android Cronet Data Reduction Proxy Builder": { |
| 75 "tree_notify": [ | 75 "tree_notify": [ |
| 76 "cronet-team+build@google.com" | 76 "cronet-team+build@google.com" |
| 77 ], | 77 ], |
| 78 "closing_optional": [ | 78 "closing_optional": [ |
| 79 "*" | 79 "*" |
| 80 ] | 80 ] |
| 81 }, | 81 }, |
| 82 "Android Cronet KitKat Builder": { |
| 83 "tree_notify": [ |
| 84 "cronet-team+build@google.com" |
| 85 ], |
| 86 "closing_optional": [ |
| 87 "*" |
| 88 ] |
| 89 }, |
| 90 "Android Cronet Lollipop Builder": { |
| 91 "tree_notify": [ |
| 92 "cronet-team+build@google.com" |
| 93 ], |
| 94 "closing_optional": [ |
| 95 "*" |
| 96 ] |
| 97 }, |
| 98 "Android Cronet Marshmallow 64bit Builder": { |
| 99 "tree_notify": [ |
| 100 "cronet-team+build@google.com" |
| 101 ], |
| 102 "closing_optional": [ |
| 103 "*" |
| 104 ] |
| 105 }, |
| 106 "Android Cronet Marshmallow 64bit Perf": { |
| 107 "tree_notify": [ |
| 108 "cronet-team+build@google.com" |
| 109 ], |
| 110 "closing_optional": [ |
| 111 "*" |
| 112 ] |
| 113 }, |
| 82 "Android Cronet MIPS Builder": { | 114 "Android Cronet MIPS Builder": { |
| 83 "tree_notify": [ | 115 "tree_notify": [ |
| 84 "cronet-team+build@google.com" | 116 "cronet-team+build@google.com" |
| 85 ], | 117 ], |
| 86 "closing_optional": [ | 118 "closing_optional": [ |
| 87 "*" | 119 "*" |
| 88 ] | 120 ] |
| 89 }, | 121 }, |
| 90 "Android Cronet x86 Builder": { | 122 "Android Cronet x86 Builder": { |
| 91 "tree_notify": [ | 123 "tree_notify": [ |
| (...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 967 "cleanup_temp", | 999 "cleanup_temp", |
| 968 "taskkill" | 1000 "taskkill" |
| 969 ], | 1001 ], |
| 970 "closing_optional": [ | 1002 "closing_optional": [ |
| 971 "compile", | 1003 "compile", |
| 972 "gn" | 1004 "gn" |
| 973 ] | 1005 ] |
| 974 } | 1006 } |
| 975 } | 1007 } |
| 976 } | 1008 } |
| OLD | NEW |