| 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 = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['android']" | 9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['android']" |
| 10 ], | 10 ], |
| 11 "name": "gclient setup" | 11 "name": "gclient setup" |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "cmd": [ | 14 "cmd": [ |
| 15 "python", | 15 "python", |
| 16 "-u", | 16 "-u", |
| 17 "[DEPOT_TOOLS]/gclient.py", | 17 "[DEPOT_TOOLS]/gclient.py", |
| 18 "sync", | 18 "sync", |
| 19 "--nohooks", | 19 "--nohooks", |
| 20 "--delete_unversioned_trees", | 20 "--delete_unversioned_trees", |
| 21 "--force", | 21 "--force", |
| 22 "--verbose", | 22 "--verbose", |
| 23 "--revision", | |
| 24 "src@12345", | |
| 25 "--output-json", | 23 "--output-json", |
| 26 "/path/to/tmp/json" | 24 "/path/to/tmp/json" |
| 27 ], | 25 ], |
| 28 "name": "gclient sync", | 26 "name": "gclient sync", |
| 29 "~followup_annotations": [ | 27 "~followup_annotations": [ |
| 30 "@@@STEP_LOG_LINE@json.output@{@@@", | 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 32 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 65 "[SLAVE_BUILD]/src", | 63 "[SLAVE_BUILD]/src", |
| 66 "--build-tool", | 64 "--build-tool", |
| 67 "ninja", | 65 "ninja", |
| 68 "--compiler", | 66 "--compiler", |
| 69 "goma", | 67 "goma", |
| 70 "--goma-dir", | 68 "--goma-dir", |
| 71 "[BUILD]/goma", | 69 "[BUILD]/goma", |
| 72 "--" | 70 "--" |
| 73 ], | 71 ], |
| 74 "name": "compile" | 72 "name": "compile" |
| 73 }, |
| 74 { |
| 75 "allow_subannotations": true, |
| 76 "cmd": [ |
| 77 "python", |
| 78 "-u", |
| 79 "[BUILD]/scripts/slave/zip_build.py", |
| 80 "--target", |
| 81 "Release", |
| 82 "--build-url", |
| 83 "gs://chromium-webrtc/android_rel", |
| 84 "--build_revision", |
| 85 "170242", |
| 86 "--factory-properties", |
| 87 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Builder\", \"m
astername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"slavename\"
: \"slavename\"}", |
| 88 "--build-properties", |
| 89 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Builder\", \"m
astername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"slavename\"
: \"slavename\"}" |
| 90 ], |
| 91 "name": "package build" |
| 75 } | 92 } |
| 76 ] | 93 ] |
| OLD | NEW |