| 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       "client.pdfium", | 8       "client.pdfium", | 
| 9       "--builder", | 9       "--builder", | 
| 10       "linux_asan", | 10       "linux_asan", | 
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 60     "name": "gclient runhooks" | 60     "name": "gclient runhooks" | 
| 61   }, | 61   }, | 
| 62   { | 62   { | 
| 63     "cmd": [ | 63     "cmd": [ | 
| 64       "python", | 64       "python", | 
| 65       "-u", | 65       "-u", | 
| 66       "[DEPOT_TOOLS]/gn.py", | 66       "[DEPOT_TOOLS]/gn.py", | 
| 67       "--root=[SLAVE_BUILD]/pdfium", | 67       "--root=[SLAVE_BUILD]/pdfium", | 
| 68       "gen", | 68       "gen", | 
| 69       "//out/Debug", | 69       "//out/Debug", | 
| 70       "--args=is_debug=true is_component_build=false pdf_enable_v8=true pdf_enab
     le_xfa=false pdf_use_skia=false pdf_is_standalone=true is_asan=true" | 70       "--args=is_debug=true is_component_build=false pdf_enable_v8=true pdf_enab
     le_xfa=false pdf_use_skia=false pdf_is_standalone=true use_sysroot=false is_asan
     =true" | 
| 71     ], | 71     ], | 
| 72     "cwd": "[SLAVE_BUILD]/pdfium", | 72     "cwd": "[SLAVE_BUILD]/pdfium", | 
| 73     "name": "gn gen" | 73     "name": "gn gen" | 
| 74   }, | 74   }, | 
| 75   { | 75   { | 
| 76     "cmd": [ | 76     "cmd": [ | 
| 77       "ninja", | 77       "ninja", | 
| 78       "-C", | 78       "-C", | 
| 79       "[SLAVE_BUILD]/pdfium/out/Debug" | 79       "[SLAVE_BUILD]/pdfium/out/Debug" | 
| 80     ], | 80     ], | 
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 141       "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" | 141       "ASAN_OPTIONS": "detect_leaks=0:allocator_may_return_null=1" | 
| 142     }, | 142     }, | 
| 143     "name": "corpus tests" | 143     "name": "corpus tests" | 
| 144   }, | 144   }, | 
| 145   { | 145   { | 
| 146     "name": "$result", | 146     "name": "$result", | 
| 147     "recipe_result": null, | 147     "recipe_result": null, | 
| 148     "status_code": 0 | 148     "status_code": 0 | 
| 149   } | 149   } | 
| 150 ] | 150 ] | 
| OLD | NEW | 
|---|