| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | |
| 3 "huangml" | |
| 4 ], | |
| 5 "comments": [ | 2 "comments": [ |
| 6 "Tests for 64-bit iOS 10.0 simulators." | 3 "Tests for 64-bit iOS 10.0 simulators." |
| 7 ], | 4 ], |
| 8 "xcode version": "8.0", | 5 "xcode version": "8.0", |
| 9 "gn_args": [ | 6 "gn_args": [ |
| 10 "goma_dir=\"$(goma_dir)\"", | 7 "goma_dir=\"$(goma_dir)\"", |
| 11 "is_component_build=false", | 8 "is_component_build=false", |
| 9 "is_debug=true", |
| 12 "target_cpu=\"x64\"", | 10 "target_cpu=\"x64\"", |
| 13 "target_os=\"ios\"", | 11 "target_os=\"ios\"", |
| 14 "use_goma=true" | 12 "use_goma=true" |
| 15 ], | 13 ], |
| 16 "compiler": "ninja", | |
| 17 "configuration": "Debug", | 14 "configuration": "Debug", |
| 18 "sdk": "iphonesimulator10.0", | 15 "sdk": "iphonesimulator10.0", |
| 19 "tests": [ | 16 "tests": [ |
| 20 { | 17 { |
| 21 "app": "ios_chrome_integration_egtests", | 18 "app": "ios_chrome_integration_egtests", |
| 22 "device type": "iPhone 6s", | 19 "device type": "iPhone 6s", |
| 23 "os": "10.0", | 20 "os": "10.0", |
| 24 "xctest": true | 21 "xctest": true |
| 25 }, | 22 }, |
| 26 { | 23 { |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "xctest": true | 93 "xctest": true |
| 97 }, | 94 }, |
| 98 { | 95 { |
| 99 "app": "ios_web_shell_egtests", | 96 "app": "ios_web_shell_egtests", |
| 100 "device type": "iPad Air 2", | 97 "device type": "iPad Air 2", |
| 101 "os": "10.0", | 98 "os": "10.0", |
| 102 "xctest": true | 99 "xctest": true |
| 103 } | 100 } |
| 104 ] | 101 ] |
| 105 } | 102 } |
| OLD | NEW |