 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| Index: scripts/slave/gatekeeper.json | 
| diff --git a/scripts/slave/gatekeeper.json b/scripts/slave/gatekeeper.json | 
| index 41081de7936c8e6e1630dde71cec170b48156fc5..22d4942d5c7fad95b4b5ad4827053244724fe2a9 100644 | 
| --- a/scripts/slave/gatekeeper.json | 
| +++ b/scripts/slave/gatekeeper.json | 
| @@ -495,6 +495,9 @@ | 
| "categories": [ | 
| "pdfium_all" | 
| ], | 
| + "excluded_builders" : [ | 
| + "drm_win_xfa" | 
| + ], | 
| "builders": { | 
| "*": {} | 
| }, |