| 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 "OS": "ios", | 10 "OS": "ios", |
| 11 "chromium_ios_signing": "0", | 11 "chromium_ios_signing": "0", |
| 12 "gomadir": "$(goma_dir)", | |
| 13 "target_subarch": "both", | 12 "target_subarch": "both", |
| 14 "use_goma": "1" | 13 "use_goma": "1" |
| 15 }, | 14 }, |
| 16 "mb_type": "gyp", | 15 "mb_type": "gyp", |
| 17 "compiler": "ninja", | 16 "compiler": "ninja", |
| 18 "configuration": "Debug", | 17 "configuration": "Debug", |
| 19 "sdk": "iphonesimulator9.0", | 18 "sdk": "iphonesimulator9.0", |
| 20 "tests": [ | 19 "tests": [ |
| 21 { | 20 { |
| 22 "include": "common_tests.json", | 21 "include": "common_tests.json", |
| 23 "device type": "iPhone 5s", | 22 "device type": "iPhone 5s", |
| 24 "os": "9.0" | 23 "os": "9.0" |
| 25 }, | 24 }, |
| 26 { | 25 { |
| 27 "include": "common_tests.json", | 26 "include": "common_tests.json", |
| 28 "device type": "iPad Retina", | 27 "device type": "iPad Retina", |
| 29 "os": "9.0" | 28 "os": "9.0" |
| 30 } | 29 } |
| 31 ] | 30 ] |
| 32 } | 31 } |
| OLD | NEW |