| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/Android32_GN", | 7 "[BUILDER_CACHE]/Android32_GN", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 "GYP_CROSSCOMPILE": "1", | 182 "GYP_CROSSCOMPILE": "1", |
| 183 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", | 183 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 184 "PATH": "[BUILDER_CACHE]/Android32_GN/src/third_party/android_tools/sdk/pl
atform-tools:[BUILDER_CACHE]/Android32_GN/src/build/android:%(PATH)s:RECIPE_PACK
AGE_REPO[depot_tools]" | 184 "PATH": "[BUILDER_CACHE]/Android32_GN/src/third_party/android_tools/sdk/pl
atform-tools:[BUILDER_CACHE]/Android32_GN/src/build/android:%(PATH)s:RECIPE_PACK
AGE_REPO[depot_tools]" |
| 185 }, | 185 }, |
| 186 "name": "gclient runhooks" | 186 "name": "gclient runhooks" |
| 187 }, | 187 }, |
| 188 { | 188 { |
| 189 "cmd": [ | 189 "cmd": [ |
| 190 "python", | 190 "python", |
| 191 "-u", | 191 "-u", |
| 192 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | 192 "[BUILDER_CACHE]/Android32_GN/src/tools/mb/mb.py", |
| 193 "--root=[BUILDER_CACHE]/Android32_GN/src", | |
| 194 "gen", | 193 "gen", |
| 195 "//out/Release", | 194 "-m", |
| 196 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t
rue goma_dir=\"[CACHE]/cipd/goma\"" | 195 "client.webrtc", |
| 196 "-b", |
| 197 "Android32 GN", |
| 198 "--config-file", |
| 199 "[BUILDER_CACHE]/Android32_GN/src/webrtc/build/mb_config.pyl", |
| 200 "--goma-dir", |
| 201 "[CACHE]/cipd/goma", |
| 202 "--gyp-script=[BUILDER_CACHE]/Android32_GN/src/webrtc/build/gyp_webrtc.py"
, |
| 203 "//out/Release" |
| 197 ], | 204 ], |
| 198 "name": "gn" | 205 "cwd": "[BUILDER_CACHE]/Android32_GN/src", |
| 206 "env": { |
| 207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 208 }, |
| 209 "name": "generate_build_files" |
| 199 }, | 210 }, |
| 200 { | 211 { |
| 201 "cmd": [ | 212 "cmd": [ |
| 202 "python", | 213 "python", |
| 203 "-u", | 214 "-u", |
| 204 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 215 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 205 "--show-path", | 216 "--show-path", |
| 206 "python", | 217 "python", |
| 207 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 218 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 208 "--gsutil-py-path", | 219 "--gsutil-py-path", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 237 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 238 "@@@STEP_LOG_END@json.output (invalid)@@@" | 249 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 239 ] | 250 ] |
| 240 }, | 251 }, |
| 241 { | 252 { |
| 242 "name": "$result", | 253 "name": "$result", |
| 243 "recipe_result": null, | 254 "recipe_result": null, |
| 244 "status_code": 0 | 255 "status_code": 0 |
| 245 } | 256 } |
| 246 ] | 257 ] |
| OLD | NEW |