| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "smut" | 3 "smut" |
| 4 ], | 4 ], |
| 5 "comments": [ | 5 "comments": [ |
| 6 "Cronet tests for 32- and 64-bit iOS 9.0 simulators.", | 6 "Cronet tests for 32- and 64-bit iOS 9.0 simulators.", |
| 7 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)." | 7 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)." |
| 8 ], | 8 ], |
| 9 "xcode version": "8.0", | 9 "xcode version": "8.0", |
| 10 "GYP_DEFINES": [ | 10 "GYP_DEFINES": [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 "enable_websockets=false", | 28 "enable_websockets=false", |
| 29 "goma_dir=\"$(goma_dir)\"", | 29 "goma_dir=\"$(goma_dir)\"", |
| 30 "is_component_build=false", | 30 "is_component_build=false", |
| 31 "is_cronet_build=true", | 31 "is_cronet_build=true", |
| 32 "target_cpu=\"x64\"", | 32 "target_cpu=\"x64\"", |
| 33 "target_os=\"ios\"", | 33 "target_os=\"ios\"", |
| 34 "use_platform_icu_alternatives=true" | 34 "use_platform_icu_alternatives=true" |
| 35 ], | 35 ], |
| 36 "mb_type": "gn", | 36 "mb_type": "gn", |
| 37 "compiler": "ninja", | 37 "compiler": "ninja", |
| 38 "additional_compiler_targets": [ "gn_all" ], | |
| 39 "configuration": "Debug", | 38 "configuration": "Debug", |
| 40 "sdk": "iphonesimulator10.0", | 39 "sdk": "iphonesimulator10.0", |
| 41 "tests": [ | 40 "tests": [ |
| 42 { | 41 { |
| 43 "app": "cronet_test", | 42 "app": "cronet_test", |
| 44 "device type": "iPhone 5s", | 43 "device type": "iPhone 5s", |
| 45 "os": "9.3" | 44 "os": "9.3" |
| 46 }, | 45 }, |
| 47 { | 46 { |
| 48 "app": "cronet_test", | 47 "app": "cronet_test", |
| 49 "device type": "iPad Retina", | 48 "device type": "iPad Retina", |
| 50 "os": "9.3" | 49 "os": "9.3" |
| 51 } | 50 } |
| 52 ] | 51 ] |
| 53 } | 52 } |
| OLD | NEW |