| 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 "CC": "/usr/bin/clang", | 8 "CC": "/usr/bin/clang", |
| 9 "CHROME_HEADLESS": "1", | 9 "CHROME_HEADLESS": "1", |
| 10 "CXX": "/usr/bin/clang++", | 10 "CXX": "/usr/bin/clang++", |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 "gpu", | 484 "gpu", |
| 485 "gpusrgb", | 485 "gpusrgb", |
| 486 "pdf", | 486 "pdf", |
| 487 "serialize-8888", | 487 "serialize-8888", |
| 488 "tiles_rt-8888", | 488 "tiles_rt-8888", |
| 489 "pic-8888", | 489 "pic-8888", |
| 490 "--src", | 490 "--src", |
| 491 "tests", | 491 "tests", |
| 492 "gm", | 492 "gm", |
| 493 "image", | 493 "image", |
| 494 "colorImage", |
| 494 "--blacklist", | 495 "--blacklist", |
| 495 "f16", | 496 "f16", |
| 496 "_", | 497 "_", |
| 497 "_", | 498 "_", |
| 498 "dstreadshuffle", | 499 "dstreadshuffle", |
| 499 "f16", | 500 "f16", |
| 500 "image", | 501 "image", |
| 501 "_", | 502 "_", |
| 502 "_", | 503 "_", |
| 503 "srgb", | 504 "srgb", |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 871 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 872 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 872 }, | 873 }, |
| 873 "name": "wait for reboot" | 874 "name": "wait for reboot" |
| 874 }, | 875 }, |
| 875 { | 876 { |
| 876 "name": "$result", | 877 "name": "$result", |
| 877 "recipe_result": null, | 878 "recipe_result": null, |
| 878 "status_code": 0 | 879 "status_code": 0 |
| 879 } | 880 } |
| 880 ] | 881 ] |
| OLD | NEW |