| 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', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}]\ntar
get_os = ['android']" | 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}]\ntar
get_os = ['android']" |
| 10 ], | 10 ], |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "--target", | 123 "--target", |
| 124 "Debug", | 124 "Debug", |
| 125 "--src-dir", | 125 "--src-dir", |
| 126 "[SLAVE_BUILD]/src", | 126 "[SLAVE_BUILD]/src", |
| 127 "--build-tool", | 127 "--build-tool", |
| 128 "ninja", | 128 "ninja", |
| 129 "--compiler", | 129 "--compiler", |
| 130 "goma-clang", | 130 "goma-clang", |
| 131 "--goma-dir", | 131 "--goma-dir", |
| 132 "[BUILD]/goma", | 132 "[BUILD]/goma", |
| 133 "--ninja-ensure-up-to-date", |
| 133 "--", | 134 "--", |
| 134 "all" | 135 "all" |
| 135 ], | 136 ], |
| 136 "cwd": "[SLAVE_BUILD]", | 137 "cwd": "[SLAVE_BUILD]", |
| 137 "env": { | 138 "env": { |
| 138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 139 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 139 }, | 140 }, |
| 140 "name": "compile" | 141 "name": "compile" |
| 141 }, | 142 }, |
| 142 { | 143 { |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "[SLAVE_BUILD]/src.tar.bz2", | 251 "[SLAVE_BUILD]/src.tar.bz2", |
| 251 "gs://chrome-codesearch/src_571.tar.bz2" | 252 "gs://chrome-codesearch/src_571.tar.bz2" |
| 252 ], | 253 ], |
| 253 "cwd": "[SLAVE_BUILD]", | 254 "cwd": "[SLAVE_BUILD]", |
| 254 "name": "gsutil upload source tarball", | 255 "name": "gsutil upload source tarball", |
| 255 "~followup_annotations": [ | 256 "~followup_annotations": [ |
| 256 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/src_571.tar.bz2@@@" | 257 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/src_571.tar.bz2@@@" |
| 257 ] | 258 ] |
| 258 } | 259 } |
| 259 ] | 260 ] |
| OLD | NEW |