| 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", |
| 358 "hwui", | 359 "hwui", |
| 359 "f16", | 360 "f16", |
| 360 "srgb", | 361 "srgb", |
| 361 "msaa16", | 362 "msaa16", |
| 362 "nvpr16", | 363 "nvpr16", |
| 363 "nvprdit16", | 364 "nvprdit16", |
| 364 "--match", | 365 "--match", |
| 365 "~blurroundrect", | 366 "~blurroundrect", |
| 366 "~patch_grid", | 367 "~patch_grid", |
| 367 "~desk_carsvg", | 368 "~desk_carsvg", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 421 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 421 }, | 422 }, |
| 422 "name": "wait for reboot" | 423 "name": "wait for reboot" |
| 423 }, | 424 }, |
| 424 { | 425 { |
| 425 "name": "$result", | 426 "name": "$result", |
| 426 "recipe_result": null, | 427 "recipe_result": null, |
| 427 "status_code": 0 | 428 "status_code": 0 |
| 428 } | 429 } |
| 429 ] | 430 ] |
| OLD | NEW |