| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "huangml" | 3 "huangml" |
| 4 ], | 4 ], |
| 5 "comments": [ | 5 "comments": [ |
| 6 "Tests for 64-bit iOS 10.0 simulators.", | 6 "Tests for 64-bit iOS 10.0 simulators.", |
| 7 "Tests run on iPhone 5s (64-bit)." | 7 "Tests run on iPhone 5s (64-bit)." |
| 8 ], | 8 ], |
| 9 "xcode version": "8.0", | 9 "xcode version": "8.0", |
| 10 "gn_args": [ | 10 "gn_args": [ |
| 11 "goma_dir=\"$(goma_dir)\"", | 11 "goma_dir=\"$(goma_dir)\"", |
| 12 "is_component_build=false", | 12 "is_component_build=false", |
| 13 "target_cpu=\"x64\"", | 13 "target_cpu=\"x64\"", |
| 14 "target_os=\"ios\"", | 14 "target_os=\"ios\"", |
| 15 "use_goma=true" | 15 "use_goma=true" |
| 16 ], | 16 ], |
| 17 "additional_compile_targets": [ |
| 18 "ios:all" |
| 19 ], |
| 17 "compiler": "ninja", | 20 "compiler": "ninja", |
| 18 "configuration": "Debug", | 21 "configuration": "Debug", |
| 19 "sdk": "iphonesimulator10.0", | 22 "sdk": "iphonesimulator10.0", |
| 20 "tests": [ | 23 "tests": [ |
| 21 { | 24 { |
| 22 "app": "ios_web_shell_egtests", | 25 "app": "ios_web_shell_egtests", |
| 23 "device type": "iPhone 6s", | 26 "device type": "iPhone 6s", |
| 24 "os": "10.0", | 27 "os": "10.0", |
| 25 "xctest": true | 28 "xctest": true |
| 26 }, | 29 }, |
| 27 { | 30 { |
| 28 "app": "ios_web_shell_egtests", | 31 "app": "ios_web_shell_egtests", |
| 29 "device type": "iPad Air 2", | 32 "device type": "iPad Air 2", |
| 30 "os": "10.0", | 33 "os": "10.0", |
| 31 "xctest": true | 34 "xctest": true |
| 32 } | 35 } |
| 33 ] | 36 ] |
| 34 } | 37 } |
| OLD | NEW |