| 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_xfa", | 10       "linux_xfa", | 
| (...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=true pdf_use_skia=false pdf_is_standalone=true" | 70       "--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" | 
| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 126     ], | 126     ], | 
| 127     "cwd": "[SLAVE_BUILD]/pdfium", | 127     "cwd": "[SLAVE_BUILD]/pdfium", | 
| 128     "name": "corpus tests" | 128     "name": "corpus tests" | 
| 129   }, | 129   }, | 
| 130   { | 130   { | 
| 131     "name": "$result", | 131     "name": "$result", | 
| 132     "recipe_result": null, | 132     "recipe_result": null, | 
| 133     "status_code": 0 | 133     "status_code": 0 | 
| 134   } | 134   } | 
| 135 ] | 135 ] | 
| OLD | NEW | 
|---|