| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "comments": [ |
| 3 "Cronet tests for 32- and 64-bit iOS 9.0 simulators.", |
| 4 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)." |
| 5 ], |
| 6 "xcode version": "8.0", |
| 7 "gn_args": [ |
| 8 "additional_target_cpus=[\"x86\"]", |
| 9 "disable_brotli_filter=true", |
| 10 "disable_file_support=true", |
| 11 "disable_ftp_support=true", |
| 12 "enable_websockets=false", |
| 13 "goma_dir=\"$(goma_dir)\"", |
| 14 "is_component_build=false", |
| 15 "is_cronet_build=true", |
| 16 "target_cpu=\"x64\"", |
| 17 "target_os=\"ios\"", |
| 18 "use_platform_icu_alternatives=true" |
| 19 ], |
| 20 "compiler": "ninja", |
| 21 "configuration": "Debug", |
| 22 "sdk": "iphonesimulator10.0", |
| 23 "tests": [ |
| 24 { |
| 25 "app": "cronet_test", |
| 26 "device type": "iPhone 5s", |
| 27 "os": "9.3" |
| 28 }, |
| 29 { |
| 30 "app": "cronet_test", |
| 31 "device type": "iPad Retina", |
| 32 "os": "9.3" |
| 33 } |
| 34 ] |
| 35 } |
| OLD | NEW |