| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/cra
shpad.git'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/cra
shpad.git'}]" |
| 10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", | |
| 12 "env": { | 11 "env": { |
| 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 14 }, | 13 }, |
| 15 "name": "gclient setup" | 14 "name": "gclient setup" |
| 16 }, | 15 }, |
| 17 { | 16 { |
| 18 "cmd": [ | 17 "cmd": [ |
| 19 "python", | 18 "python", |
| 20 "-u", | 19 "-u", |
| 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 22 "sync", | 21 "sync", |
| 23 "--nohooks", | 22 "--nohooks", |
| 24 "--force", | 23 "--force", |
| 25 "--verbose", | 24 "--verbose", |
| 26 "--delete_unversioned_trees", | 25 "--delete_unversioned_trees", |
| 27 "--output-json", | 26 "--output-json", |
| 28 "/path/to/tmp/json" | 27 "/path/to/tmp/json" |
| 29 ], | 28 ], |
| 30 "cwd": "[SLAVE_BUILD]", | |
| 31 "env": { | 29 "env": { |
| 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 33 }, | 31 }, |
| 34 "name": "gclient sync", | 32 "name": "gclient sync", |
| 35 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 36 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ }@@@", | 38 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ }@@@", | 39 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@}@@@", | 40 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 43 "@@@STEP_LOG_END@json.output@@@" | 41 "@@@STEP_LOG_END@json.output@@@" |
| 44 ] | 42 ] |
| 45 }, | 43 }, |
| 46 { | 44 { |
| 47 "cmd": [ | 45 "cmd": [ |
| 48 "python", | 46 "python", |
| 49 "-u", | 47 "-u", |
| 50 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 48 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 51 "runhooks" | 49 "runhooks" |
| 52 ], | 50 ], |
| 53 "cwd": "[SLAVE_BUILD]", | |
| 54 "env": { | 51 "env": { |
| 55 "GYP_DEFINES": "target_arch=ia32", | 52 "GYP_DEFINES": "target_arch=ia32", |
| 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 53 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 57 }, | 54 }, |
| 58 "name": "gclient runhooks" | 55 "name": "gclient runhooks" |
| 59 }, | 56 }, |
| 60 { | 57 { |
| 61 "cmd": [ | 58 "cmd": [ |
| 62 "ninja", | 59 "ninja", |
| 63 "-C", | 60 "-C", |
| 64 "[SLAVE_BUILD]/crashpad/out/Debug" | 61 "[SLAVE_BUILD]/crashpad/out/Debug" |
| 65 ], | 62 ], |
| 66 "cwd": "[SLAVE_BUILD]", | |
| 67 "name": "compile with ninja" | 63 "name": "compile with ninja" |
| 68 }, | 64 }, |
| 69 { | 65 { |
| 70 "cmd": [ | 66 "cmd": [ |
| 71 "python", | 67 "python", |
| 72 "-u", | 68 "-u", |
| 73 "[SLAVE_BUILD]/crashpad/build/run_tests.py", | 69 "[SLAVE_BUILD]/crashpad/build/run_tests.py", |
| 74 "Debug" | 70 "Debug" |
| 75 ], | 71 ], |
| 76 "cwd": "[SLAVE_BUILD]", | |
| 77 "name": "run tests" | 72 "name": "run tests" |
| 78 }, | 73 }, |
| 79 { | 74 { |
| 80 "name": "$result", | 75 "name": "$result", |
| 81 "recipe_result": null, | 76 "recipe_result": null, |
| 82 "status_code": 0 | 77 "status_code": 0 |
| 83 } | 78 } |
| 84 ] | 79 ] |
| OLD | NEW |