| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 7 "--", | 7 "--", |
| 8 "[DEPOT_TOOLS]/gsutil.py", | 8 "[ROOT]/b/depot_tools/gsutil.py", |
| 9 "----", | 9 "----", |
| 10 "ls", | 10 "ls", |
| 11 "gs://chromium-browser-official/" | 11 "gs://chromium-browser-official/" |
| 12 ], | 12 ], |
| 13 "cwd": "[SLAVE_BUILD]", | |
| 14 "name": "gsutil ls", | 13 "name": "gsutil ls", |
| 15 "stdout": "/path/to/tmp/" | 14 "stdout": "/path/to/tmp/" |
| 16 }, | 15 }, |
| 17 { | 16 { |
| 18 "cmd": [ | 17 "cmd": [ |
| 19 "python", | 18 "python", |
| 20 "-u", | 19 "-u", |
| 21 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 20 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 22 "--master", | 21 "--master", |
| 23 "chromium.testing.master", | 22 "chromium.testing.master", |
| 24 "--builder", | 23 "--builder", |
| 25 "TestBuilder", | 24 "TestBuilder", |
| 26 "--slave", | 25 "--slave", |
| 27 "TestSlavename", | 26 "TestSlavename", |
| 28 "--spec", | 27 "--spec", |
| 29 "cache_dir = '[GIT_CACHE]'\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.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 28 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\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.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
| 30 "--root", | 29 "--root", |
| 31 "src", | 30 "src", |
| 32 "--revision_mapping_file", | 31 "--revision_mapping_file", |
| 33 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 32 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 34 "--git-cache-dir", | 33 "--git-cache-dir", |
| 35 "[GIT_CACHE]", | 34 "[ROOT]/b/build/slave/cache_dir", |
| 36 "--output_json", | 35 "--output_json", |
| 37 "/path/to/tmp/json", | 36 "/path/to/tmp/json", |
| 38 "--revision", | 37 "--revision", |
| 39 "src@refs/tags/38.0.2125.122", | 38 "src@refs/tags/38.0.2125.122", |
| 40 "--force", | 39 "--force", |
| 41 "--output_manifest", | 40 "--output_manifest", |
| 42 "--with_branch_heads" | 41 "--with_branch_heads" |
| 43 ], | 42 ], |
| 44 "cwd": "[SLAVE_BUILD]", | |
| 45 "env": { | 43 "env": { |
| 46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 44 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 47 }, | 45 }, |
| 48 "name": "bot_update", | 46 "name": "bot_update", |
| 49 "~followup_annotations": [ | 47 "~followup_annotations": [ |
| 50 "@@@STEP_TEXT@Some step text@@@", | 48 "@@@STEP_TEXT@Some step text@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@{@@@", | 49 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"refs/tags/38.0.2125.122\"@@@"
, | 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"refs/tags/38.0.2125.122\"@@@"
, |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 113 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 114 ] | 112 ] |
| 115 }, | 113 }, |
| 116 { | 114 { |
| 117 "cmd": [ | 115 "cmd": [ |
| 118 "git", | 116 "git", |
| 119 "clean", | 117 "clean", |
| 120 "-dffx" | 118 "-dffx" |
| 121 ], | 119 ], |
| 122 "cwd": "[SLAVE_BUILD]/src", | 120 "cwd": "[CWD]/src", |
| 123 "name": "git clean" | 121 "name": "git clean" |
| 124 }, | 122 }, |
| 125 { | 123 { |
| 126 "cmd": [ | 124 "cmd": [ |
| 127 "python", | 125 "python", |
| 128 "-u", | 126 "-u", |
| 129 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 127 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 130 "sync", | 128 "sync", |
| 131 "-D", | 129 "-D", |
| 132 "--nohooks" | 130 "--nohooks" |
| 133 ], | 131 ], |
| 134 "cwd": "[SLAVE_BUILD]/src", | 132 "cwd": "[CWD]/src", |
| 135 "env": { | 133 "env": { |
| 136 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 134 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 137 }, | 135 }, |
| 138 "name": "gclient sync" | 136 "name": "gclient sync" |
| 139 }, | 137 }, |
| 140 { | 138 { |
| 141 "cmd": [ | 139 "cmd": [ |
| 142 "touch", | 140 "touch", |
| 143 "[SLAVE_BUILD]/src/chrome/test/data/webui/i18n_process_css_test.html" | 141 "[CWD]/src/chrome/test/data/webui/i18n_process_css_test.html" |
| 144 ], | 142 ], |
| 145 "cwd": "[SLAVE_BUILD]", | |
| 146 "name": "touch chrome/test/data/webui/i18n_process_css_test.html" | 143 "name": "touch chrome/test/data/webui/i18n_process_css_test.html" |
| 147 }, | 144 }, |
| 148 { | 145 { |
| 149 "cmd": [ | 146 "cmd": [ |
| 150 "python", | 147 "python", |
| 151 "-u", | 148 "-u", |
| 152 "RECIPE_MODULE[build::chromium]/resources/export_tarball.py", | 149 "RECIPE_MODULE[build::chromium]/resources/export_tarball.py", |
| 153 "--remove-nonessential-files", | 150 "--remove-nonessential-files", |
| 154 "chromium-38.0.2125.122", | 151 "chromium-38.0.2125.122", |
| 155 "--verbose", | 152 "--verbose", |
| 156 "--progress", | 153 "--progress", |
| 157 "--src-dir", | 154 "--src-dir", |
| 158 "[SLAVE_BUILD]/src" | 155 "[CWD]/src" |
| 159 ], | 156 ], |
| 160 "cwd": "[TMP_BASE]/export_tarball_tmp_1", | 157 "cwd": "[TMP]/export_tarball_tmp_1", |
| 161 "name": "export_tarball" | 158 "name": "export_tarball" |
| 162 }, | 159 }, |
| 163 { | 160 { |
| 164 "cmd": [ | 161 "cmd": [ |
| 165 "python", | 162 "python", |
| 166 "-u", | 163 "-u", |
| 167 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 164 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 168 "--", | 165 "--", |
| 169 "[DEPOT_TOOLS]/gsutil.py", | 166 "[ROOT]/b/depot_tools/gsutil.py", |
| 170 "----", | 167 "----", |
| 171 "cp", | 168 "cp", |
| 172 "-a", | 169 "-a", |
| 173 "public-read", | 170 "public-read", |
| 174 "[TMP_BASE]/export_tarball_tmp_1/chromium-38.0.2125.122.tar.xz", | 171 "[TMP]/export_tarball_tmp_1/chromium-38.0.2125.122.tar.xz", |
| 175 "gs://chromium-browser-official/chromium-38.0.2125.122.tar.xz" | 172 "gs://chromium-browser-official/chromium-38.0.2125.122.tar.xz" |
| 176 ], | 173 ], |
| 177 "cwd": "[SLAVE_BUILD]", | |
| 178 "name": "gsutil upload chromium-38.0.2125.122.tar.xz", | 174 "name": "gsutil upload chromium-38.0.2125.122.tar.xz", |
| 179 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 180 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122.tar.xz@@@" | 176 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122.tar.xz@@@" |
| 181 ] | 177 ] |
| 182 }, | 178 }, |
| 183 { | 179 { |
| 184 "cmd": [ | 180 "cmd": [ |
| 185 "python", | 181 "python", |
| 186 "-u", | 182 "-u", |
| 187 "RECIPE_MODULE[build::chromium]/resources/generate_hashes.py", | 183 "RECIPE_MODULE[build::chromium]/resources/generate_hashes.py", |
| 188 "[TMP_BASE]/export_tarball_tmp_1/chromium-38.0.2125.122.tar.xz", | 184 "[TMP]/export_tarball_tmp_1/chromium-38.0.2125.122.tar.xz", |
| 189 "/path/to/tmp/" | 185 "/path/to/tmp/" |
| 190 ], | 186 ], |
| 191 "cwd": "[SLAVE_BUILD]", | |
| 192 "name": "generate_hashes" | 187 "name": "generate_hashes" |
| 193 }, | 188 }, |
| 194 { | 189 { |
| 195 "cmd": [ | 190 "cmd": [ |
| 196 "python", | 191 "python", |
| 197 "-u", | 192 "-u", |
| 198 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 193 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 199 "--", | 194 "--", |
| 200 "[DEPOT_TOOLS]/gsutil.py", | 195 "[ROOT]/b/depot_tools/gsutil.py", |
| 201 "----", | 196 "----", |
| 202 "cp", | 197 "cp", |
| 203 "-a", | 198 "-a", |
| 204 "public-read", | 199 "public-read", |
| 205 "md5 164ebd6889588da166a52ca0d57b9004 bash", | 200 "md5 164ebd6889588da166a52ca0d57b9004 bash", |
| 206 "gs://chromium-browser-official/chromium-38.0.2125.122.tar.xz.hashes" | 201 "gs://chromium-browser-official/chromium-38.0.2125.122.tar.xz.hashes" |
| 207 ], | 202 ], |
| 208 "cwd": "[SLAVE_BUILD]", | |
| 209 "name": "gsutil upload chromium-38.0.2125.122.tar.xz.hashes", | 203 "name": "gsutil upload chromium-38.0.2125.122.tar.xz.hashes", |
| 210 "~followup_annotations": [ | 204 "~followup_annotations": [ |
| 211 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122.tar.xz.hashes@@@" | 205 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122.tar.xz.hashes@@@" |
| 212 ] | 206 ] |
| 213 }, | 207 }, |
| 214 { | 208 { |
| 215 "cmd": [ | 209 "cmd": [ |
| 216 "python", | 210 "python", |
| 217 "-u", | 211 "-u", |
| 218 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 212 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 219 "[TMP_BASE]/export_tarball_tmp_1" | 213 "[TMP]/export_tarball_tmp_1" |
| 220 ], | 214 ], |
| 221 "cwd": "[SLAVE_BUILD]", | |
| 222 "name": "rmtree temp dir", | 215 "name": "rmtree temp dir", |
| 223 "~followup_annotations": [ | 216 "~followup_annotations": [ |
| 224 "@@@STEP_LOG_LINE@python.inline@@@@", | 217 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 225 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 218 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 226 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 219 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 227 "@@@STEP_LOG_LINE@python.inline@@@@", | 220 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 228 "@@@STEP_LOG_LINE@python.inline@@@@", | 221 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 229 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 222 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 230 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 223 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 231 "@@@STEP_LOG_END@python.inline@@@" | 224 "@@@STEP_LOG_END@python.inline@@@" |
| 232 ] | 225 ] |
| 233 }, | 226 }, |
| 234 { | 227 { |
| 235 "cmd": [ | 228 "cmd": [ |
| 236 "python", | 229 "python", |
| 237 "-u", | 230 "-u", |
| 238 "RECIPE_MODULE[build::chromium]/resources/export_tarball.py", | 231 "RECIPE_MODULE[build::chromium]/resources/export_tarball.py", |
| 239 "--test-data", | 232 "--test-data", |
| 240 "chromium-38.0.2125.122", | 233 "chromium-38.0.2125.122", |
| 241 "--verbose", | 234 "--verbose", |
| 242 "--progress", | 235 "--progress", |
| 243 "--src-dir", | 236 "--src-dir", |
| 244 "[SLAVE_BUILD]/src" | 237 "[CWD]/src" |
| 245 ], | 238 ], |
| 246 "cwd": "[TMP_BASE]/export_tarball_tmp_2", | 239 "cwd": "[TMP]/export_tarball_tmp_2", |
| 247 "name": "export_tarball (2)" | 240 "name": "export_tarball (2)" |
| 248 }, | 241 }, |
| 249 { | 242 { |
| 250 "cmd": [ | 243 "cmd": [ |
| 251 "python", | 244 "python", |
| 252 "-u", | 245 "-u", |
| 253 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 246 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 254 "--", | 247 "--", |
| 255 "[DEPOT_TOOLS]/gsutil.py", | 248 "[ROOT]/b/depot_tools/gsutil.py", |
| 256 "----", | 249 "----", |
| 257 "cp", | 250 "cp", |
| 258 "-a", | 251 "-a", |
| 259 "public-read", | 252 "public-read", |
| 260 "[TMP_BASE]/export_tarball_tmp_2/chromium-38.0.2125.122.tar.xz", | 253 "[TMP]/export_tarball_tmp_2/chromium-38.0.2125.122.tar.xz", |
| 261 "gs://chromium-browser-official/chromium-38.0.2125.122-testdata.tar.xz" | 254 "gs://chromium-browser-official/chromium-38.0.2125.122-testdata.tar.xz" |
| 262 ], | 255 ], |
| 263 "cwd": "[SLAVE_BUILD]", | |
| 264 "name": "gsutil upload chromium-38.0.2125.122-testdata.tar.xz", | 256 "name": "gsutil upload chromium-38.0.2125.122-testdata.tar.xz", |
| 265 "~followup_annotations": [ | 257 "~followup_annotations": [ |
| 266 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-testdata.tar.xz@@@" | 258 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-testdata.tar.xz@@@" |
| 267 ] | 259 ] |
| 268 }, | 260 }, |
| 269 { | 261 { |
| 270 "cmd": [ | 262 "cmd": [ |
| 271 "python", | 263 "python", |
| 272 "-u", | 264 "-u", |
| 273 "RECIPE_MODULE[build::chromium]/resources/generate_hashes.py", | 265 "RECIPE_MODULE[build::chromium]/resources/generate_hashes.py", |
| 274 "[TMP_BASE]/export_tarball_tmp_2/chromium-38.0.2125.122.tar.xz", | 266 "[TMP]/export_tarball_tmp_2/chromium-38.0.2125.122.tar.xz", |
| 275 "/path/to/tmp/" | 267 "/path/to/tmp/" |
| 276 ], | 268 ], |
| 277 "cwd": "[SLAVE_BUILD]", | |
| 278 "name": "generate_hashes (2)" | 269 "name": "generate_hashes (2)" |
| 279 }, | 270 }, |
| 280 { | 271 { |
| 281 "cmd": [ | 272 "cmd": [ |
| 282 "python", | 273 "python", |
| 283 "-u", | 274 "-u", |
| 284 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 275 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 285 "--", | 276 "--", |
| 286 "[DEPOT_TOOLS]/gsutil.py", | 277 "[ROOT]/b/depot_tools/gsutil.py", |
| 287 "----", | 278 "----", |
| 288 "cp", | 279 "cp", |
| 289 "-a", | 280 "-a", |
| 290 "public-read", | 281 "public-read", |
| 291 "md5 164ebd6889588da166a52ca0d57b9004 bash", | 282 "md5 164ebd6889588da166a52ca0d57b9004 bash", |
| 292 "gs://chromium-browser-official/chromium-38.0.2125.122-testdata.tar.xz.has
hes" | 283 "gs://chromium-browser-official/chromium-38.0.2125.122-testdata.tar.xz.has
hes" |
| 293 ], | 284 ], |
| 294 "cwd": "[SLAVE_BUILD]", | |
| 295 "name": "gsutil upload chromium-38.0.2125.122-testdata.tar.xz.hashes", | 285 "name": "gsutil upload chromium-38.0.2125.122-testdata.tar.xz.hashes", |
| 296 "~followup_annotations": [ | 286 "~followup_annotations": [ |
| 297 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-testdata.tar.xz.hashes@@@" | 287 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-testdata.tar.xz.hashes@@@" |
| 298 ] | 288 ] |
| 299 }, | 289 }, |
| 300 { | 290 { |
| 301 "cmd": [ | 291 "cmd": [ |
| 302 "python", | 292 "python", |
| 303 "-u", | 293 "-u", |
| 304 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 294 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 305 "[TMP_BASE]/export_tarball_tmp_2" | 295 "[TMP]/export_tarball_tmp_2" |
| 306 ], | 296 ], |
| 307 "cwd": "[SLAVE_BUILD]", | |
| 308 "name": "rmtree temp dir (2)", | 297 "name": "rmtree temp dir (2)", |
| 309 "~followup_annotations": [ | 298 "~followup_annotations": [ |
| 310 "@@@STEP_LOG_LINE@python.inline@@@@", | 299 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 311 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 300 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 312 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 301 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 313 "@@@STEP_LOG_LINE@python.inline@@@@", | 302 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 314 "@@@STEP_LOG_LINE@python.inline@@@@", | 303 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 315 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 304 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 316 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 305 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 317 "@@@STEP_LOG_END@python.inline@@@" | 306 "@@@STEP_LOG_END@python.inline@@@" |
| 318 ] | 307 ] |
| 319 }, | 308 }, |
| 320 { | 309 { |
| 321 "cmd": [ | 310 "cmd": [ |
| 322 "python", | 311 "python", |
| 323 "-u", | 312 "-u", |
| 324 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 313 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 325 "[SLAVE_BUILD]/src", | 314 "[CWD]/src", |
| 326 "[TMP_BASE]/tmp_tmp_3/src", | 315 "[TMP]/tmp_tmp_3/src", |
| 327 "1" | 316 "1" |
| 328 ], | 317 ], |
| 329 "cwd": "[SLAVE_BUILD]", | |
| 330 "name": "copytree" | 318 "name": "copytree" |
| 331 }, | 319 }, |
| 332 { | 320 { |
| 333 "cmd": [ | 321 "cmd": [ |
| 334 "find", | 322 "find", |
| 335 "[TMP_BASE]/tmp_tmp_3/src/android_webview", | 323 "[TMP]/tmp_tmp_3/src/android_webview", |
| 336 "-type", | 324 "-type", |
| 337 "f", | 325 "f", |
| 338 "!", | 326 "!", |
| 339 "-iname", | 327 "-iname", |
| 340 "*.gyp*", | 328 "*.gyp*", |
| 341 "!", | 329 "!", |
| 342 "-iname", | 330 "-iname", |
| 343 "*.gn*", | 331 "*.gn*", |
| 344 "!", | 332 "!", |
| 345 "-iname", | 333 "-iname", |
| 346 "*.isolate*", | 334 "*.isolate*", |
| 347 "!", | 335 "!", |
| 348 "-iname", | 336 "-iname", |
| 349 "*.grd*", | 337 "*.grd*", |
| 350 "-delete" | 338 "-delete" |
| 351 ], | 339 ], |
| 352 "cwd": "[SLAVE_BUILD]", | |
| 353 "name": "prune android_webview" | 340 "name": "prune android_webview" |
| 354 }, | 341 }, |
| 355 { | 342 { |
| 356 "cmd": [ | 343 "cmd": [ |
| 357 "find", | 344 "find", |
| 358 "[TMP_BASE]/tmp_tmp_3/src/buildtools/third_party/libc++", | 345 "[TMP]/tmp_tmp_3/src/buildtools/third_party/libc++", |
| 359 "-type", | 346 "-type", |
| 360 "f", | 347 "f", |
| 361 "!", | 348 "!", |
| 362 "-iname", | 349 "-iname", |
| 363 "*.gyp*", | 350 "*.gyp*", |
| 364 "!", | 351 "!", |
| 365 "-iname", | 352 "-iname", |
| 366 "*.gn*", | 353 "*.gn*", |
| 367 "!", | 354 "!", |
| 368 "-iname", | 355 "-iname", |
| 369 "*.isolate*", | 356 "*.isolate*", |
| 370 "!", | 357 "!", |
| 371 "-iname", | 358 "-iname", |
| 372 "*.grd*", | 359 "*.grd*", |
| 373 "-delete" | 360 "-delete" |
| 374 ], | 361 ], |
| 375 "cwd": "[SLAVE_BUILD]", | |
| 376 "name": "prune buildtools/third_party/libc++" | 362 "name": "prune buildtools/third_party/libc++" |
| 377 }, | 363 }, |
| 378 { | 364 { |
| 379 "cmd": [ | 365 "cmd": [ |
| 380 "find", | 366 "find", |
| 381 "[TMP_BASE]/tmp_tmp_3/src/chrome/android", | 367 "[TMP]/tmp_tmp_3/src/chrome/android", |
| 382 "-type", | 368 "-type", |
| 383 "f", | 369 "f", |
| 384 "!", | 370 "!", |
| 385 "-iname", | 371 "-iname", |
| 386 "*.gyp*", | 372 "*.gyp*", |
| 387 "!", | 373 "!", |
| 388 "-iname", | 374 "-iname", |
| 389 "*.gn*", | 375 "*.gn*", |
| 390 "!", | 376 "!", |
| 391 "-iname", | 377 "-iname", |
| 392 "*.isolate*", | 378 "*.isolate*", |
| 393 "!", | 379 "!", |
| 394 "-iname", | 380 "-iname", |
| 395 "*.grd*", | 381 "*.grd*", |
| 396 "-delete" | 382 "-delete" |
| 397 ], | 383 ], |
| 398 "cwd": "[SLAVE_BUILD]", | |
| 399 "name": "prune chrome/android" | 384 "name": "prune chrome/android" |
| 400 }, | 385 }, |
| 401 { | 386 { |
| 402 "cmd": [ | 387 "cmd": [ |
| 403 "find", | 388 "find", |
| 404 "[TMP_BASE]/tmp_tmp_3/src/chromecast", | 389 "[TMP]/tmp_tmp_3/src/chromecast", |
| 405 "-type", | 390 "-type", |
| 406 "f", | 391 "f", |
| 407 "!", | 392 "!", |
| 408 "-iname", | 393 "-iname", |
| 409 "*.gyp*", | 394 "*.gyp*", |
| 410 "!", | 395 "!", |
| 411 "-iname", | 396 "-iname", |
| 412 "*.gn*", | 397 "*.gn*", |
| 413 "!", | 398 "!", |
| 414 "-iname", | 399 "-iname", |
| 415 "*.isolate*", | 400 "*.isolate*", |
| 416 "!", | 401 "!", |
| 417 "-iname", | 402 "-iname", |
| 418 "*.grd*", | 403 "*.grd*", |
| 419 "-delete" | 404 "-delete" |
| 420 ], | 405 ], |
| 421 "cwd": "[SLAVE_BUILD]", | |
| 422 "name": "prune chromecast" | 406 "name": "prune chromecast" |
| 423 }, | 407 }, |
| 424 { | 408 { |
| 425 "cmd": [ | 409 "cmd": [ |
| 426 "find", | 410 "find", |
| 427 "[TMP_BASE]/tmp_tmp_3/src/ios", | 411 "[TMP]/tmp_tmp_3/src/ios", |
| 428 "-type", | 412 "-type", |
| 429 "f", | 413 "f", |
| 430 "!", | 414 "!", |
| 431 "-iname", | 415 "-iname", |
| 432 "*.gyp*", | 416 "*.gyp*", |
| 433 "!", | 417 "!", |
| 434 "-iname", | 418 "-iname", |
| 435 "*.gn*", | 419 "*.gn*", |
| 436 "!", | 420 "!", |
| 437 "-iname", | 421 "-iname", |
| 438 "*.isolate*", | 422 "*.isolate*", |
| 439 "!", | 423 "!", |
| 440 "-iname", | 424 "-iname", |
| 441 "*.grd*", | 425 "*.grd*", |
| 442 "-delete" | 426 "-delete" |
| 443 ], | 427 ], |
| 444 "cwd": "[SLAVE_BUILD]", | |
| 445 "name": "prune ios" | 428 "name": "prune ios" |
| 446 }, | 429 }, |
| 447 { | 430 { |
| 448 "cmd": [ | 431 "cmd": [ |
| 449 "find", | 432 "find", |
| 450 "[TMP_BASE]/tmp_tmp_3/src/native_client", | 433 "[TMP]/tmp_tmp_3/src/native_client", |
| 451 "-type", | 434 "-type", |
| 452 "f", | 435 "f", |
| 453 "!", | 436 "!", |
| 454 "-iname", | 437 "-iname", |
| 455 "*.gyp*", | 438 "*.gyp*", |
| 456 "!", | 439 "!", |
| 457 "-iname", | 440 "-iname", |
| 458 "*.gn*", | 441 "*.gn*", |
| 459 "!", | 442 "!", |
| 460 "-iname", | 443 "-iname", |
| 461 "*.isolate*", | 444 "*.isolate*", |
| 462 "!", | 445 "!", |
| 463 "-iname", | 446 "-iname", |
| 464 "*.grd*", | 447 "*.grd*", |
| 465 "-delete" | 448 "-delete" |
| 466 ], | 449 ], |
| 467 "cwd": "[SLAVE_BUILD]", | |
| 468 "name": "prune native_client" | 450 "name": "prune native_client" |
| 469 }, | 451 }, |
| 470 { | 452 { |
| 471 "cmd": [ | 453 "cmd": [ |
| 472 "find", | 454 "find", |
| 473 "[TMP_BASE]/tmp_tmp_3/src/native_client_sdk", | 455 "[TMP]/tmp_tmp_3/src/native_client_sdk", |
| 474 "-type", | 456 "-type", |
| 475 "f", | 457 "f", |
| 476 "!", | 458 "!", |
| 477 "-iname", | 459 "-iname", |
| 478 "*.gyp*", | 460 "*.gyp*", |
| 479 "!", | 461 "!", |
| 480 "-iname", | 462 "-iname", |
| 481 "*.gn*", | 463 "*.gn*", |
| 482 "!", | 464 "!", |
| 483 "-iname", | 465 "-iname", |
| 484 "*.isolate*", | 466 "*.isolate*", |
| 485 "!", | 467 "!", |
| 486 "-iname", | 468 "-iname", |
| 487 "*.grd*", | 469 "*.grd*", |
| 488 "-delete" | 470 "-delete" |
| 489 ], | 471 ], |
| 490 "cwd": "[SLAVE_BUILD]", | |
| 491 "name": "prune native_client_sdk" | 472 "name": "prune native_client_sdk" |
| 492 }, | 473 }, |
| 493 { | 474 { |
| 494 "cmd": [ | 475 "cmd": [ |
| 495 "find", | 476 "find", |
| 496 "[TMP_BASE]/tmp_tmp_3/src/third_party/WebKit/ManualTests", | 477 "[TMP]/tmp_tmp_3/src/third_party/WebKit/ManualTests", |
| 497 "-type", | 478 "-type", |
| 498 "f", | 479 "f", |
| 499 "!", | 480 "!", |
| 500 "-iname", | 481 "-iname", |
| 501 "*.gyp*", | 482 "*.gyp*", |
| 502 "!", | 483 "!", |
| 503 "-iname", | 484 "-iname", |
| 504 "*.gn*", | 485 "*.gn*", |
| 505 "!", | 486 "!", |
| 506 "-iname", | 487 "-iname", |
| 507 "*.isolate*", | 488 "*.isolate*", |
| 508 "!", | 489 "!", |
| 509 "-iname", | 490 "-iname", |
| 510 "*.grd*", | 491 "*.grd*", |
| 511 "-delete" | 492 "-delete" |
| 512 ], | 493 ], |
| 513 "cwd": "[SLAVE_BUILD]", | |
| 514 "name": "prune third_party/WebKit/ManualTests" | 494 "name": "prune third_party/WebKit/ManualTests" |
| 515 }, | 495 }, |
| 516 { | 496 { |
| 517 "cmd": [ | 497 "cmd": [ |
| 518 "find", | 498 "find", |
| 519 "[TMP_BASE]/tmp_tmp_3/src/third_party/WebKit/PerformanceTests", | 499 "[TMP]/tmp_tmp_3/src/third_party/WebKit/PerformanceTests", |
| 520 "-type", | 500 "-type", |
| 521 "f", | 501 "f", |
| 522 "!", | 502 "!", |
| 523 "-iname", | 503 "-iname", |
| 524 "*.gyp*", | 504 "*.gyp*", |
| 525 "!", | 505 "!", |
| 526 "-iname", | 506 "-iname", |
| 527 "*.gn*", | 507 "*.gn*", |
| 528 "!", | 508 "!", |
| 529 "-iname", | 509 "-iname", |
| 530 "*.isolate*", | 510 "*.isolate*", |
| 531 "!", | 511 "!", |
| 532 "-iname", | 512 "-iname", |
| 533 "*.grd*", | 513 "*.grd*", |
| 534 "-delete" | 514 "-delete" |
| 535 ], | 515 ], |
| 536 "cwd": "[SLAVE_BUILD]", | |
| 537 "name": "prune third_party/WebKit/PerformanceTests" | 516 "name": "prune third_party/WebKit/PerformanceTests" |
| 538 }, | 517 }, |
| 539 { | 518 { |
| 540 "cmd": [ | 519 "cmd": [ |
| 541 "find", | 520 "find", |
| 542 "[TMP_BASE]/tmp_tmp_3/src/third_party/android_platform", | 521 "[TMP]/tmp_tmp_3/src/third_party/android_platform", |
| 543 "-type", | 522 "-type", |
| 544 "f", | 523 "f", |
| 545 "!", | 524 "!", |
| 546 "-iname", | 525 "-iname", |
| 547 "*.gyp*", | 526 "*.gyp*", |
| 548 "!", | 527 "!", |
| 549 "-iname", | 528 "-iname", |
| 550 "*.gn*", | 529 "*.gn*", |
| 551 "!", | 530 "!", |
| 552 "-iname", | 531 "-iname", |
| 553 "*.isolate*", | 532 "*.isolate*", |
| 554 "!", | 533 "!", |
| 555 "-iname", | 534 "-iname", |
| 556 "*.grd*", | 535 "*.grd*", |
| 557 "-delete" | 536 "-delete" |
| 558 ], | 537 ], |
| 559 "cwd": "[SLAVE_BUILD]", | |
| 560 "name": "prune third_party/android_platform" | 538 "name": "prune third_party/android_platform" |
| 561 }, | 539 }, |
| 562 { | 540 { |
| 563 "cmd": [ | 541 "cmd": [ |
| 564 "find", | 542 "find", |
| 565 "[TMP_BASE]/tmp_tmp_3/src/third_party/chromite", | 543 "[TMP]/tmp_tmp_3/src/third_party/chromite", |
| 566 "-type", | 544 "-type", |
| 567 "f", | 545 "f", |
| 568 "!", | 546 "!", |
| 569 "-iname", | 547 "-iname", |
| 570 "*.gyp*", | 548 "*.gyp*", |
| 571 "!", | 549 "!", |
| 572 "-iname", | 550 "-iname", |
| 573 "*.gn*", | 551 "*.gn*", |
| 574 "!", | 552 "!", |
| 575 "-iname", | 553 "-iname", |
| 576 "*.isolate*", | 554 "*.isolate*", |
| 577 "!", | 555 "!", |
| 578 "-iname", | 556 "-iname", |
| 579 "*.grd*", | 557 "*.grd*", |
| 580 "-delete" | 558 "-delete" |
| 581 ], | 559 ], |
| 582 "cwd": "[SLAVE_BUILD]", | |
| 583 "name": "prune third_party/chromite" | 560 "name": "prune third_party/chromite" |
| 584 }, | 561 }, |
| 585 { | 562 { |
| 586 "cmd": [ | 563 "cmd": [ |
| 587 "find", | 564 "find", |
| 588 "[TMP_BASE]/tmp_tmp_3/src/third_party/closure_compiler", | 565 "[TMP]/tmp_tmp_3/src/third_party/closure_compiler", |
| 589 "-type", | 566 "-type", |
| 590 "f", | 567 "f", |
| 591 "!", | 568 "!", |
| 592 "-iname", | 569 "-iname", |
| 593 "*.gyp*", | 570 "*.gyp*", |
| 594 "!", | 571 "!", |
| 595 "-iname", | 572 "-iname", |
| 596 "*.gn*", | 573 "*.gn*", |
| 597 "!", | 574 "!", |
| 598 "-iname", | 575 "-iname", |
| 599 "*.isolate*", | 576 "*.isolate*", |
| 600 "!", | 577 "!", |
| 601 "-iname", | 578 "-iname", |
| 602 "*.grd*", | 579 "*.grd*", |
| 603 "-delete" | 580 "-delete" |
| 604 ], | 581 ], |
| 605 "cwd": "[SLAVE_BUILD]", | |
| 606 "name": "prune third_party/closure_compiler" | 582 "name": "prune third_party/closure_compiler" |
| 607 }, | 583 }, |
| 608 { | 584 { |
| 609 "cmd": [ | 585 "cmd": [ |
| 610 "find", | 586 "find", |
| 611 "[TMP_BASE]/tmp_tmp_3/src/third_party/freetype2", | 587 "[TMP]/tmp_tmp_3/src/third_party/freetype2", |
| 612 "-type", | 588 "-type", |
| 613 "f", | 589 "f", |
| 614 "!", | 590 "!", |
| 615 "-iname", | 591 "-iname", |
| 616 "*.gyp*", | 592 "*.gyp*", |
| 617 "!", | 593 "!", |
| 618 "-iname", | 594 "-iname", |
| 619 "*.gn*", | 595 "*.gn*", |
| 620 "!", | 596 "!", |
| 621 "-iname", | 597 "-iname", |
| 622 "*.isolate*", | 598 "*.isolate*", |
| 623 "!", | 599 "!", |
| 624 "-iname", | 600 "-iname", |
| 625 "*.grd*", | 601 "*.grd*", |
| 626 "-delete" | 602 "-delete" |
| 627 ], | 603 ], |
| 628 "cwd": "[SLAVE_BUILD]", | |
| 629 "name": "prune third_party/freetype2" | 604 "name": "prune third_party/freetype2" |
| 630 }, | 605 }, |
| 631 { | 606 { |
| 632 "cmd": [ | 607 "cmd": [ |
| 633 "find", | 608 "find", |
| 634 "[TMP_BASE]/tmp_tmp_3/src/third_party/icu", | 609 "[TMP]/tmp_tmp_3/src/third_party/icu", |
| 635 "-type", | 610 "-type", |
| 636 "f", | 611 "f", |
| 637 "!", | 612 "!", |
| 638 "-iname", | 613 "-iname", |
| 639 "*.gyp*", | 614 "*.gyp*", |
| 640 "!", | 615 "!", |
| 641 "-iname", | 616 "-iname", |
| 642 "*.gn*", | 617 "*.gn*", |
| 643 "!", | 618 "!", |
| 644 "-iname", | 619 "-iname", |
| 645 "*.isolate*", | 620 "*.isolate*", |
| 646 "!", | 621 "!", |
| 647 "-iname", | 622 "-iname", |
| 648 "*.grd*", | 623 "*.grd*", |
| 649 "-delete" | 624 "-delete" |
| 650 ], | 625 ], |
| 651 "cwd": "[SLAVE_BUILD]", | |
| 652 "name": "prune third_party/icu" | 626 "name": "prune third_party/icu" |
| 653 }, | 627 }, |
| 654 { | 628 { |
| 655 "cmd": [ | 629 "cmd": [ |
| 656 "find", | 630 "find", |
| 657 "[TMP_BASE]/tmp_tmp_3/src/third_party/libjpeg_turbo", | 631 "[TMP]/tmp_tmp_3/src/third_party/libjpeg_turbo", |
| 658 "-type", | 632 "-type", |
| 659 "f", | 633 "f", |
| 660 "!", | 634 "!", |
| 661 "-iname", | 635 "-iname", |
| 662 "*.gyp*", | 636 "*.gyp*", |
| 663 "!", | 637 "!", |
| 664 "-iname", | 638 "-iname", |
| 665 "*.gn*", | 639 "*.gn*", |
| 666 "!", | 640 "!", |
| 667 "-iname", | 641 "-iname", |
| 668 "*.isolate*", | 642 "*.isolate*", |
| 669 "!", | 643 "!", |
| 670 "-iname", | 644 "-iname", |
| 671 "*.grd*", | 645 "*.grd*", |
| 672 "-delete" | 646 "-delete" |
| 673 ], | 647 ], |
| 674 "cwd": "[SLAVE_BUILD]", | |
| 675 "name": "prune third_party/libjpeg_turbo" | 648 "name": "prune third_party/libjpeg_turbo" |
| 676 }, | 649 }, |
| 677 { | 650 { |
| 678 "cmd": [ | 651 "cmd": [ |
| 679 "find", | 652 "find", |
| 680 "[TMP_BASE]/tmp_tmp_3/src/third_party/libxml/src", | 653 "[TMP]/tmp_tmp_3/src/third_party/libxml/src", |
| 681 "-type", | 654 "-type", |
| 682 "f", | 655 "f", |
| 683 "!", | 656 "!", |
| 684 "-iname", | 657 "-iname", |
| 685 "*.gyp*", | 658 "*.gyp*", |
| 686 "!", | 659 "!", |
| 687 "-iname", | 660 "-iname", |
| 688 "*.gn*", | 661 "*.gn*", |
| 689 "!", | 662 "!", |
| 690 "-iname", | 663 "-iname", |
| 691 "*.isolate*", | 664 "*.isolate*", |
| 692 "!", | 665 "!", |
| 693 "-iname", | 666 "-iname", |
| 694 "*.grd*", | 667 "*.grd*", |
| 695 "-delete" | 668 "-delete" |
| 696 ], | 669 ], |
| 697 "cwd": "[SLAVE_BUILD]", | |
| 698 "name": "prune third_party/libxml/src" | 670 "name": "prune third_party/libxml/src" |
| 699 }, | 671 }, |
| 700 { | 672 { |
| 701 "cmd": [ | 673 "cmd": [ |
| 702 "find", | 674 "find", |
| 703 "[TMP_BASE]/tmp_tmp_3/src/third_party/snappy", | 675 "[TMP]/tmp_tmp_3/src/third_party/snappy", |
| 704 "-type", | 676 "-type", |
| 705 "f", | 677 "f", |
| 706 "!", | 678 "!", |
| 707 "-iname", | 679 "-iname", |
| 708 "*.gyp*", | 680 "*.gyp*", |
| 709 "!", | 681 "!", |
| 710 "-iname", | 682 "-iname", |
| 711 "*.gn*", | 683 "*.gn*", |
| 712 "!", | 684 "!", |
| 713 "-iname", | 685 "-iname", |
| 714 "*.isolate*", | 686 "*.isolate*", |
| 715 "!", | 687 "!", |
| 716 "-iname", | 688 "-iname", |
| 717 "*.grd*", | 689 "*.grd*", |
| 718 "-delete" | 690 "-delete" |
| 719 ], | 691 ], |
| 720 "cwd": "[SLAVE_BUILD]", | |
| 721 "name": "prune third_party/snappy" | 692 "name": "prune third_party/snappy" |
| 722 }, | 693 }, |
| 723 { | 694 { |
| 724 "cmd": [ | 695 "cmd": [ |
| 725 "find", | 696 "find", |
| 726 "[TMP_BASE]/tmp_tmp_3/src/third_party/webgl", | 697 "[TMP]/tmp_tmp_3/src/third_party/webgl", |
| 727 "-type", | 698 "-type", |
| 728 "f", | 699 "f", |
| 729 "!", | 700 "!", |
| 730 "-iname", | 701 "-iname", |
| 731 "*.gyp*", | 702 "*.gyp*", |
| 732 "!", | 703 "!", |
| 733 "-iname", | 704 "-iname", |
| 734 "*.gn*", | 705 "*.gn*", |
| 735 "!", | 706 "!", |
| 736 "-iname", | 707 "-iname", |
| 737 "*.isolate*", | 708 "*.isolate*", |
| 738 "!", | 709 "!", |
| 739 "-iname", | 710 "-iname", |
| 740 "*.grd*", | 711 "*.grd*", |
| 741 "-delete" | 712 "-delete" |
| 742 ], | 713 ], |
| 743 "cwd": "[SLAVE_BUILD]", | |
| 744 "name": "prune third_party/webgl" | 714 "name": "prune third_party/webgl" |
| 745 }, | 715 }, |
| 746 { | 716 { |
| 747 "cmd": [ | 717 "cmd": [ |
| 748 "find", | 718 "find", |
| 749 "[TMP_BASE]/tmp_tmp_3/src/third_party/yasm", | 719 "[TMP]/tmp_tmp_3/src/third_party/yasm", |
| 750 "-type", | 720 "-type", |
| 751 "f", | 721 "f", |
| 752 "!", | 722 "!", |
| 753 "-iname", | 723 "-iname", |
| 754 "*.gyp*", | 724 "*.gyp*", |
| 755 "!", | 725 "!", |
| 756 "-iname", | 726 "-iname", |
| 757 "*.gn*", | 727 "*.gn*", |
| 758 "!", | 728 "!", |
| 759 "-iname", | 729 "-iname", |
| 760 "*.isolate*", | 730 "*.isolate*", |
| 761 "!", | 731 "!", |
| 762 "-iname", | 732 "-iname", |
| 763 "*.grd*", | 733 "*.grd*", |
| 764 "-delete" | 734 "-delete" |
| 765 ], | 735 ], |
| 766 "cwd": "[SLAVE_BUILD]", | |
| 767 "name": "prune third_party/yasm" | 736 "name": "prune third_party/yasm" |
| 768 }, | 737 }, |
| 769 { | 738 { |
| 770 "cmd": [ | 739 "cmd": [ |
| 771 "find", | 740 "find", |
| 772 "[TMP_BASE]/tmp_tmp_3/src/tools/win", | 741 "[TMP]/tmp_tmp_3/src/tools/win", |
| 773 "-type", | 742 "-type", |
| 774 "f", | 743 "f", |
| 775 "!", | 744 "!", |
| 776 "-iname", | 745 "-iname", |
| 777 "*.gyp*", | 746 "*.gyp*", |
| 778 "!", | 747 "!", |
| 779 "-iname", | 748 "-iname", |
| 780 "*.gn*", | 749 "*.gn*", |
| 781 "!", | 750 "!", |
| 782 "-iname", | 751 "-iname", |
| 783 "*.isolate*", | 752 "*.isolate*", |
| 784 "!", | 753 "!", |
| 785 "-iname", | 754 "-iname", |
| 786 "*.grd*", | 755 "*.grd*", |
| 787 "-delete" | 756 "-delete" |
| 788 ], | 757 ], |
| 789 "cwd": "[SLAVE_BUILD]", | |
| 790 "name": "prune tools/win" | 758 "name": "prune tools/win" |
| 791 }, | 759 }, |
| 792 { | 760 { |
| 793 "cmd": [ | 761 "cmd": [ |
| 794 "find", | 762 "find", |
| 795 "[TMP_BASE]/tmp_tmp_3/src", | 763 "[TMP]/tmp_tmp_3/src", |
| 796 "-depth", | 764 "-depth", |
| 797 "-type", | 765 "-type", |
| 798 "d", | 766 "d", |
| 799 "-empty", | 767 "-empty", |
| 800 "-delete" | 768 "-delete" |
| 801 ], | 769 ], |
| 802 "cwd": "[SLAVE_BUILD]", | |
| 803 "name": "prune empty directories" | 770 "name": "prune empty directories" |
| 804 }, | 771 }, |
| 805 { | 772 { |
| 806 "cmd": [ | 773 "cmd": [ |
| 807 "python", | 774 "python", |
| 808 "-u", | 775 "-u", |
| 809 "RECIPE_MODULE[build::chromium]/resources/export_tarball.py", | 776 "RECIPE_MODULE[build::chromium]/resources/export_tarball.py", |
| 810 "--remove-nonessential-files", | 777 "--remove-nonessential-files", |
| 811 "chromium-38.0.2125.122", | 778 "chromium-38.0.2125.122", |
| 812 "--verbose", | 779 "--verbose", |
| 813 "--progress", | 780 "--progress", |
| 814 "--src-dir", | 781 "--src-dir", |
| 815 "[TMP_BASE]/tmp_tmp_3/src" | 782 "[TMP]/tmp_tmp_3/src" |
| 816 ], | 783 ], |
| 817 "cwd": "[TMP_BASE]/export_tarball_tmp_4", | 784 "cwd": "[TMP]/export_tarball_tmp_4", |
| 818 "name": "export_tarball (3)" | 785 "name": "export_tarball (3)" |
| 819 }, | 786 }, |
| 820 { | 787 { |
| 821 "cmd": [ | 788 "cmd": [ |
| 822 "python", | 789 "python", |
| 823 "-u", | 790 "-u", |
| 824 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 791 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 825 "--", | 792 "--", |
| 826 "[DEPOT_TOOLS]/gsutil.py", | 793 "[ROOT]/b/depot_tools/gsutil.py", |
| 827 "----", | 794 "----", |
| 828 "cp", | 795 "cp", |
| 829 "-a", | 796 "-a", |
| 830 "public-read", | 797 "public-read", |
| 831 "[TMP_BASE]/export_tarball_tmp_4/chromium-38.0.2125.122.tar.xz", | 798 "[TMP]/export_tarball_tmp_4/chromium-38.0.2125.122.tar.xz", |
| 832 "gs://chromium-browser-official/chromium-38.0.2125.122-lite.tar.xz" | 799 "gs://chromium-browser-official/chromium-38.0.2125.122-lite.tar.xz" |
| 833 ], | 800 ], |
| 834 "cwd": "[SLAVE_BUILD]", | |
| 835 "name": "gsutil upload chromium-38.0.2125.122-lite.tar.xz", | 801 "name": "gsutil upload chromium-38.0.2125.122-lite.tar.xz", |
| 836 "~followup_annotations": [ | 802 "~followup_annotations": [ |
| 837 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-lite.tar.xz@@@" | 803 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-lite.tar.xz@@@" |
| 838 ] | 804 ] |
| 839 }, | 805 }, |
| 840 { | 806 { |
| 841 "cmd": [ | 807 "cmd": [ |
| 842 "python", | 808 "python", |
| 843 "-u", | 809 "-u", |
| 844 "RECIPE_MODULE[build::chromium]/resources/generate_hashes.py", | 810 "RECIPE_MODULE[build::chromium]/resources/generate_hashes.py", |
| 845 "[TMP_BASE]/export_tarball_tmp_4/chromium-38.0.2125.122.tar.xz", | 811 "[TMP]/export_tarball_tmp_4/chromium-38.0.2125.122.tar.xz", |
| 846 "/path/to/tmp/" | 812 "/path/to/tmp/" |
| 847 ], | 813 ], |
| 848 "cwd": "[SLAVE_BUILD]", | |
| 849 "name": "generate_hashes (3)" | 814 "name": "generate_hashes (3)" |
| 850 }, | 815 }, |
| 851 { | 816 { |
| 852 "cmd": [ | 817 "cmd": [ |
| 853 "python", | 818 "python", |
| 854 "-u", | 819 "-u", |
| 855 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 820 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 856 "--", | 821 "--", |
| 857 "[DEPOT_TOOLS]/gsutil.py", | 822 "[ROOT]/b/depot_tools/gsutil.py", |
| 858 "----", | 823 "----", |
| 859 "cp", | 824 "cp", |
| 860 "-a", | 825 "-a", |
| 861 "public-read", | 826 "public-read", |
| 862 "md5 164ebd6889588da166a52ca0d57b9004 bash", | 827 "md5 164ebd6889588da166a52ca0d57b9004 bash", |
| 863 "gs://chromium-browser-official/chromium-38.0.2125.122-lite.tar.xz.hashes" | 828 "gs://chromium-browser-official/chromium-38.0.2125.122-lite.tar.xz.hashes" |
| 864 ], | 829 ], |
| 865 "cwd": "[SLAVE_BUILD]", | |
| 866 "name": "gsutil upload chromium-38.0.2125.122-lite.tar.xz.hashes", | 830 "name": "gsutil upload chromium-38.0.2125.122-lite.tar.xz.hashes", |
| 867 "~followup_annotations": [ | 831 "~followup_annotations": [ |
| 868 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-lite.tar.xz.hashes@@@" | 832 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-lite.tar.xz.hashes@@@" |
| 869 ] | 833 ] |
| 870 }, | 834 }, |
| 871 { | 835 { |
| 872 "cmd": [ | 836 "cmd": [ |
| 873 "python", | 837 "python", |
| 874 "-u", | 838 "-u", |
| 875 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 839 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 876 "[TMP_BASE]/export_tarball_tmp_4" | 840 "[TMP]/export_tarball_tmp_4" |
| 877 ], | 841 ], |
| 878 "cwd": "[SLAVE_BUILD]", | |
| 879 "name": "rmtree temp dir (3)", | 842 "name": "rmtree temp dir (3)", |
| 880 "~followup_annotations": [ | 843 "~followup_annotations": [ |
| 881 "@@@STEP_LOG_LINE@python.inline@@@@", | 844 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 882 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 845 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 883 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 846 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 884 "@@@STEP_LOG_LINE@python.inline@@@@", | 847 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 885 "@@@STEP_LOG_LINE@python.inline@@@@", | 848 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 886 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 849 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 887 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 850 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 888 "@@@STEP_LOG_END@python.inline@@@" | 851 "@@@STEP_LOG_END@python.inline@@@" |
| 889 ] | 852 ] |
| 890 }, | 853 }, |
| 891 { | 854 { |
| 892 "cmd": [ | 855 "cmd": [ |
| 893 "python", | 856 "python", |
| 894 "-u", | 857 "-u", |
| 895 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 858 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 896 "[TMP_BASE]/tmp_tmp_3" | 859 "[TMP]/tmp_tmp_3" |
| 897 ], | 860 ], |
| 898 "cwd": "[SLAVE_BUILD]", | |
| 899 "name": "rmtree temp dir (4)", | 861 "name": "rmtree temp dir (4)", |
| 900 "~followup_annotations": [ | 862 "~followup_annotations": [ |
| 901 "@@@STEP_LOG_LINE@python.inline@@@@", | 863 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 902 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 864 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 903 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 865 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 904 "@@@STEP_LOG_LINE@python.inline@@@@", | 866 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 905 "@@@STEP_LOG_LINE@python.inline@@@@", | 867 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 906 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 868 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 907 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 869 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 908 "@@@STEP_LOG_END@python.inline@@@" | 870 "@@@STEP_LOG_END@python.inline@@@" |
| 909 ] | 871 ] |
| 910 }, | 872 }, |
| 911 { | 873 { |
| 912 "cmd": [ | 874 "cmd": [ |
| 913 "python", | 875 "python", |
| 914 "-u", | 876 "-u", |
| 915 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 877 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 916 "[SLAVE_BUILD]/src", | 878 "[CWD]/src", |
| 917 "[TMP_BASE]/tmp_tmp_5/src", | 879 "[TMP]/tmp_tmp_5/src", |
| 918 "1" | 880 "1" |
| 919 ], | 881 ], |
| 920 "cwd": "[SLAVE_BUILD]", | |
| 921 "name": "copytree (2)" | 882 "name": "copytree (2)" |
| 922 }, | 883 }, |
| 923 { | 884 { |
| 924 "cmd": [ | 885 "cmd": [ |
| 925 "python", | 886 "python", |
| 926 "-u", | 887 "-u", |
| 927 "[TMP_BASE]/tmp_tmp_5/src/native_client/toolchain_build/toolchain_build_pn
acl.py", | 888 "[TMP]/tmp_tmp_5/src/native_client/toolchain_build/toolchain_build_pnacl.p
y", |
| 928 "--verbose", | 889 "--verbose", |
| 929 "--sync", | 890 "--sync", |
| 930 "--sync-only", | 891 "--sync-only", |
| 931 "--disable-git-cache" | 892 "--disable-git-cache" |
| 932 ], | 893 ], |
| 933 "cwd": "[SLAVE_BUILD]", | |
| 934 "name": "download pnacl toolchain dependencies" | 894 "name": "download pnacl toolchain dependencies" |
| 935 }, | 895 }, |
| 936 { | 896 { |
| 937 "cmd": [ | 897 "cmd": [ |
| 938 "python", | 898 "python", |
| 939 "-u", | 899 "-u", |
| 940 "RECIPE_MODULE[build::chromium]/resources/export_tarball.py", | 900 "RECIPE_MODULE[build::chromium]/resources/export_tarball.py", |
| 941 "--remove-nonessential-files", | 901 "--remove-nonessential-files", |
| 942 "chromium-38.0.2125.122", | 902 "chromium-38.0.2125.122", |
| 943 "--verbose", | 903 "--verbose", |
| 944 "--progress", | 904 "--progress", |
| 945 "--src-dir", | 905 "--src-dir", |
| 946 "[TMP_BASE]/tmp_tmp_5/src" | 906 "[TMP]/tmp_tmp_5/src" |
| 947 ], | 907 ], |
| 948 "cwd": "[TMP_BASE]/export_tarball_tmp_6", | 908 "cwd": "[TMP]/export_tarball_tmp_6", |
| 949 "name": "export_tarball (4)" | 909 "name": "export_tarball (4)" |
| 950 }, | 910 }, |
| 951 { | 911 { |
| 952 "cmd": [ | 912 "cmd": [ |
| 953 "python", | 913 "python", |
| 954 "-u", | 914 "-u", |
| 955 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 915 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 956 "--", | 916 "--", |
| 957 "[DEPOT_TOOLS]/gsutil.py", | 917 "[ROOT]/b/depot_tools/gsutil.py", |
| 958 "----", | 918 "----", |
| 959 "cp", | 919 "cp", |
| 960 "-a", | 920 "-a", |
| 961 "public-read", | 921 "public-read", |
| 962 "[TMP_BASE]/export_tarball_tmp_6/chromium-38.0.2125.122.tar.xz", | 922 "[TMP]/export_tarball_tmp_6/chromium-38.0.2125.122.tar.xz", |
| 963 "gs://chromium-browser-official/chromium-38.0.2125.122-nacl.tar.xz" | 923 "gs://chromium-browser-official/chromium-38.0.2125.122-nacl.tar.xz" |
| 964 ], | 924 ], |
| 965 "cwd": "[SLAVE_BUILD]", | |
| 966 "name": "gsutil upload chromium-38.0.2125.122-nacl.tar.xz", | 925 "name": "gsutil upload chromium-38.0.2125.122-nacl.tar.xz", |
| 967 "~followup_annotations": [ | 926 "~followup_annotations": [ |
| 968 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-nacl.tar.xz@@@" | 927 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-nacl.tar.xz@@@" |
| 969 ] | 928 ] |
| 970 }, | 929 }, |
| 971 { | 930 { |
| 972 "cmd": [ | 931 "cmd": [ |
| 973 "python", | 932 "python", |
| 974 "-u", | 933 "-u", |
| 975 "RECIPE_MODULE[build::chromium]/resources/generate_hashes.py", | 934 "RECIPE_MODULE[build::chromium]/resources/generate_hashes.py", |
| 976 "[TMP_BASE]/export_tarball_tmp_6/chromium-38.0.2125.122.tar.xz", | 935 "[TMP]/export_tarball_tmp_6/chromium-38.0.2125.122.tar.xz", |
| 977 "/path/to/tmp/" | 936 "/path/to/tmp/" |
| 978 ], | 937 ], |
| 979 "cwd": "[SLAVE_BUILD]", | |
| 980 "name": "generate_hashes (4)" | 938 "name": "generate_hashes (4)" |
| 981 }, | 939 }, |
| 982 { | 940 { |
| 983 "cmd": [ | 941 "cmd": [ |
| 984 "python", | 942 "python", |
| 985 "-u", | 943 "-u", |
| 986 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 944 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 987 "--", | 945 "--", |
| 988 "[DEPOT_TOOLS]/gsutil.py", | 946 "[ROOT]/b/depot_tools/gsutil.py", |
| 989 "----", | 947 "----", |
| 990 "cp", | 948 "cp", |
| 991 "-a", | 949 "-a", |
| 992 "public-read", | 950 "public-read", |
| 993 "md5 164ebd6889588da166a52ca0d57b9004 bash", | 951 "md5 164ebd6889588da166a52ca0d57b9004 bash", |
| 994 "gs://chromium-browser-official/chromium-38.0.2125.122-nacl.tar.xz.hashes" | 952 "gs://chromium-browser-official/chromium-38.0.2125.122-nacl.tar.xz.hashes" |
| 995 ], | 953 ], |
| 996 "cwd": "[SLAVE_BUILD]", | |
| 997 "name": "gsutil upload chromium-38.0.2125.122-nacl.tar.xz.hashes", | 954 "name": "gsutil upload chromium-38.0.2125.122-nacl.tar.xz.hashes", |
| 998 "~followup_annotations": [ | 955 "~followup_annotations": [ |
| 999 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-nacl.tar.xz.hashes@@@" | 956 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-brow
ser-official/chromium-38.0.2125.122-nacl.tar.xz.hashes@@@" |
| 1000 ] | 957 ] |
| 1001 }, | 958 }, |
| 1002 { | 959 { |
| 1003 "cmd": [ | 960 "cmd": [ |
| 1004 "python", | 961 "python", |
| 1005 "-u", | 962 "-u", |
| 1006 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 963 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 1007 "[TMP_BASE]/export_tarball_tmp_6" | 964 "[TMP]/export_tarball_tmp_6" |
| 1008 ], | 965 ], |
| 1009 "cwd": "[SLAVE_BUILD]", | |
| 1010 "name": "rmtree temp dir (5)", | 966 "name": "rmtree temp dir (5)", |
| 1011 "~followup_annotations": [ | 967 "~followup_annotations": [ |
| 1012 "@@@STEP_LOG_LINE@python.inline@@@@", | 968 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1013 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 969 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 1014 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 970 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 1015 "@@@STEP_LOG_LINE@python.inline@@@@", | 971 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1016 "@@@STEP_LOG_LINE@python.inline@@@@", | 972 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1017 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 973 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1018 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 974 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 1019 "@@@STEP_LOG_END@python.inline@@@" | 975 "@@@STEP_LOG_END@python.inline@@@" |
| 1020 ] | 976 ] |
| 1021 }, | 977 }, |
| 1022 { | 978 { |
| 1023 "cmd": [ | 979 "cmd": [ |
| 1024 "python", | 980 "python", |
| 1025 "-u", | 981 "-u", |
| 1026 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 982 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 1027 "[TMP_BASE]/tmp_tmp_5" | 983 "[TMP]/tmp_tmp_5" |
| 1028 ], | 984 ], |
| 1029 "cwd": "[SLAVE_BUILD]", | |
| 1030 "name": "rmtree temp dir (6)", | 985 "name": "rmtree temp dir (6)", |
| 1031 "~followup_annotations": [ | 986 "~followup_annotations": [ |
| 1032 "@@@STEP_LOG_LINE@python.inline@@@@", | 987 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1033 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 988 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 1034 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 989 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 1035 "@@@STEP_LOG_LINE@python.inline@@@@", | 990 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1036 "@@@STEP_LOG_LINE@python.inline@@@@", | 991 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1037 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 992 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1038 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 993 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 1039 "@@@STEP_LOG_END@python.inline@@@" | 994 "@@@STEP_LOG_END@python.inline@@@" |
| 1040 ] | 995 ] |
| 1041 }, | 996 }, |
| 1042 { | 997 { |
| 1043 "name": "$result", | 998 "name": "$result", |
| 1044 "recipe_result": null, | 999 "recipe_result": null, |
| 1045 "status_code": 0 | 1000 "status_code": 0 |
| 1046 } | 1001 } |
| 1047 ] | 1002 ] |
| OLD | NEW |