| 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', 'managed': True, 'na
me': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget_os =
['android']" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget_os =
['android']" |
| 10 ], | 10 ], |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@}@@@", | 35 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 36 "@@@STEP_LOG_END@json.output@@@" | 36 "@@@STEP_LOG_END@json.output@@@" |
| 37 ] | 37 ] |
| 38 }, | 38 }, |
| 39 { | 39 { |
| 40 "cmd": [ | 40 "cmd": [ |
| 41 "[BUILD]/scripts/slave/env_dump.py", | 41 "[BUILD]/scripts/slave/env_dump.py", |
| 42 "--output-json", | 42 "--output-json", |
| 43 "/path/to/tmp/json", | 43 "/path/to/tmp/json", |
| 44 "[SLAVE_BUILD]/src/build/android/envsetup.sh", | 44 "[SLAVE_BUILD]/src/build/android/envsetup.sh" |
| 45 "--target-arch=arm" | |
| 46 ], | 45 ], |
| 47 "env": { | 46 "env": { |
| 48 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" | 47 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" |
| 49 }, | 48 }, |
| 50 "name": "envsetup", | 49 "name": "envsetup", |
| 51 "~followup_annotations": [ | 50 "~followup_annotations": [ |
| 52 "@@@STEP_LOG_LINE@json.output@{@@@", | 51 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @
@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\"
, @@@", |
| 55 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", | 54 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "cmd": [ | 130 "cmd": [ |
| 132 "python", | 131 "python", |
| 133 "-u", | 132 "-u", |
| 134 "[SLAVE_BUILD]/src/dart/tools/bots/dartium_android.py", | 133 "[SLAVE_BUILD]/src/dart/tools/bots/dartium_android.py", |
| 135 "--build-products-dir", | 134 "--build-products-dir", |
| 136 "[SLAVE_BUILD]/src/out/Debug" | 135 "[SLAVE_BUILD]/src/out/Debug" |
| 137 ], | 136 ], |
| 138 "name": "dartium_test" | 137 "name": "dartium_test" |
| 139 } | 138 } |
| 140 ] | 139 ] |
| OLD | NEW |