| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "smut" | 3 "smut" |
| 4 ], | 4 ], |
| 5 "comments": [ | 5 "comments": [ |
| 6 "Runs tests on @3x, @2x, 64-bit, 32-bit, phone, tablet, iOS 10, and iOS 9." | 6 "Runs tests on @3x, @2x, 64-bit, 32-bit, phone, tablet, iOS 10, and iOS 9." |
| 7 ], | 7 ], |
| 8 "xcode version": "8.0", | 8 "xcode version": "8.0", |
| 9 "gn_args": [ | 9 "gn_args": [ |
| 10 "additional_target_cpus=[\"x86\"]", | 10 "additional_target_cpus=[\"x86\"]", |
| 11 "goma_dir=\"$(goma_dir)\"", | 11 "goma_dir=\"$(goma_dir)\"", |
| 12 "ios_enable_code_signing=false", | 12 "ios_enable_code_signing=false", |
| 13 "is_component_build=false", | 13 "is_component_build=false", |
| 14 "is_debug=true", | 14 "is_debug=true", |
| 15 "target_cpu=\"x64\"", | 15 "target_cpu=\"x64\"", |
| 16 "target_os=\"ios\"", | 16 "target_os=\"ios\"", |
| 17 "use_goma=true" | 17 "use_goma=true" |
| 18 ], | 18 ], |
| 19 "additional_compile_targets": [ |
| 20 "ios:all" |
| 21 ], |
| 19 "compiler": "ninja", | 22 "compiler": "ninja", |
| 20 "configuration": "Debug", | 23 "configuration": "Debug", |
| 21 "sdk": "iphonesimulator10.0", | 24 "sdk": "iphonesimulator10.0", |
| 22 "tests": [ | 25 "tests": [ |
| 23 { | 26 { |
| 24 "include": "common_tests.json", | 27 "include": "common_tests.json", |
| 25 "device type": "iPhone 6s Plus", | 28 "device type": "iPhone 6s Plus", |
| 26 "os": "10.0" | 29 "os": "10.0" |
| 27 }, | 30 }, |
| 28 { | 31 { |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "device type": "iPad Air 2", | 68 "device type": "iPad Air 2", |
| 66 "os": "9.0" | 69 "os": "9.0" |
| 67 }, | 70 }, |
| 68 { | 71 { |
| 69 "include": "common_tests.json", | 72 "include": "common_tests.json", |
| 70 "device type": "iPad Retina", | 73 "device type": "iPad Retina", |
| 71 "os": "9.0" | 74 "os": "9.0" |
| 72 } | 75 } |
| 73 ] | 76 ] |
| 74 } | 77 } |
| OLD | NEW |