| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "sdefresne", | 3 "sdefresne", |
| 4 "smut" | 4 "smut" |
| 5 ], | 5 ], |
| 6 "comments": [ | 6 "comments": [ |
| 7 "Tests for 64-bit iOS 10.0 simulators.", | 7 "Tests for 64-bit iOS 10.0 simulators.", |
| 8 "Tests run on iPhone 6s and iPad Air 2, both 64-bit.", | 8 "Tests run on iPhone 6s and iPad Air 2, both 64-bit.", |
| 9 "Build is performed with gn+ninja." | 9 "Build is performed with gn+ninja." |
| 10 ], | 10 ], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 "goma_dir=\"$(goma_dir)\"", | 26 "goma_dir=\"$(goma_dir)\"", |
| 27 "target_cpu=\"x64\"", | 27 "target_cpu=\"x64\"", |
| 28 "additional_target_cpus=[\"x86\"]", | 28 "additional_target_cpus=[\"x86\"]", |
| 29 "use_xcode_clang=true" | 29 "use_xcode_clang=true" |
| 30 ], | 30 ], |
| 31 "mb_type": "gn", | 31 "mb_type": "gn", |
| 32 "compiler": "ninja", | 32 "compiler": "ninja", |
| 33 "configuration": "Debug", | 33 "configuration": "Debug", |
| 34 "sdk": "iphonesimulator10.0", | 34 "sdk": "iphonesimulator10.0", |
| 35 "tests": [ | 35 "tests": [ |
| 36 { | |
| 37 "include": "common_tests.json", | |
| 38 "device type": "iPhone 6s", | |
| 39 "os": "10.0" | |
| 40 }, | |
| 41 { | |
| 42 "include": "common_tests.json", | |
| 43 "device type": "iPad Air 2", | |
| 44 "os": "10.0" | |
| 45 } | |
| 46 ] | 36 ] |
| 47 } | 37 } |
| OLD | NEW |