| 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", | 10 "mac_xfa_gyp", |
| 11 "--slave", | 11 "--slave", |
| 12 "test_slave", | 12 "test_slave", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "pdfium", | 16 "pdfium", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{}", | 18 "{}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "cmd": [ | 50 "cmd": [ |
| 51 "python", | 51 "python", |
| 52 "-u", | 52 "-u", |
| 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 54 "runhooks" | 54 "runhooks" |
| 55 ], | 55 ], |
| 56 "cwd": "[SLAVE_BUILD]/pdfium", | 56 "cwd": "[SLAVE_BUILD]/pdfium", |
| 57 "env": { | 57 "env": { |
| 58 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0", | 58 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 target_arch=x64", |
| 59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 60 }, | 60 }, |
| 61 "name": "gclient runhooks" | 61 "name": "gclient runhooks" |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 "cmd": [ | 64 "cmd": [ |
| 65 "ninja", | 65 "ninja", |
| 66 "-C", | 66 "-C", |
| 67 "[SLAVE_BUILD]/pdfium/out/Debug" | 67 "[SLAVE_BUILD]/pdfium/out/Debug" |
| 68 ], | 68 ], |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "out/Debug" | 113 "out/Debug" |
| 114 ], | 114 ], |
| 115 "cwd": "[SLAVE_BUILD]/pdfium", | 115 "cwd": "[SLAVE_BUILD]/pdfium", |
| 116 "name": "corpus tests" | 116 "name": "corpus tests" |
| 117 }, | 117 }, |
| 118 { | 118 { |
| 119 "name": "$result", | 119 "name": "$result", |
| 120 "recipe_result": null, | 120 "recipe_result": null, |
| 121 "status_code": 0 | 121 "status_code": 0 |
| 122 } | 122 } |
| 123 ] | 123 ] |
| OLD | NEW |