| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget
_os = ['android']" | 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget
_os = ['android']" |
| 10 ], | 10 ], |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "@@@STEP_LOG_LINE@json.output@ \"SCREENSHOT_BUCKET\": \"screenshot-archiv
e\"@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"SCREENSHOT_BUCKET\": \"screenshot-archiv
e\"@@@", |
| 73 "@@@STEP_LOG_LINE@json.output@}@@@", | 73 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 74 "@@@STEP_LOG_END@json.output@@@" | 74 "@@@STEP_LOG_END@json.output@@@" |
| 75 ] | 75 ] |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 "cmd": [ | 78 "cmd": [ |
| 79 "[BUILD]/scripts/slave/env_dump.py", | 79 "[BUILD]/scripts/slave/env_dump.py", |
| 80 "--output-json", | 80 "--output-json", |
| 81 "/path/to/tmp/json", | 81 "/path/to/tmp/json", |
| 82 "[SLAVE_BUILD]/src/build/android/envsetup.sh", | 82 "[SLAVE_BUILD]/src/build/android/envsetup.sh" |
| 83 "--target-arch=arm" | |
| 84 ], | 83 ], |
| 85 "env": { | 84 "env": { |
| 86 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" | 85 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" |
| 87 }, | 86 }, |
| 88 "name": "envsetup", | 87 "name": "envsetup", |
| 89 "~followup_annotations": [ | 88 "~followup_annotations": [ |
| 90 "@@@STEP_LOG_LINE@json.output@{@@@", | 89 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 91 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", | 90 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", |
| 92 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", | 91 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", |
| 93 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", | 92 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 { | 189 { |
| 191 "always_run": true, | 190 "always_run": true, |
| 192 "cmd": [ | 191 "cmd": [ |
| 193 "rm", | 192 "rm", |
| 194 "-rf", | 193 "-rf", |
| 195 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" | 194 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" |
| 196 ], | 195 ], |
| 197 "name": "cleanup_build" | 196 "name": "cleanup_build" |
| 198 } | 197 } |
| 199 ] | 198 ] |
| OLD | NEW |