| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "smut" | 3 "smut" |
| 4 ], | 4 ], |
| 5 "comments": [ | 5 "comments": [ |
| 6 "Tests for 32- and 64-bit iOS 9.0 simulators." | 6 "Tests for 32- and 64-bit iOS 9.0 simulators." |
| 7 ], | 7 ], |
| 8 "xcode version": "7.0", | 8 "xcode version": "7.0", |
| 9 "GYP_DEFINES": { | 9 "GYP_DEFINES": { |
| 10 "chromium_ios_signing": "0", | 10 "chromium_ios_signing": "0", |
| 11 "target_subarch": "both" | 11 "target_subarch": "both" |
| 12 }, | 12 }, |
| 13 "compiler": "xcodebuild", | 13 "compiler": "ninja", |
| 14 "configuration": "Debug", | 14 "configuration": "Debug", |
| 15 "sdk": "iphonesimulator9.0", | 15 "sdk": "iphonesimulator9.0", |
| 16 "tests": [ | 16 "tests": [ |
| 17 { | 17 { |
| 18 "include": "common_tests.json", | 18 "include": "common_tests.json", |
| 19 "device type": "iPhone 5s", | 19 "device type": "iPhone 5s", |
| 20 "os": "9.0" | 20 "os": "9.0" |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 "include": "common_tests.json", | 23 "include": "common_tests.json", |
| 24 "device type": "iPad Retina", | 24 "device type": "iPad Retina", |
| 25 "os": "9.0" | 25 "os": "9.0" |
| 26 } | 26 } |
| 27 ] | 27 ] |
| 28 } | 28 } |
| OLD | NEW |