| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | |
| 3 "sdefresne", | |
| 4 "smut" | |
| 5 ], | |
| 6 "comments": [ | 2 "comments": [ |
| 7 "Tests for 64-bit iOS 10.0 simulators.", | 3 "Tests for 64-bit iOS 10.0 simulators.", |
| 8 "Tests run on iPhone 6s and iPad Air 2, both 64-bit.", | 4 "Tests run on iPhone 6s and iPad Air 2, both 64-bit.", |
| 9 "Build is performed with gn+ninja." | 5 "Build is performed with gn+ninja." |
| 10 ], | 6 ], |
| 11 "xcode version": "8.0", | 7 "xcode version": "8.0", |
| 12 "gn_args": [ | 8 "gn_args": [ |
| 13 "additional_target_cpus=[\"x86\"]", | 9 "additional_target_cpus=[\"x86\"]", |
| 14 "goma_dir=\"$(goma_dir)\"", | 10 "goma_dir=\"$(goma_dir)\"", |
| 15 "ios_enable_code_signing=false", | 11 "ios_enable_code_signing=false", |
| 16 "is_component_build=false", | 12 "is_component_build=false", |
| 17 "is_debug=true", | 13 "is_debug=true", |
| 18 "target_cpu=\"x64\"", | 14 "target_cpu=\"x64\"", |
| 19 "target_os=\"ios\"", | 15 "target_os=\"ios\"", |
| 20 "use_goma=true", | 16 "use_goma=true", |
| 21 "use_xcode_clang=true" | 17 "use_xcode_clang=true" |
| 22 ], | 18 ], |
| 23 "additional_compile_targets": [ | 19 "additional_compile_targets": [ |
| 24 "all" | 20 "all" |
| 25 ], | 21 ], |
| 26 "compiler": "ninja", | |
| 27 "configuration": "Debug", | 22 "configuration": "Debug", |
| 28 "sdk": "iphonesimulator10.0", | 23 "sdk": "iphonesimulator10.0", |
| 29 "tests": [ | 24 "tests": [ |
| 30 ] | 25 ] |
| 31 } | 26 } |
| OLD | NEW |