| 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_no_v8", | 10       "linux_no_v8", | 
| (...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=false pdf_ena
     ble_xfa=false pdf_use_skia=false pdf_is_standalone=true" | 70       "--args=is_debug=true is_component_build=false pdf_enable_v8=false pdf_ena
     ble_xfa=false pdf_use_skia=false pdf_is_standalone=true use_sysroot=false" | 
| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 115     ], | 115     ], | 
| 116     "cwd": "[SLAVE_BUILD]/pdfium", | 116     "cwd": "[SLAVE_BUILD]/pdfium", | 
| 117     "name": "corpus tests" | 117     "name": "corpus tests" | 
| 118   }, | 118   }, | 
| 119   { | 119   { | 
| 120     "name": "$result", | 120     "name": "$result", | 
| 121     "recipe_result": null, | 121     "recipe_result": null, | 
| 122     "status_code": 0 | 122     "status_code": 0 | 
| 123   } | 123   } | 
| 124 ] | 124 ] | 
| OLD | NEW | 
|---|