| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o
s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n
chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", | 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o
s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n
chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", |
| 7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "name": "rmcontents everything", | 9 "name": "rmcontents everything", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 ], | 228 ], |
| 229 "env": { | 229 "env": { |
| 230 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 230 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 231 }, | 231 }, |
| 232 "name": "gn --android" | 232 "name": "gn --android" |
| 233 }, | 233 }, |
| 234 { | 234 { |
| 235 "cmd": [ | 235 "cmd": [ |
| 236 "ninja", | 236 "ninja", |
| 237 "-C", | 237 "-C", |
| 238 "[SLAVE_BUILD]/src/out/android_debug" |
| 239 ], |
| 240 "env": { |
| 241 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 242 }, |
| 243 "name": "build android_debug" |
| 244 }, |
| 245 { |
| 246 "cmd": [ |
| 247 "ninja", |
| 248 "-C", |
| 238 "[SLAVE_BUILD]/src/out/android_debug", | 249 "[SLAVE_BUILD]/src/out/android_debug", |
| 239 ":dist" | 250 ":dist" |
| 240 ], | 251 ], |
| 241 "env": { | 252 "env": { |
| 242 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" | 253 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" |
| 243 }, | 254 }, |
| 244 "name": "build android_debug :dist" | 255 "name": "build android_debug :dist" |
| 245 }, | 256 }, |
| 246 { | 257 { |
| 247 "cmd": [ | 258 "cmd": [ |
| (...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1097 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 1087 "@@@STEP_LOG_END@python.inline@@@" | 1098 "@@@STEP_LOG_END@python.inline@@@" |
| 1088 ] | 1099 ] |
| 1089 }, | 1100 }, |
| 1090 { | 1101 { |
| 1091 "name": "$result", | 1102 "name": "$result", |
| 1092 "recipe_result": null, | 1103 "recipe_result": null, |
| 1093 "status_code": 0 | 1104 "status_code": 0 |
| 1094 } | 1105 } |
| 1095 ] | 1106 ] |
| OLD | NEW |