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

Side by Side Diff: scripts/slave/gatekeeper.json

Issue 1472163002: Update pdfium.py to support running pdfium tests with Dr. Memory (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: add missing delimiter Created 5 years 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 | scripts/slave/recipes/pdfium.py » ('j') | 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 "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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698