| OLD | NEW |
| (Empty) |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
| 7 "--master", | |
| 8 "client.pdfium", | |
| 9 "--builder", | |
| 10 "linux_xfa_rel_gn", | |
| 11 "--slave", | |
| 12 "test_slave", | |
| 13 "--spec", | |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]", | |
| 15 "--root", | |
| 16 "pdfium", | |
| 17 "--revision_mapping_file", | |
| 18 "{}", | |
| 19 "--git-cache-dir", | |
| 20 "[GIT_CACHE]", | |
| 21 "--output_json", | |
| 22 "/path/to/tmp/json", | |
| 23 "--revision", | |
| 24 "pdfium@HEAD", | |
| 25 "--force", | |
| 26 "--output_manifest" | |
| 27 ], | |
| 28 "env": { | |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 30 }, | |
| 31 "name": "bot_update", | |
| 32 "~followup_annotations": [ | |
| 33 "@@@STEP_TEXT@Some step text@@@", | |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
| 37 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", | |
| 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | |
| 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", | |
| 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | |
| 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", | |
| 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 45 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 46 "@@@STEP_LOG_END@json.output@@@" | |
| 47 ] | |
| 48 }, | |
| 49 { | |
| 50 "cmd": [ | |
| 51 "python", | |
| 52 "-u", | |
| 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 54 "runhooks" | |
| 55 ], | |
| 56 "cwd": "[SLAVE_BUILD]/pdfium", | |
| 57 "env": { | |
| 58 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 59 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1", | |
| 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 61 }, | |
| 62 "name": "gclient runhooks" | |
| 63 }, | |
| 64 { | |
| 65 "cmd": [ | |
| 66 "python", | |
| 67 "-u", | |
| 68 "[DEPOT_TOOLS]/gn.py", | |
| 69 "--root=[SLAVE_BUILD]/pdfium", | |
| 70 "gen", | |
| 71 "//out/Release", | |
| 72 "--args=is_debug=false pdf_enable_v8=true pdf_enable_xfa=true pdf_use_skia
=false pdf_is_standalone=true" | |
| 73 ], | |
| 74 "cwd": "[SLAVE_BUILD]/pdfium", | |
| 75 "name": "gn gen" | |
| 76 }, | |
| 77 { | |
| 78 "cmd": [ | |
| 79 "ninja", | |
| 80 "-C", | |
| 81 "[SLAVE_BUILD]/pdfium/out/Release" | |
| 82 ], | |
| 83 "name": "compile with ninja" | |
| 84 }, | |
| 85 { | |
| 86 "cmd": [ | |
| 87 "[SLAVE_BUILD]/pdfium/out/Release/pdfium_unittests" | |
| 88 ], | |
| 89 "cwd": "[SLAVE_BUILD]/pdfium", | |
| 90 "name": "unittests" | |
| 91 }, | |
| 92 { | |
| 93 "cmd": [ | |
| 94 "[SLAVE_BUILD]/pdfium/out/Release/pdfium_embeddertests" | |
| 95 ], | |
| 96 "cwd": "[SLAVE_BUILD]/pdfium", | |
| 97 "name": "embeddertests" | |
| 98 }, | |
| 99 { | |
| 100 "cmd": [ | |
| 101 "python", | |
| 102 "-u", | |
| 103 "[SLAVE_BUILD]/pdfium/testing/tools/run_javascript_tests.py", | |
| 104 "--build-dir", | |
| 105 "out/Release" | |
| 106 ], | |
| 107 "cwd": "[SLAVE_BUILD]/pdfium", | |
| 108 "name": "javascript tests" | |
| 109 }, | |
| 110 { | |
| 111 "cmd": [ | |
| 112 "python", | |
| 113 "-u", | |
| 114 "[SLAVE_BUILD]/pdfium/testing/tools/run_pixel_tests.py", | |
| 115 "--build-dir", | |
| 116 "out/Release" | |
| 117 ], | |
| 118 "cwd": "[SLAVE_BUILD]/pdfium", | |
| 119 "name": "pixel tests" | |
| 120 }, | |
| 121 { | |
| 122 "cmd": [ | |
| 123 "python", | |
| 124 "-u", | |
| 125 "[SLAVE_BUILD]/pdfium/testing/tools/run_corpus_tests.py", | |
| 126 "--build-dir", | |
| 127 "out/Release" | |
| 128 ], | |
| 129 "cwd": "[SLAVE_BUILD]/pdfium", | |
| 130 "name": "corpus tests" | |
| 131 }, | |
| 132 { | |
| 133 "name": "$result", | |
| 134 "recipe_result": null, | |
| 135 "status_code": 0 | |
| 136 } | |
| 137 ] | |
| OLD | NEW |