| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "dpranke", | 3 "dpranke", |
| 4 "smut" | 4 "smut" |
| 5 ], | 5 ], |
| 6 "comments": [ | 6 "comments": [ |
| 7 "GN + Ninja simulator build." | 7 "GN + Ninja simulator build." |
| 8 ], | 8 ], |
| 9 "xcode version": "7.0", | 9 "xcode version": "7.0", |
| 10 "GYP_DEFINES": { | 10 "GYP_DEFINES": { |
| 11 "chromium_ios_signing": "0", | 11 "chromium_ios_signing": "0", |
| 12 "target_subarch": "both", | 12 "gomadir": "$(goma_dir)", |
| 13 "use_goma": "1" | 13 "use_goma": "1" |
| 14 }, | 14 }, |
| 15 "gn_args": [ | 15 "gn_args": [ |
| 16 "target_os=\"ios\"", | 16 "target_os=\"ios\"", |
| 17 "use_goma=true" | 17 "target_cpu=\"x64\"", |
| 18 "is_debug=true", |
| 19 "use_goma=true", |
| 20 "goma_dir=\"$(goma_dir)\"" |
| 18 ], | 21 ], |
| 19 "mb_type": "gn", | 22 "mb_type": "gn", |
| 20 "compiler": "ninja", | 23 "compiler": "ninja", |
| 21 "configuration": "Debug", | 24 "configuration": "Debug", |
| 22 "sdk": "iphonesimulator9.0", | 25 "sdk": "iphonesimulator9.0", |
| 23 "tests": [ | 26 "tests": [ |
| 27 { |
| 28 "include": "common_tests.json", |
| 29 "device type": "iPhone 5s", |
| 30 "os": "9.0" |
| 31 }, |
| 32 { |
| 33 "include": "common_tests.json", |
| 34 "device type": "iPad Air", |
| 35 "os": "9.0" |
| 36 } |
| 24 ] | 37 ] |
| 25 } | 38 } |
| OLD | NEW |