OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" | 4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" |
5 ], | 5 ], |
6 "env": { | 6 "env": { |
7 "BUILDTYPE": "Debug", | 7 "BUILDTYPE": "Debug", |
8 "CHROME_HEADLESS": "1", | 8 "CHROME_HEADLESS": "1", |
9 "SKIA_OUT": "[SLAVE_BUILD]/out", | 9 "SKIA_OUT": "[SLAVE_BUILD]/out", |
10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 "true", | 348 "true", |
349 "--scales", | 349 "--scales", |
350 "1.0", | 350 "1.0", |
351 "1.1", | 351 "1.1", |
352 "--skps", | 352 "--skps", |
353 "ignore_skps", | 353 "ignore_skps", |
354 "--config", | 354 "--config", |
355 "8888", | 355 "8888", |
356 "gpu", | 356 "gpu", |
357 "nonrendering", | 357 "nonrendering", |
358 "angle", | |
359 "hwui", | 358 "hwui", |
360 "f16", | 359 "f16", |
361 "srgb", | 360 "srgb", |
362 "msaa16", | 361 "msaa16", |
363 "nvpr16", | 362 "nvpr16", |
364 "nvprdit16", | 363 "nvprdit16", |
365 "--match", | 364 "--match", |
366 "~blurroundrect", | 365 "~blurroundrect", |
367 "~patch_grid", | 366 "~patch_grid", |
368 "~desk_carsvg", | 367 "~desk_carsvg", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 420 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
422 }, | 421 }, |
423 "name": "wait for reboot" | 422 "name": "wait for reboot" |
424 }, | 423 }, |
425 { | 424 { |
426 "name": "$result", | 425 "name": "$result", |
427 "recipe_result": null, | 426 "recipe_result": null, |
428 "status_code": 0 | 427 "status_code": 0 |
429 } | 428 } |
430 ] | 429 ] |
OLD | NEW |