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 "Tests for 32- and 64-bit iOS 9.0 simulators.", |
| 8 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit).", |
| 9 "Build is performed with gn+ninja." |
8 ], | 10 ], |
9 "xcode version": "7.0", | 11 "xcode version": "7.0", |
10 "GYP_DEFINES": [ | 12 "GYP_DEFINES": [ |
11 "OS=ios", | 13 "OS=ios", |
12 "chromium_ios_signing=0", | 14 "chromium_ios_signing=0", |
13 "component=static_library", | 15 "component=static_library", |
14 "use_goma=1", | 16 "use_goma=1", |
15 "gomadir=$(goma_dir)" | 17 "gomadir=$(goma_dir)", |
| 18 "target_subarch=both" |
16 ], | 19 ], |
17 "gn_args": [ | 20 "gn_args": [ |
| 21 "is_debug=true", |
18 "target_os=\"ios\"", | 22 "target_os=\"ios\"", |
| 23 "ios_enable_code_signing=false", |
| 24 "is_component_build=false", |
| 25 "use_goma=true", |
| 26 "goma_dir=\"$(goma_dir)\"", |
19 "target_cpu=\"x64\"", | 27 "target_cpu=\"x64\"", |
20 "is_debug=true", | 28 "additional_target_cpus=[\"x86\"]" |
21 "use_goma=true", | |
22 "goma_dir=\"$(goma_dir)\"" | |
23 ], | 29 ], |
24 "mb_type": "gn", | 30 "mb_type": "gn", |
25 "compiler": "ninja", | 31 "compiler": "ninja", |
26 "additional_compile_targets": ["gn_all"], | 32 "additional_compile_targets": ["gn_all"], |
27 "configuration": "Debug", | 33 "configuration": "Debug", |
28 "sdk": "iphonesimulator9.0", | 34 "sdk": "iphonesimulator9.0", |
29 "tests": [ | 35 "tests": [ |
30 { | 36 { |
31 "include": "common_tests.json", | 37 "include": "common_tests.json", |
32 "device type": "iPhone 5s", | 38 "device type": "iPhone 5s", |
33 "os": "9.0" | 39 "os": "9.0" |
34 }, | 40 }, |
35 { | 41 { |
36 "include": "common_tests.json", | 42 "include": "common_tests.json", |
37 "device type": "iPad Air", | 43 "device type": "iPad Retina", |
38 "os": "9.0" | 44 "os": "9.0" |
39 } | 45 } |
40 ] | 46 ] |
41 } | 47 } |
OLD | NEW |