| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "@@@STEP_LOG_LINE@json.output@ \"SCREENSHOT_BUCKET\": \"screenshot-archiv
e\"@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"SCREENSHOT_BUCKET\": \"screenshot-archiv
e\"@@@", |
| 82 "@@@STEP_LOG_LINE@json.output@}@@@", | 82 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 83 "@@@STEP_LOG_END@json.output@@@" | 83 "@@@STEP_LOG_END@json.output@@@" |
| 84 ] | 84 ] |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "[BUILD]/scripts/slave/env_dump.py", | 88 "[BUILD]/scripts/slave/env_dump.py", |
| 89 "--output-json", | 89 "--output-json", |
| 90 "/path/to/tmp/json", | 90 "/path/to/tmp/json", |
| 91 "[SLAVE_BUILD]/src/build/android/envsetup.sh" | 91 "[SLAVE_BUILD]/src/build/android/envsetup.sh", |
| 92 "--target-arch=arm" |
| 92 ], | 93 ], |
| 93 "env": { | 94 "env": { |
| 94 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" | 95 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" |
| 95 }, | 96 }, |
| 96 "name": "envsetup", | 97 "name": "envsetup", |
| 97 "~followup_annotations": [ | 98 "~followup_annotations": [ |
| 98 "@@@STEP_LOG_LINE@json.output@{@@@", | 99 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 99 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", | 100 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", |
| 100 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 { | 202 { |
| 202 "always_run": true, | 203 "always_run": true, |
| 203 "cmd": [ | 204 "cmd": [ |
| 204 "rm", | 205 "rm", |
| 205 "-rf", | 206 "-rf", |
| 206 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" | 207 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8
a00.zip" |
| 207 ], | 208 ], |
| 208 "name": "cleanup_build" | 209 "name": "cleanup_build" |
| 209 } | 210 } |
| 210 ] | 211 ] |
| OLD | NEW |