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 "additional_compile_targets": ["gn_all"], | 24 "additional_compile_targets": ["gn_all"], |
22 "configuration": "Debug", | 25 "configuration": "Debug", |
23 "sdk": "iphonesimulator9.0", | 26 "sdk": "iphonesimulator9.0", |
24 "tests": [ | 27 "tests": [ |
| 28 { |
| 29 "include": "common_tests.json", |
| 30 "device type": "iPhone 5s", |
| 31 "os": "9.0" |
| 32 }, |
| 33 { |
| 34 "include": "common_tests.json", |
| 35 "device type": "iPad Air", |
| 36 "os": "9.0" |
| 37 } |
25 ] | 38 ] |
26 } | 39 } |
OLD | NEW |