| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "fake_trybot_buildername", | 10 "fake_trybot_buildername", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 "1", | 22 "1", |
| 23 "--rietveld_server", | 23 "--rietveld_server", |
| 24 "https://codereview.chromium.org", | 24 "https://codereview.chromium.org", |
| 25 "--output_json", | 25 "--output_json", |
| 26 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
| 27 "--revision", | 27 "--revision", |
| 28 "src@HEAD", | 28 "src@HEAD", |
| 29 "--revision", | 29 "--revision", |
| 30 "src/third_party/WebKit@HEAD" | 30 "src/third_party/WebKit@HEAD" |
| 31 ], | 31 ], |
| 32 "cwd": "[SLAVE_BUILD]", |
| 32 "name": "bot_update", | 33 "name": "bot_update", |
| 33 "~followup_annotations": [ | 34 "~followup_annotations": [ |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@}@@@", | 38 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 38 "@@@STEP_LOG_END@json.output@@@" | 39 "@@@STEP_LOG_END@json.output@@@" |
| 39 ] | 40 ] |
| 40 }, | 41 }, |
| 41 { | 42 { |
| 42 "cmd": [ | 43 "cmd": [ |
| 43 "python", | 44 "python", |
| 44 "-u", | 45 "-u", |
| 45 "[DEPOT_TOOLS]/gclient.py", | 46 "[DEPOT_TOOLS]/gclient.py", |
| 46 "config", | 47 "config", |
| 47 "--spec", | 48 "--spec", |
| 48 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" | 49 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" |
| 49 ], | 50 ], |
| 51 "cwd": "[SLAVE_BUILD]", |
| 50 "name": "gclient setup" | 52 "name": "gclient setup" |
| 51 }, | 53 }, |
| 52 { | 54 { |
| 53 "cmd": [ | 55 "cmd": [ |
| 54 "python", | 56 "python", |
| 55 "-u", | 57 "-u", |
| 56 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 58 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
| 57 ".", | 59 ".", |
| 58 "[DEPOT_TOOLS]/gclient" | 60 "[DEPOT_TOOLS]/gclient" |
| 59 ], | 61 ], |
| 62 "cwd": "[SLAVE_BUILD]", |
| 60 "name": "gclient revert" | 63 "name": "gclient revert" |
| 61 }, | 64 }, |
| 62 { | 65 { |
| 63 "cmd": [ | 66 "cmd": [ |
| 64 "python", | 67 "python", |
| 65 "-u", | 68 "-u", |
| 66 "[DEPOT_TOOLS]/gclient.py", | 69 "[DEPOT_TOOLS]/gclient.py", |
| 67 "sync", | 70 "sync", |
| 68 "--nohooks", | 71 "--nohooks", |
| 69 "--force", | 72 "--force", |
| 70 "--verbose", | 73 "--verbose", |
| 71 "--delete_unversioned_trees", | 74 "--delete_unversioned_trees", |
| 72 "--revision", | 75 "--revision", |
| 73 "src@HEAD", | 76 "src@HEAD", |
| 74 "--revision", | 77 "--revision", |
| 75 "src/third_party/WebKit@HEAD", | 78 "src/third_party/WebKit@HEAD", |
| 76 "--output-json", | 79 "--output-json", |
| 77 "/path/to/tmp/json" | 80 "/path/to/tmp/json" |
| 78 ], | 81 ], |
| 82 "cwd": "[SLAVE_BUILD]", |
| 79 "name": "gclient sync", | 83 "name": "gclient sync", |
| 80 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 81 "@@@STEP_LOG_LINE@json.output@{@@@", | 85 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 82 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 83 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 84 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 88 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| 85 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 89 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 86 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", | 90 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", |
| 87 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", | 91 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", |
| 88 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 92 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 117 "-r", | 121 "-r", |
| 118 "[SLAVE_BUILD]/src", | 122 "[SLAVE_BUILD]/src", |
| 119 "-i", | 123 "-i", |
| 120 "12853011", | 124 "12853011", |
| 121 "-p", | 125 "-p", |
| 122 "1", | 126 "1", |
| 123 "-s", | 127 "-s", |
| 124 "https://codereview.chromium.org", | 128 "https://codereview.chromium.org", |
| 125 "--no-auth" | 129 "--no-auth" |
| 126 ], | 130 ], |
| 131 "cwd": "[SLAVE_BUILD]", |
| 127 "name": "apply_issue", | 132 "name": "apply_issue", |
| 128 "~followup_annotations": [ | 133 "~followup_annotations": [ |
| 129 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853
011@@@" | 134 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853
011@@@" |
| 130 ] | 135 ] |
| 131 }, | 136 }, |
| 132 { | 137 { |
| 133 "cmd": [ | 138 "cmd": [ |
| 134 "python", | 139 "python", |
| 135 "-u", | 140 "-u", |
| 136 "[DEPOT_TOOLS]/gclient.py", | 141 "[DEPOT_TOOLS]/gclient.py", |
| 137 "runhooks" | 142 "runhooks" |
| 138 ], | 143 ], |
| 144 "cwd": "[SLAVE_BUILD]", |
| 139 "env": { | 145 "env": { |
| 140 "GYP_CHROMIUM_NO_ACTION": "1", | 146 "GYP_CHROMIUM_NO_ACTION": "1", |
| 141 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 147 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 142 }, | 148 }, |
| 143 "name": "gclient runhooks" | 149 "name": "gclient runhooks" |
| 144 }, | 150 }, |
| 145 { | 151 { |
| 146 "cmd": [ | 152 "cmd": [ |
| 147 "python", | 153 "python", |
| 148 "-u", | 154 "-u", |
| 149 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 155 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 150 "gen", | 156 "gen", |
| 151 "-v", | 157 "-v", |
| 152 "-m", | 158 "-m", |
| 153 "chromium.testing.master", | 159 "chromium.testing.master", |
| 154 "-b", | 160 "-b", |
| 155 "fake_trybot_buildername", | 161 "fake_trybot_buildername", |
| 156 "--config-file", | 162 "--config-file", |
| 157 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 163 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 158 "--goma-dir", | 164 "--goma-dir", |
| 159 "[BUILD]/goma", | 165 "[BUILD]/goma", |
| 160 "//out/Release" | 166 "//out/Release" |
| 161 ], | 167 ], |
| 168 "cwd": "[SLAVE_BUILD]", |
| 162 "name": "Generate build files" | 169 "name": "Generate build files" |
| 163 }, | 170 }, |
| 164 { | 171 { |
| 165 "cmd": [ | 172 "cmd": [ |
| 166 "python", | 173 "python", |
| 167 "-u", | 174 "-u", |
| 168 "[BUILD]/scripts/slave/compile.py", | 175 "[BUILD]/scripts/slave/compile.py", |
| 169 "--target", | 176 "--target", |
| 170 "Release", | 177 "Release", |
| 171 "--src-dir", | 178 "--src-dir", |
| 172 "[SLAVE_BUILD]/src", | 179 "[SLAVE_BUILD]/src", |
| 173 "--build-tool", | 180 "--build-tool", |
| 174 "ninja", | 181 "ninja", |
| 175 "--compiler", | 182 "--compiler", |
| 176 "goma", | 183 "goma", |
| 177 "--goma-dir", | 184 "--goma-dir", |
| 178 "[BUILD]/goma", | 185 "[BUILD]/goma", |
| 179 "--", | 186 "--", |
| 180 "blink_tests" | 187 "blink_tests" |
| 181 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]", |
| 182 "env": { | 190 "env": { |
| 183 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 191 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 184 }, | 192 }, |
| 185 "name": "compile", | 193 "name": "compile", |
| 186 "~followup_annotations": [ | 194 "~followup_annotations": [ |
| 187 "step returned non-zero exit code: 1", | 195 "step returned non-zero exit code: 1", |
| 188 "@@@STEP_FAILURE@@@" | 196 "@@@STEP_FAILURE@@@" |
| 189 ] | 197 ] |
| 190 }, | 198 }, |
| 191 { | 199 { |
| 192 "cmd": [ | 200 "cmd": [ |
| 193 "python", | 201 "python", |
| 194 "-u", | 202 "-u", |
| 195 "\nimport os, sys\nfrom common import chromium_utils\n\nfor p in [os.path.
join(sys.argv[1], x) for x in os.listdir(sys.argv[1])]:\n if os.path.isdir(p):\
n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", | 203 "\nimport os, sys\nfrom common import chromium_utils\n\nfor p in [os.path.
join(sys.argv[1], x) for x in os.listdir(sys.argv[1])]:\n if os.path.isdir(p):\
n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", |
| 196 "[SLAVE_BUILD]" | 204 "[SLAVE_BUILD]" |
| 197 ], | 205 ], |
| 206 "cwd": "[SLAVE_BUILD]", |
| 198 "name": "rmcontents slave build directory", | 207 "name": "rmcontents slave build directory", |
| 199 "~followup_annotations": [ | 208 "~followup_annotations": [ |
| 200 "@@@STEP_LOG_LINE@python.inline@@@@", | 209 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 201 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 210 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 211 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@@@@", | 212 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@for p in [os.path.join(sys.argv[1], x) for
x in os.listdir(sys.argv[1])]:@@@", | 213 "@@@STEP_LOG_LINE@python.inline@for p in [os.path.join(sys.argv[1], x) for
x in os.listdir(sys.argv[1])]:@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", | 214 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", |
| 206 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@", | 215 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@ else:@@@", | 216 "@@@STEP_LOG_LINE@python.inline@ else:@@@", |
| 208 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", | 217 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", |
| 209 "@@@STEP_LOG_END@python.inline@@@" | 218 "@@@STEP_LOG_END@python.inline@@@" |
| 210 ] | 219 ] |
| 211 }, | 220 }, |
| 212 { | 221 { |
| 213 "cmd": [ | 222 "cmd": [ |
| 214 "python", | 223 "python", |
| 215 "-u", | 224 "-u", |
| 216 "[DEPOT_TOOLS]/gclient.py", | 225 "[DEPOT_TOOLS]/gclient.py", |
| 217 "config", | 226 "config", |
| 218 "--spec", | 227 "--spec", |
| 219 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" | 228 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" |
| 220 ], | 229 ], |
| 230 "cwd": "[SLAVE_BUILD]", |
| 221 "name": "gclient setup (2)" | 231 "name": "gclient setup (2)" |
| 222 }, | 232 }, |
| 223 { | 233 { |
| 224 "cmd": [ | 234 "cmd": [ |
| 225 "python", | 235 "python", |
| 226 "-u", | 236 "-u", |
| 227 "[DEPOT_TOOLS]/gclient.py", | 237 "[DEPOT_TOOLS]/gclient.py", |
| 228 "sync", | 238 "sync", |
| 229 "--nohooks", | 239 "--nohooks", |
| 230 "--force", | 240 "--force", |
| 231 "--verbose", | 241 "--verbose", |
| 232 "--delete_unversioned_trees", | 242 "--delete_unversioned_trees", |
| 233 "--revision", | 243 "--revision", |
| 234 "src@HEAD", | 244 "src@HEAD", |
| 235 "--revision", | 245 "--revision", |
| 236 "src/third_party/WebKit@HEAD", | 246 "src/third_party/WebKit@HEAD", |
| 237 "--output-json", | 247 "--output-json", |
| 238 "/path/to/tmp/json" | 248 "/path/to/tmp/json" |
| 239 ], | 249 ], |
| 250 "cwd": "[SLAVE_BUILD]", |
| 240 "name": "gclient sync (2)", | 251 "name": "gclient sync (2)", |
| 241 "~followup_annotations": [ | 252 "~followup_annotations": [ |
| 242 "@@@STEP_LOG_LINE@json.output@{@@@", | 253 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 257 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", | 258 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", |
| 248 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", | 259 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", |
| 249 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 260 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 278 "-r", | 289 "-r", |
| 279 "[SLAVE_BUILD]/src", | 290 "[SLAVE_BUILD]/src", |
| 280 "-i", | 291 "-i", |
| 281 "12853011", | 292 "12853011", |
| 282 "-p", | 293 "-p", |
| 283 "1", | 294 "1", |
| 284 "-s", | 295 "-s", |
| 285 "https://codereview.chromium.org", | 296 "https://codereview.chromium.org", |
| 286 "--no-auth" | 297 "--no-auth" |
| 287 ], | 298 ], |
| 299 "cwd": "[SLAVE_BUILD]", |
| 288 "name": "apply_issue (2)", | 300 "name": "apply_issue (2)", |
| 289 "~followup_annotations": [ | 301 "~followup_annotations": [ |
| 290 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853
011@@@" | 302 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853
011@@@" |
| 291 ] | 303 ] |
| 292 }, | 304 }, |
| 293 { | 305 { |
| 294 "cmd": [ | 306 "cmd": [ |
| 295 "python", | 307 "python", |
| 296 "-u", | 308 "-u", |
| 297 "[DEPOT_TOOLS]/gclient.py", | 309 "[DEPOT_TOOLS]/gclient.py", |
| 298 "runhooks" | 310 "runhooks" |
| 299 ], | 311 ], |
| 312 "cwd": "[SLAVE_BUILD]", |
| 300 "env": { | 313 "env": { |
| 301 "GYP_CHROMIUM_NO_ACTION": "1", | 314 "GYP_CHROMIUM_NO_ACTION": "1", |
| 302 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 315 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 303 }, | 316 }, |
| 304 "name": "gclient runhooks (2)" | 317 "name": "gclient runhooks (2)" |
| 305 }, | 318 }, |
| 306 { | 319 { |
| 307 "cmd": [ | 320 "cmd": [ |
| 308 "python", | 321 "python", |
| 309 "-u", | 322 "-u", |
| 310 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 323 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 311 "gen", | 324 "gen", |
| 312 "-v", | 325 "-v", |
| 313 "-m", | 326 "-m", |
| 314 "chromium.testing.master", | 327 "chromium.testing.master", |
| 315 "-b", | 328 "-b", |
| 316 "fake_trybot_buildername", | 329 "fake_trybot_buildername", |
| 317 "--config-file", | 330 "--config-file", |
| 318 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 331 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 319 "--goma-dir", | 332 "--goma-dir", |
| 320 "[BUILD]/goma", | 333 "[BUILD]/goma", |
| 321 "//out/Release" | 334 "//out/Release" |
| 322 ], | 335 ], |
| 336 "cwd": "[SLAVE_BUILD]", |
| 323 "name": "Generate build files (2)" | 337 "name": "Generate build files (2)" |
| 324 }, | 338 }, |
| 325 { | 339 { |
| 326 "cmd": [ | 340 "cmd": [ |
| 327 "python", | 341 "python", |
| 328 "-u", | 342 "-u", |
| 329 "[BUILD]/scripts/slave/compile.py", | 343 "[BUILD]/scripts/slave/compile.py", |
| 330 "--target", | 344 "--target", |
| 331 "Release", | 345 "Release", |
| 332 "--src-dir", | 346 "--src-dir", |
| 333 "[SLAVE_BUILD]/src", | 347 "[SLAVE_BUILD]/src", |
| 334 "--build-tool", | 348 "--build-tool", |
| 335 "ninja", | 349 "ninja", |
| 336 "--compiler", | 350 "--compiler", |
| 337 "goma", | 351 "goma", |
| 338 "--goma-dir", | 352 "--goma-dir", |
| 339 "[BUILD]/goma", | 353 "[BUILD]/goma", |
| 340 "--", | 354 "--", |
| 341 "blink_tests" | 355 "blink_tests" |
| 342 ], | 356 ], |
| 357 "cwd": "[SLAVE_BUILD]", |
| 343 "env": { | 358 "env": { |
| 344 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 359 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 345 }, | 360 }, |
| 346 "name": "compile (2)" | 361 "name": "compile (2)" |
| 347 } | 362 } |
| 348 ] | 363 ] |
| OLD | NEW |