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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 "tree_notify": [ | 488 "tree_notify": [ |
489 "bradnelson@chromium.org" | 489 "bradnelson@chromium.org" |
490 ] | 490 ] |
491 } | 491 } |
492 ], | 492 ], |
493 "https://build.chromium.org/p/client.pdfium": [ | 493 "https://build.chromium.org/p/client.pdfium": [ |
494 { | 494 { |
495 "categories": [ | 495 "categories": [ |
496 "pdfium_all" | 496 "pdfium_all" |
497 ], | 497 ], |
| 498 "excluded_builders" : [ |
| 499 "drm_win_xfa" |
| 500 ], |
498 "builders": { | 501 "builders": { |
499 "*": {} | 502 "*": {} |
500 }, | 503 }, |
501 "tree_notify": [ | 504 "tree_notify": [ |
502 "thestig@chromium.org", | 505 "thestig@chromium.org", |
503 "tsepez@chromium.org" | 506 "tsepez@chromium.org" |
504 ] | 507 ] |
505 } | 508 } |
506 ], | 509 ], |
507 "https://build.chromium.org/p/client.v8": [ | 510 "https://build.chromium.org/p/client.v8": [ |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 "svnkill", | 872 "svnkill", |
870 "taskkill" | 873 "taskkill" |
871 ], | 874 ], |
872 "closing_optional": [ | 875 "closing_optional": [ |
873 "compile", | 876 "compile", |
874 "gn" | 877 "gn" |
875 ] | 878 ] |
876 } | 879 } |
877 } | 880 } |
878 } | 881 } |
OLD | NEW |