| OLD | NEW | 
|---|
| 1 [ | 1 [ | 
| 2   { | 2   { | 
| 3     "cmd": [ | 3     "cmd": [ | 
| 4       "python", | 4       "python", | 
| 5       "-u", | 5       "-u", | 
| 6       "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6       "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 
| 7       "--master", | 7       "--master", | 
| 8       "tryserver.client.pdfium", | 8       "tryserver.client.pdfium", | 
| 9       "--builder", | 9       "--builder", | 
| 10       "linux_xfa_asan", | 10       "linux_xfa_asan", | 
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 66     "name": "gclient runhooks" | 66     "name": "gclient runhooks" | 
| 67   }, | 67   }, | 
| 68   { | 68   { | 
| 69     "cmd": [ | 69     "cmd": [ | 
| 70       "python", | 70       "python", | 
| 71       "-u", | 71       "-u", | 
| 72       "[DEPOT_TOOLS]/gn.py", | 72       "[DEPOT_TOOLS]/gn.py", | 
| 73       "--root=[SLAVE_BUILD]/pdfium", | 73       "--root=[SLAVE_BUILD]/pdfium", | 
| 74       "gen", | 74       "gen", | 
| 75       "//out/Debug", | 75       "//out/Debug", | 
| 76       "--args=is_debug=true is_component_build=false pdf_enable_v8=true pdf_enab
     le_xfa=true pdf_use_skia=false pdf_is_standalone=true is_asan=true" | 76       "--args=is_debug=true is_component_build=false pdf_enable_v8=true pdf_enab
     le_xfa=true pdf_use_skia=false pdf_is_standalone=true use_sysroot=false is_asan=
     true" | 
| 77     ], | 77     ], | 
| 78     "cwd": "[SLAVE_BUILD]/pdfium", | 78     "cwd": "[SLAVE_BUILD]/pdfium", | 
| 79     "name": "gn gen" | 79     "name": "gn gen" | 
| 80   }, | 80   }, | 
| 81   { | 81   { | 
| 82     "cmd": [ | 82     "cmd": [ | 
| 83       "ninja", | 83       "ninja", | 
| 84       "-C", | 84       "-C", | 
| 85       "[SLAVE_BUILD]/pdfium/out/Debug" | 85       "[SLAVE_BUILD]/pdfium/out/Debug" | 
| 86     ], | 86     ], | 
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 147       "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" | 147       "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" | 
| 148     }, | 148     }, | 
| 149     "name": "corpus tests" | 149     "name": "corpus tests" | 
| 150   }, | 150   }, | 
| 151   { | 151   { | 
| 152     "name": "$result", | 152     "name": "$result", | 
| 153     "recipe_result": null, | 153     "recipe_result": null, | 
| 154     "status_code": 0 | 154     "status_code": 0 | 
| 155   } | 155   } | 
| 156 ] | 156 ] | 
| OLD | NEW | 
|---|