| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "dpranke", | 3 "dpranke", |
| 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 ], |
| 11 "xcode version": "8.0", | 11 "xcode version": "8.0", |
| 12 "gn_args": [ | 12 "gn_args": [ |
| 13 "additional_target_cpus=[\"x86\"]", | 13 "additional_target_cpus=[\"x86\"]", |
| 14 "goma_dir=\"$(goma_dir)\"", | 14 "goma_dir=\"$(goma_dir)\"", |
| 15 "ios_enable_code_signing=false", | 15 "ios_enable_code_signing=false", |
| 16 "is_component_build=false", | 16 "is_component_build=false", |
| 17 "is_debug=true", | 17 "is_debug=true", |
| 18 "target_cpu=\"x64\"", | 18 "target_cpu=\"x64\"", |
| 19 "target_os=\"ios\"", | 19 "target_os=\"ios\"", |
| 20 "use_goma=true" | 20 "use_goma=true" |
| 21 ], | 21 ], |
| 22 "additional_compile_targets": [ |
| 23 "ios:all" |
| 24 ], |
| 22 "compiler": "ninja", | 25 "compiler": "ninja", |
| 23 "configuration": "Debug", | 26 "configuration": "Debug", |
| 24 "sdk": "iphonesimulator10.0", | 27 "sdk": "iphonesimulator10.0", |
| 25 "tests": [ | 28 "tests": [ |
| 26 { | 29 { |
| 27 "include": "common_tests.json", | 30 "include": "common_tests.json", |
| 28 "device type": "iPhone 6s", | 31 "device type": "iPhone 6s", |
| 29 "os": "10.0" | 32 "os": "10.0" |
| 30 }, | 33 }, |
| 31 { | 34 { |
| 32 "include": "common_tests.json", | 35 "include": "common_tests.json", |
| 33 "device type": "iPad Air 2", | 36 "device type": "iPad Air 2", |
| 34 "os": "10.0" | 37 "os": "10.0" |
| 35 } | 38 } |
| 36 ] | 39 ] |
| 37 } | 40 } |
| OLD | NEW |